﻿// JScript File

function rollover(imgname, imgpath) {
	document.images[imgname].src=imgpath;
}
