	//Main Nav Menu
	
	
	function swap(idCell, imgName) { 
document.getElementById(idCell).style.background = "url(" + imgName + ")"; 
} 
