//アクセスマップ表示
function mapOpen(url){
	window.open('./map.html','map','width=620,height=650,top=0,left=0,scrollbars=1,status=1,resizable=0');
}

//当選者発表ページ
function winnerOpen(url){
	window.open('./prize-winner.html','winner','width=620,height=650,top=0,left=0,scrollbars=1,status=1,resizable=0');
}
