﻿// JScript 文件

function overVip(){
    divVip.style.display='block';
}
function outVip(){
    divVip.style.display='none';
}
function overNews(){
    divNews.style.display='block';
}
function outNews(){
    divNews.style.display='none';
}
function overIn(){
    divIn.style.display='block';
}
function outIn(){
    divIn.style.display='none';
}
function overVip(){
    divVip.style.display='block';
}
function outVip(){
    divVip.style.display='none';
}
function menu(){
    if(document.getElementById("btnMenu").value=="菜单"){
        document.getElementById("btnMenu").display='block';
        document.getElementById("btnMenu").value="隐藏菜单";
    }else{
        document.getElementById("btnMenu").display='none';
        document.getElementById("btnMenu").value="菜单";
    }
}
//菜单弹出框
function overInfo(){
    divInfo.style.display='block';
    //document.getElementById ("aInfo").style.color="White";
    //document.getElementById ("aInfo").style.fontSize="15px";
}
function outInfo(){
    divInfo.style.display='none';
    //document.getElementById ("aInfo").style.color="#c8606f";
    //document.getElementById ("aInfo").style.fontSize="15px";
}
function overShow(){
    divShow.style.display='block';
    //document.getElementById ("aShow").style.color="White";
    //document.getElementById ("aShow").style.fontSize="15px";
}
function outShow(){
    divShow.style.display='none';
    //document.getElementById ("aShow").style.color="#c8606f";
    //document.getElementById ("aShow").style.fontSize="15px";
}
function overTeamwork(){
    divTeamwork.style.display='block';
    //document.getElementById ("aTeamwork").style.color="White";
    //document.getElementById ("aTeamwork").style.fontSize="15px";
}
function outTeamwork(){
    divTeamwork.style.display='none';
    //document.getElementById ("aTeamwork").style.color="#c8606f";
    //document.getElementById ("aTeamwork").style.fontSize="15px";
}
function overCustomerService(){
    divCustomerService.style.display='block';
    //document.getElementById ("aCustomerService").style.color="White";
    //document.getElementById ("aCustomerService").style.fontSize="15px";
}
function outCustomerService(){
    divCustomerService.style.display='none';
    //document.getElementById ("aCustomerService").style.color="#c8606f";
    //document.getElementById ("aCustomerService").style.fontSize="15px";
}
function overNews(){
    divNews.style.display='block';
    //document.getElementById ("aNews").style.color="White";
    //document.getElementById ("aNews").style.fontSize="15px";
}
function outNews(){
    divNews.style.display='none';
    //document.getElementById ("aNews").style.color="#c8606f";
    //document.getElementById ("aNews").style.fontSize="15px";
}
function overVip(){
    divVip.style.display='block';
    //document.getElementById ("aVip").style.color="White";
    //document.getElementById ("aVip").style.fontSize="15px";
}
function outVip(){
    divVip.style.display='none';
    //document.getElementById ("aVip").style.color="#c8606f";
    //document.getElementById ("aVip").style.fontSize="15px";
}

function openWin(){
    window.open ("leaveWord.aspx", "newwindow", "height=100, width=400, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no")
}
