  function mOvr(src,clrOver) {
    if (!src.contains(event.fromElement)) {
	  src.style.cursor = 'hand';
	  src.bgColor = clrOver;
	}
  }
  function mOut(src,clrIn) {
	if (!src.contains(event.toElement)) {
	  src.style.cursor = 'default';
	  src.bgColor = clrIn;
	}
  }
  function Show(Lanmu){
    PanD=eval(Lanmu);
    if(PanD.style.display=="none") {
    TColl=document.all.tags("table");
    for(i=0; i<TColl.length; i++) {
    PanX=TColl(i);
    if(PanX.className=="M")PanX.style.display="none";}
    PanD.style.display="";
    }else{
    PanD.style.display="none";
    }
  }
  function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
