// ウィンドウを閉じる //

function winclose(){
window.close()
}


// チケット申込方法サブウィンドウオープン //

function swin_ticket(){
var win1=window.open('s_window/ticket.html','newwindow',
'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=850,height=510');
}


// 公演情報サブウィンドウオープン //

function swin081219(){
var win1=window.open('s_window/081219.html','newwindow',
'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=580,height=690');
}

function swin081220(){
var win1=window.open('s_window/081220.html','newwindow',
'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=580,height=690');
}

function swin081223(){
var win1=window.open('s_window/081223.html','newwindow',
'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=580,height=690');
}

function swin081224(){
var win1=window.open('s_window/081224.html','newwindow',
'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=580,height=690');
}

function swin081225(){
var win1=window.open('s_window/081225.html','newwindow',
'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=580,height=690');
}

function swin090125(){
var win1=window.open('s_window/090125.html','newwindow',
'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=580,height=690');
}

function swin090211(){
var win1=window.open('s_window/090211.html','newwindow',
'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=580,height=690');
}

function swin090214(){
var win1=window.open('s_window/090214.html','newwindow',
'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=580,height=690');
}

function swin090315(){
var win1=window.open('s_window/090315.html','newwindow',
'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=580,height=690');
}

function swin090321(){
var win1=window.open('s_window/090321.html','newwindow',
'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=580,height=690');
}


// 企画制作サブウィンドウオープン //
// 高さ最大690px //

function swin_mc(){
var win1=window.open('s_window/music_cafe.html','newwindow',
'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=580,height=410');
}

function swin_otona(){
var win1=window.open('s_window/otona_music.html','newwindow',
'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=580,height=265');
}

function swin_maternity(){
var win1=window.open('s_window/maternity.html','newwindow',
'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=580,height=630');
}

function swin_apart(){
var win1=window.open('s_window/apart.html','newwindow',
'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=580,height=480');
}

function swin_joint(){
var win1=window.open('s_window/joint.html','newwindow',
'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=580,height=550');
}

function swin_zama(){
var win1=window.open('s_window/zama.html','newwindow',
'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=580,height=585');
}
