

	function navigation_open(id){
		
		document.getElementById(id).style.backgroundImage="url(/images/page/navbg_bar_hover.png)";
		//document.getElementById(id).style.backgroundColor="#FFCD5B";
	}


	function navigation_close(id){
		
		document.getElementById(id).style.backgroundImage="";
		//document.getElementById(id).style.backgroundColor="#FFB100";
	}