﻿function switchSysBar(){
	if (switchPoint.innerText==3){
		switchPoint.innerText=4
		document.all("mnuList").style.display="none"
		top.content.cols="16,*"
	}
	else{
		switchPoint.innerText=3
		document.all("mnuList").style.display=""				
		top.content.cols="166,*"		
	}
}
////////////////////////////MouseEvent Start//////////////////////////////////
var mover_fgcolor="#FFFFFF";
var mover_bgcolor="#cc0000";

var mout_fgcolor="#000000";
var mout_bgcolor="#f0f0e5";

function mout_cc(temp)
{
		object=eval("document.all.td"+temp);
		object.style.backgroundColor=mout_bgcolor;
		object=eval("document.all.a"+temp);
		object.style.color=mout_fgcolor;

}

function mover_cc(temp)
{
		object=eval("document.all.td"+temp);
		object.style.backgroundColor=mover_bgcolor;
		object=eval("document.all.a"+temp);
		object.style.color=mover_fgcolor;
}

////////////////////////////MouseEvent End//////////////////////////////////
////////////////////////////Close Start//////////////////////////////////
function shutwin(){
window.close();
return;}
////////////////////////////Close End//////////////////////////////////
function ChangeDisp(object,htmltxt,HavImg)
{
   if (HavImg==1) { 
      object.innerHTML="(<font color=#fa530b>图</font>)"+htmltxt
   } else {
      object.innerHTML=htmltxt;
   }
}
///////////////////////////////////////////////////////
function popone(pageurl) {
var
popwin=window.open(pageurl,"","scrollbars=Yes,toolbar=no,location=no,status=no,menubar=no,resizable=no,width=630,height=700");
return false;
}
