// popup

function popupA(){
    win=window.open("entrance/popup/index.html","new","width=1100,height=750,resize=yes,scrollbars=yes,status=no,location=no,directories=no,top=0,left=0");
}
function popupB(){
    win=window.open("popup/index.html","new","width=1100,height=750,resize=yes,scrollbars=yes,status=no,location=no,directories=no,top=0,left=0");
}

function popupAUnder(){
    win=window.open("../entrance/popup/index.html","new","width=1100,height=750,resize=yes,scrollbars=yes,status=no,location=no,directories=no,top=0,left=0");
}

function popupReportTop(){
    win=window.open("voice/index.html","new","width=950,height=590,resize=yes,scrollbars=yes,status=no,location=no,directories=no,top=0,left=0");
}
function popupReport(){
    win=window.open("../voice/index.html","new","width=950,height=590,resize=yes,scrollbars=yes,status=no,location=no,directories=no,top=0,left=0");
}

function popupfireworks(){
    win=window.open("fireworks/index.html","new","width=950,height=900,resize=yes,scrollbars=yes,status=no,location=no,directories=no,top=0,left=0");
}


