function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}

function ShowFloatMenu()
{
	if(document.body.offsetWidth >= 980)
	{
		LeftMenu.style.display=''; 
		TopMenu.style.display='none';
	}
	else
	{
		LeftMenu.style.display='none'; 
		TopMenu.style.display='';
	}
}
function ShowTipMenu()
{
	//alert(document.body.offsetWidth);
	if(document.body.offsetWidth >= 980)
	{
		tip.style.right=(screen.width/2)-470;
	}
	else
	{
		//tip.style.right=(screen.width/2)-470;
		//tip.style.left=document.body.offsetWidth-20;
		//tip.style.top=167;
	}
	//tip.style.display=''; 
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(window.open(selObj.options[selObj.selectedIndex].value));
if (restore) selObj.selectedIndex=0;
}