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';
  }
 }
}
