function rollover(ImageIndex,ImgName)
{

document.images[ImageIndex].src = "images/buttons/" + ImgName;

}
