function rollOver(name,index)
{
   document.images[name].src = img[index].src;
}