// image swap
function ImgChange(imgNum,imgSrc){
	document.images[imgNum].src = imgSrc;
}