﻿function YesShow(num) {
    NoShow();
    document.getElementById("topFoot_0" + num).style.display = "block";
    if (num == 4) {
        document.getElementById("topsRightFootRight_0" + num).style.background = "url(../Image/homebj1.jpg)";
        //document.getElementById("topsRightFootRight_0" + num).style.font-weight="bold";
        document.getElementById("topsRightFootRight_0" + num).style.color = "Black";
    } else {
        document.getElementById("topsRightFootRight_0" + num).style.background = "url(../Image/homebj2.jpg)";
        document.getElementById("topsRightFootRight_0" + num).style.color = "Black";
        //document.getElementById("topsRightFootRight_0" + num).style.font-weight="bold";
    }
    
}


function NoShow() {
    document.getElementById("topFoot_01").style.display = "none";
    document.getElementById("topFoot_02").style.display = "none";
    document.getElementById("topFoot_03").style.display = "none";
    document.getElementById("topFoot_04").style.display = "none";
    document.getElementById("topFoot_05").style.display = "none";
    document.getElementById("topFoot_06").style.display = "none";
    document.getElementById("topFoot_07").style.display = "none";
    document.getElementById("topsRightFootRight_01").style.background = "none";
    document.getElementById("topsRightFootRight_02").style.background = "none";
    document.getElementById("topsRightFootRight_03").style.background = "none";
    document.getElementById("topsRightFootRight_04").style.background = "none";
    document.getElementById("topsRightFootRight_05").style.background = "none";
    document.getElementById("topsRightFootRight_06").style.background = "none";
    document.getElementById("topsRightFootRight_07").style.background = "none";
    document.getElementById("topsRightFootRight_01").style.color = "White";
    document.getElementById("topsRightFootRight_02").style.color = "White";
    document.getElementById("topsRightFootRight_03").style.color = "White";
    document.getElementById("topsRightFootRight_04").style.color = "White";
    document.getElementById("topsRightFootRight_05").style.color = "White";
    document.getElementById("topsRightFootRight_06").style.color = "White";
    document.getElementById("topsRightFootRight_07").style.color = "White";
    
}

window.status = "欢迎您访问网格（福建）智能科技有限公司！";