//popup windows

function popup_notice(){
	window.open("../popup_notice.html","","RESIZABLE=no,STATUS=no,WIDTH=466,HEIGHT=419");
}

function popup_size(){
	window.open("../popup_size.html","","RESIZABLE=no,STATUS=no,WIDTH=466,HEIGHT=519");
}

function popup_vol(){
	window.open("../popup_vol.html","","RESIZABLE=no,STATUS=no,WIDTH=466,HEIGHT=469");
}

function popup_ticket(){
	window.open("../popup_ticket.html","","RESIZABLE=no,STATUS=no,WIDTH=520,HEIGHT=639");
}

function popup_list(){
	window.open("../popup_list.html","","RESIZABLE=no,STATUS=no,WIDTH=800,HEIGHT=620");
}

function event2009(){
	window.open("../show/2009/event2009.html","","RESIZABLE=no,STATUS=no,WIDTH=800,HEIGHT=800");
}



/*
popup_notice();
poup_list();
*/
