﻿function meunA(a,b,c,d,e,f){
      if (document.getElementById("TA"+d).style.display=="none"){
          document.getElementById("TA"+d).style.display="";
          document.getElementById("CSSA"+d).className="Atd A1of";
      }else{
          document.getElementById("TA"+d).style.display="none";
          document.getElementById("CSSA"+d).className="Atd A1on";
      }
}
function meunB(a,b,c,d,e,f){
      if (document.getElementById("TA"+d+"TB"+e).style.display=="none"){
          document.getElementById("TA"+d+"TB"+e).style.display="";
          document.getElementById("CSSA"+d+"CSSB"+e).className="Btd B2of";
      }else{
          document.getElementById("TA"+d+"TB"+e).style.display="none";
          document.getElementById("CSSA"+d+"CSSB"+e).className="Btd B2on";
      }
}
function meunC(a,b,c,d,e,f){

}
function meunint(){
   //初始化菜单
   var urlhash = location.hash//得到#号后的参数
   if (urlhash.length>2){
   var Tmp = urlhash.split("CSS");
   for(var i = 1; i < Tmp.length; i++){
        if (i==1){document.getElementById("T"+Tmp[i]).style.display='';}
        if (i==2){document.getElementById("T"+Tmp[1]+"T"+Tmp[i]).style.display='';}
   }
   }
}
function mousemoveA(o){o.style.color='#ff0000';}
function mouseoutA(o){o.style.color='#333333';}
function TBClass(o){document.getElementById(o).className='Btd B2of'}
function TTClassClose(o){document.getElementById(o).style.display="none"}
