﻿// JScript 文件

function OpenGame() {
    window.open('GameTY.aspx?TY=n&DJ=at','GameWin','scrollbars=no,width=800,height=650,top=50,left=60');
}
function OpenWD() {
    window.open('QA.aspx','','scrollbars=no,width=496,height=482,top=50,left=60');
}
function OpenGG() {
    window.open('GongGao_List.aspx','','scrollbars=no,width=496,height=600,top=50,left=60');
}
function OpenRePlay(a) {
    window.open('RePlayGame.aspx?RecID='+a,'RePlay','scrollbars=no,width=800,height=670,top=50,left=60');
}
function OpenRePlay2(a) {
    window.open(a,'RePlay','scrollbars=no,width=800,height=670,top=50,left=60');
}
function OpenPlayGame(a) {
    window.open('PlayGame.aspx?RecID='+a,'PlayGame','scrollbars=no,width=820,height=700,top=0,left=150');
}
function OpenMemberInfo() {
    window.open('MemberInfo.aspx','','scrollbars=no,width=430,height=577,top=50,left=100');
}
function OpenTJ() {
    window.open('TJInfo.aspx','','scrollbars=no,width=430,height=577,top=50,left=100');
}
function OpenJH() {
    window.open('网络游戏未成年人家长监护工程.html');
}
function xxxx(){
        document.getElementById("table2").style.display="none";
        document.getElementById("table1").style.display="block";
}
function xxxx2(){
        document.getElementById("table2").style.display="block";
        document.getElementById("table1").style.display="none";
}
function saishipinglun(){
    if(document.getElementById("xx").style.display=="block"){
        document.getElementById("xx").style.display="none";
        document.getElementById("xx2").style.display="block";
    }
    else{
        document.getElementById("xx2").style.display="none";
        document.getElementById("xx").style.display="block";
    }
}

