
function closeWin() {
    window.close();
}

<!--
function open1clickwindow () {
if(screen.width<800){
alert("ディスプレイ解像度 800 x 600 以上でご覧ください。");
}
var winPopup = window.open("toilet.html","toilet","width=800,height=450,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no");
}

//-->