  function over(img,url)
   {
     if (document.images)
     {
     eval('document.'+img+'.src="'+url+'"');  // document.img.src="url"
     }
   }