function Rollover(roll,img)
{
window.document.images[img].src = roll;
}

