//basic rollover
function swapImg(ImgID,ImgPath){
	document.getElementById(ImgID).src = ImgPath;
}