function swapImage(imageName, onOff) {
	document.getElementById(imageName + "Image").src = "images/menu_" + imageName + onOff + ".gif";
}
function initPage(thisPhoto) {
	if (thisPhoto != "" && thisPhoto !=  null) {
		document.images["mainPhoto"].src = "images/" + thisPhoto
	}
}