home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 January / Chip_2004-01_cd1.bin / chplus / fyzika / all.js next >
Text File  |  2003-11-24  |  284b  |  13 lines

  1. function mark(what){
  2.  window.top.counter.location.href='../mrk.php?'+what;
  3. }
  4.  
  5. function symbols(){
  6.  for(i=0;i<document.images.length;i++){
  7.   if(document.images[i].height==15){
  8.    document.images[i].style.position='relative';
  9.    document.images[i].style.top='3px';
  10.   }
  11.  }
  12. }
  13.