function posterWindow(sImg, nWidth, nHeight, wName) {
	window.open('/cgi/posterWindow.cgi?imgPath=' + escape(sImg), wName, 'width='+ nWidth +',height='+ nHeight +',left=5,top=5,scrollbars=1,resizable=1,toolbar=0,menubar=0,location=0,directories=0,status=1');
}

function posterWindowEn(sImg, nWidth, nHeight, wName) {
	window.open('/cgi/posterWindowEn.cgi?imgPath=' + escape(sImg), wName, 'width='+ nWidth +',height='+ nHeight +',left=5,top=5,scrollbars=1,resizable=1,toolbar=0,menubar=0,location=0,directories=0,status=1');
}

function ticketbuywin() {
	window.open('http://www.e-get.jp/sept/pt/?ID=3','ticketbuy','toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes')
}
function ticketbuywin2() {
	window.open('https://www.e-get.jp/sept/pm/?ID-3','ticketbuy','toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes')
}
