// Function to swap images
function ImageSwap(sImageName,sImageSource) {
	document[sImageName].src = sImageSource;
	}
//-->