
//global nav functions
	//var imagePath = "/media/images/common/";
	
	function swapNav(elm, imagePath){
		var obj = document.getElementById(elm);
		obj.src = imagePath+elm+"_over.jpg";
	}
	
	function swapNavBack(elm, imagePath){
		var obj = document.getElementById(elm);
		obj.src = imagePath+elm+".jpg";
	}
	
	
	<!--
	function MM_openBrWindow(theURL,winName,features) { //v2.0
	  window.open(theURL,winName,features);
	}
	//-->