home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 January
/
Chip_2004-01_cd1.bin
/
chplus
/
fyzika
/
all.js
next >
Wrap
Text File
|
2003-11-24
|
284b
|
13 lines
function mark(what){
window.top.counter.location.href='../mrk.php?'+what;
}
function symbols(){
for(i=0;i<document.images.length;i++){
if(document.images[i].height==15){
document.images[i].style.position='relative';
document.images[i].style.top='3px';
}
}
}