//菜单参数设置
//var menutab= getparastr("munetab");
//if(menutab!=null)
//{
//     //alert(menutab);
//     document.getElementById("menutab"+menutab).className="current";
//     document.getElementById("menutab1").className="";
//}
//金风下菜单
//var customer_name=getCookie("cookiename");
//if(customer_name!=null)
//{
//    if (customer_name!="null" && customer_name!="")
//    {
//            document.getElementById("menutab3").style.display="block";
//            document.getElementById("menutab4").style.display="block";
//            document.getElementById("menutab5").style.display="block";

//     }
//    else
//    {
//            
//            document.getElementById("menutab3").style.display="none";
//            document.getElementById("menutab4").style.display="none";
//            document.getElementById("menutab5").style.display="none";

//    }
//}
//else
//{
//            document.getElementById("menutab3").style.display="none";
//            document.getElementById("menutab4").style.display="none";
//            document.getElementById("menutab5").style.display="none";
//}

//function InfoTabChangedFoIndexPage(panel)
//{
//    switch(panel)
//    {
//        case "info1":
//            document.all(panel).style.display="block";
//	        document.all("info2").style.display="none";
//	        document.all("info3").style.display="none";
//            document.all("info4").style.display="none";
//	        document.all("info5").style.display="none";


//            document.getElementById("InfoGroupList_info1").className="current";
//	        document.getElementById("InfoGroupList_info2").className="a2";
//	        document.getElementById("InfoGroupList_info3").className="a3";
//	        document.getElementById("InfoGroupList_info5").className="a5";
//            document.getElementById("InfoGroupList_info4").className="a4";
//            break;
//        case "info2": 
//            document.all(panel).style.display="block";
//	        document.all("info1").style.display="none";
//	        document.all("info3").style.display="none";
//            document.all("info4").style.display="none";
//	        document.all("info5").style.display="none";

//            document.getElementById("InfoGroupList_info2").className="current";
//	        document.getElementById("InfoGroupList_info1").className="a1";
//	        document.getElementById("InfoGroupList_info3").className="a3";
//            document.getElementById("InfoGroupList_info4").className="a4";
//            document.getElementById("InfoGroupList_info5").className="a5";
//            break; 
//        case "info3": 
//            document.all(panel).style.display="block";
//            document.all("info2").style.display="none";
//	        document.all("info1").style.display="none";
//            document.all("info4").style.display="none";
//	        document.all("info5").style.display="none";

//            document.getElementById("InfoGroupList_info3").className="current";
//	        document.getElementById("InfoGroupList_info1").className="a1";
//	        document.getElementById("InfoGroupList_info2").className="a2";
//            document.getElementById("InfoGroupList_info4").className="a4";
//            document.getElementById("InfoGroupList_info5").className="a5";
//            break; 
//        case "info4": 
//            document.all(panel).style.display="block";
//	        document.all("info2").style.display="none";
//	        document.all("info3").style.display="none";
//            document.all("info1").style.display="none";
//	        document.all("info5").style.display="none";

//            document.getElementById("InfoGroupList_info4").className="current";
//	        document.getElementById("InfoGroupList_info2").className="a2";
//	        document.getElementById("InfoGroupList_info3").className="a3";
//            document.getElementById("InfoGroupList_info1").className="a1";
//            document.getElementById("InfoGroupList_info5").className="a5";
//            break; 
//        case "info5" :
//            document.all(panel).style.display="block";
//	        document.all("info2").style.display="none";
//	        document.all("info3").style.display="none";
//            document.all("info4").style.display="none";
//	        document.all("info1").style.display="none";
//            document.getElementById("InfoGroupList_info5").className="current";
//	        document.getElementById("InfoGroupList_info2").className="a2";
//	        document.getElementById("InfoGroupList_info3").className="a3";
//            document.getElementById("InfoGroupList_info4").className="a4";
//            document.getElementById("InfoGroupList_info1").className="a1";
//            break;                 
//    }
//   
//}  

