function open_waraku_entry() { 
	win_waraku_entry = window.open('www/kazz/waraku_entry.html','waraku_entry','width=660,height=500,scrollbars=yes,resizable=yes,status=no,toolbar=no,menubar=no,location=no,scrolling=auto');
//	win_waraku_entry = window.open('waraku_entry.html','waraku_entry','width=660,height=500,scrollbars=yes,resizable=yes,status=no,toolbar=no,menubar=no,location=no,scrolling=auto');
	win_waraku_entry.focus();
}

function open_shinsaku(detail) { 
	win_shinsaku = window.open(detail,'kazz_shinsaku','width=350,height=550,scrollbars=no,resizable=yes,status=no,toolbar=no,menubar=no,location=no,scrolling=auto');
	win_shinsaku.focus();
}

function open_reserveform() { 
//	win_reserveform = window.open('https://sv31.bestsystems.net/~danrb000/test/www/kazz/waraku_reserve.html','waraku_reserve','width=650,height=500,scrollbars=yes,resizable=yes,status=no,toolbar=no,menubar=no,location=no,scrolling=auto');
//	win_reserveform = window.open('waraku_reserve.html','waraku_reserve','width=650,height=500,scrollbars=yes,resizable=yes,status=no,toolbar=no,menubar=no,location=no,scrolling=auto');
//	win_reserveform = window.open('../../pg/waraku/waraku_order.cgi','waraku_reserve','width=650,height=500,scrollbars=yes,resizable=yes,status=no,toolbar=no,menubar=no,location=no,scrolling=auto');
	win_reserveform = window.open(' pg/waraku/waraku_order.cgi','waraku_reserve','width=650,height=500,scrollbars=yes,resizable=yes,status=no,toolbar=no,menubar=no,location=no,scrolling=auto');
	win_reserveform.focus();
}

