function StartBar(keep){
	if(keep){
		if(window.top.document.all.BottomWindow.cols=='123,*'){
			window.top.LeftWindow.document.all.SubMenuBar.align='center';
			window.top.LeftWindow.document.all.StartBar.style.display='none'
			window.top.LeftWindow.document.all.ShowImg.style.display='';
		}else {
			window.top.document.all.BottomWindow.cols='171,*';
		}
	}else{
		if(window.top.LeftWindow.document.all.StartBar.style.display=='') {
			window.top.LeftWindow.document.all.StartBar.style.display='none';
			window.top.document.all.BottomWindow.cols='123,*'
			window.top.LeftWindow.document.all.SubMenuBar.align='center';
			window.top.LeftWindow.document.all.ShowImg.style.display=''
		}else{
			window.top.LeftWindow.document.all.StartBar.style.display='';
			window.top.document.all.BottomWindow.cols='171,*'
			window.top.LeftWindow.document.all.SubMenuBar.align='left';
			window.top.LeftWindow.document.all.ShowImg.style.display='none'
		}
	}
}

function MenuBars()
{
	if (typeof(window.top.document.getElementsByName("LeftWindow")[0]) != 'undefined')
	{
		var MenuWindow = window.top.document.getElementsByName("BottomWindow")[0];

		if (MenuWindow.cols == "0,*")
		{
			MenuWindow.cols = "173,*";
			document.getElementById('showH').title = "Òþ²Ø";
		}
		else
		{
			MenuWindow.cols = "0,*";
			document.getElementById('showH').title = "ÏÔÊ¾";
		}
	}
}

function StartBarIcon(url){
	window.location='left.html'
}

function FullWindow(UrlAddr,WindowName){
	var width=screen.availWidth-10;
	var height=screen.availHeight-30;
	window.open(UrlAddr,WindowName,'fullscreen=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width=' + width + ',height=' + height + ',top=0,left=0',true);
}

function ShowMenuBarMore(){
	if(!(window.top.RightWindow.document.all.MenuBarMore)) return false;
	if(window.top.RightWindow.document.all.MenuBarMore.style.display=='none'){
			window.top.RightWindow.document.all.MenuBarMore.style.display=''
			window.top.RightWindow.document.all.MenuBarMore.style.top=0;
			if(window.top.document.all.BottomWindow.cols=='171,*') MouseX=window.event.clientX-160;
			else if(window.top.document.all.BottomWindow.cols=='123,*') MouseX=window.event.clientX-140;
			else MouseX=window.event.clientX-30;
			window.top.RightWindow.document.all.MenuBarMore.style.left=MouseX;
	}
}

function XpMenuBar(XpSubName,SubNameId,MenuBarCount){
	for(i=0;i<MenuBarCount;i++){
		eval("Suc=document.all."+XpSubName+i);
		if(Suc && i!=SubNameId) Suc.style.display='none';
	}
	eval("Suc=document.all."+XpSubName+SubNameId);
	if(Suc) {
		if(Suc.style.display=='none') Suc.style.display='';
		else Suc.style.display='none';
	}
}
