function preLoadMenu(){
	
}//preLoadMenu

function swapMenuImage(imageId,imageSrc){
	document.getElementById(imageId).src = "images/menu/"+imageSrc+".jpg";
}//swapMenuImage
