var url=window.location.href;
if(window!=parent&&url.indexOf("iframe")==-1&&url.indexOf("52vip")==-1)
	parent.navigate(url);
function $(x){
    return document.getElementById(x);
}




function showMenu(menuName,isIndex){
	var obj=$("menu"+menuName);
	var objList=$("menuList");
	if(obj){
		obj.className="menuHere";
		obj.style.paddingLeft="0px";
		obj.style.paddingRight="0px";
		if(menuName=="Home"){
			obj.style.backgroundImage="url(/indeximages/menuHere.gif)";
			obj.style.paddingLeft="0px";
		}
		if(menuName=="libao"){
			obj.className="menuHeres";
			obj.style.backgroundImage="url(/indeximages/menuHere.gif)";
			obj.style.fontsize="12px";
		}
		if(menuName=="huodong"){
			obj.className="menuHeres";
			obj.style.backgroundImage="url(/indeximages/menuHere.gif)";
			
		}
		if(menuName=="Home"){
			
			obj.style.fontsize="24px";
		}
	}
}

