function getPrizeWindow() {
	window.open('/html/prize.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');
}
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');
}
