var status='0';
//head.html    meun	
function init(){

		var thisUrl=this.top.location.pathname.split("/");
		var index;
		var menus=new Array("cms","express","lgs","lgsCenter","join","about");
		var nav = document.getElementById("nav");
		for(var i in menus){
		   if(thisUrl[thisUrl.length-2]==menus[i]){
			  index=i;
		   }
		}
		if(thisUrl[thisUrl.length-2]=="cms"){
            document.getElementById("head_img1").style.display="block";
			nav.getElementsByTagName("li")[0].style.background="url(images/button/menu_red.png)";
		}else{
            document.getElementById("head_img2").style.display="block";
			$("#head_img1").remove();
			if(index>0){
			nav.getElementsByTagName("ul")[index-1].parentNode.style.background="url(images/button/menu_red.png)";
			}
		}
		if(thisUrl[thisUrl.length-2]=="register"||thisUrl[thisUrl.length-2]=="admin"){
			nav.getElementsByTagName("li")[0].style.background="url(images/button/menu_red.png)";
		}
		operationSession("user_json");
		$(document).ready(function(){
	
		var head = $("body").html();
        var rid =  window.top.document.getElementById("head").getAttribute("rid");
		if(index!=0){
		head=head.replace(/images/g, "..\/images");
		}
        window.parent.document.getElementById("header").innerHTML = head;
        window.parent.document.getElementById(rid).style.display = "block";
		window.parent.document.getElementById("footer").style.display="block";
	
		});		
}
function heakExit(){
	sInvalidate();	
} 

function zjButton(){
	zjForword();
}
$(function(){	

	//$("#heak_Exit").click(function(){	
		//setTimeout(heakExit,80);
	//});
})

