/*** 今月の懸賞ポップアップ画面表示スクリプト */
function getPrizeWindow() {
	window.open('prize/index.html', 'newwin', 'width = 400, height = 370, resizable = no');
}
/*** 卒業年度早見画面表示スクリプト */
function GradListWindow() {
	window.open('/html/grad_list.html', 'grad', 'width = 600, height = 600, resizable = no, scrollbars = yes');
}
/*** 表示入札の仕組画面表示スクリプト */
function bidWindow() {
	window.open('/html/bid.html', 'grad', 'width = 600, height = 600, resizable = no, scrollbars = yes');
}
/*** 成果型スカウトの仕組画面表示スクリプト */
function scoutWindow() {
	window.open('/html/scout.html', 'grad', 'width = 600, height = 600, resizable = no, scrollbars = yes');
}
/*** 学歴・職歴の上手な書き方画面表示スクリプト */
function personalWindow() {
	window.open('/html/personal.html', 'grad', 'width = 600, height = 600, resizable = no, scrollbars = yes');
}
/*** 自己PRの上手な書き方画面表示スクリプト */
function prWindow() {
	window.open('/html/pr.html', 'grad', 'width = 600, height = 600, resizable = no, scrollbars = yes');
}
/*** バナー画面表示スクリプト */
function banaWindow() {
	window.open('/html/bana.html', 'grad', 'width = 620, height = 630, resizable = no, scrollbars = yes');
}