function CloseWin(){
    window.close();
}


function OpenAsobi(){
    win=window.open("asobikata/asobikata.html","new","scrollbars=yes,width=660,height=800");
}


function OpenToroku(){
    win=window.open("auc/ps.html","new","scrollbars=yes,width=575,height=862");
}


function OpenWin1(){
    win=window.open("qtvr/1.html","new","scrollbars=no,width=500,height=400");
}
function OpenWin2(){
    win=window.open("qtvr/2.html","new","scrollbars=no,width=500,height=400");
}
function OpenWin3(){
    win=window.open("qtvr/3.html","new","scrollbars=no,width=500,height=400");
}
function OpenWin4(){
    win=window.open("qtvr/4.html","new","scrollbars=no,width=500,height=400");
}


function OpenMobile(){
    win=window.open("mobile.html","new","scrollbars=no,width=410,height=760");
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}