function winOpen(theURL,winW,winH) {
 if(!winW) { winW = 520; }
 if(!winH) { winH = 550; }
 window.open(theURL,'','scrollbars=yes,resizable=yes,width=' + winW + ',height=' + winH + ",'");
}

function winOpen02(theURL,winW,winH) {
 if(!winW) { winW = 520; }
 if(!winH) { winH = 550; }
 window.open(theURL,'','scrollbars=no,resizable=yes,width=' + winW + ',height=' + winH + ",'");
}

function gRoom(theURL){
var t = screen.availHeight;
winW = 520;
if(t<660){ winH = t; }else{ winH = 660; }
window.open(theURL,'','scrollbars=yes,resizable=yes,width=' + winW + ',height=' + winH + ",'");
}


function monthly(theURL) {
 window.open(theURL,'','scrollbars=yes,resizable=yes,width=500,height=600');
}

function openCGI(myId) {
var myURL = "popup.cgi?id=" + myId;
 window.open(myURL,'','scrollbars=yes,resizable=yes,width=500,height=500');
}

function getname(Month,week){
location.href = "../"+Month+"/index.html#"+week;
}

function gotop(){
location.hash="top";
}

function getschedule(){
var Mo = new Date();
var Month = Mo.getMonth()+1;
if(Month<10){
Month = "0" + Month;
}
window.open("/archive/" + Month + "/index.html", "_self");
}

function mailNews() {
var d1 = document.getElementById("mailform-name").value;
var d2 = document.getElementById("mailform-email").value;
window.open("/cgi-bin/mailnews/index.cgi?name=" + d1 + "&mail=" + d2 + "","","scrollbars=yes,resizable=yes,width=500,height=500");
}

function mailNews_en() {
var d1 = document.getElementById("mailform-name").value;
var d2 = document.getElementById("mailform-email").value;
window.open("/cgi-bin/mailnews_en/index.cgi?name=" + d1 + "&mail=" + d2 + "","","scrollbars=yes,resizable=yes,width=500,height=500");
}

function winClose(){
window.close();
}

function flyershop(shop,movie){
myURL="../shop.html?"+shop+"&"+movie;
window.open(myURL,'','scrollbars=yes,resizable=yes,width=618,height=418');
}

function flyershopt(shop,movie){
myURL="../../shop.html?"+shop+"&"+movie;
window.open(myURL,'','scrollbars=yes,resizable=yes,width=618,height=418');
}

function flyershopn(shop,movie){
myURL="shop.html?"+shop+"&"+movie;
window.open(myURL,'','scrollbars=yes,resizable=yes,width=618,height=418');
}
