﻿    function RegistOpen(){
		win = window.open("https://golfpark.jp/entry/index.stm","regist","width=790,height=690,toolbar=no,location=no,directories=no,scrollbars=yes,resizable=yes,top=100,left=0");
		win.focus();
	}
	
	function TempUserOpen(){
		win = window.open("https://golfpark.jp/entryconfirm/index.aspx","regist","width=790,height=440,toolbar=no,location=no,directories=no,scrollbars=yes,resizable=yes,top=100,left=0");
		win.focus();
	}
	
	function ChangeOpen(){
		win = window.open("https://golfpark.jp/edit/index.aspx","change","width=790,height=690,toolbar=no,location=no,directories=no,scrollbars=yes,resizable=yes,top=100,left=0");
		win.focus();
	}
	
	function ChangePwdOpen(){
		win = window.open("https://golfpark.jp/edit/password.aspx","change","width=790,height=690,toolbar=no,location=no,directories=no,scrollbars=yes,resizable=yes,top=100,left=0");
		win.focus();
	}
	
	function QueryOpen(){
		win = window.open("https://golfpark.jp/query/index.aspx","change","width=790,height=690,toolbar=no,location=no,directories=no,scrollbars=yes,resizable=yes,top=100,left=0");
		win.focus();
	}
	
	function OpenHbyH(man){
		var newWin = window.open("/watchtour/tournament/hbyh.aspx?man=" + man ,"HbyH","width=950,height=700,toolbar=no,location=no,directories=no,scrollbars=yes,resizable=no,top=100,left=0");
		newWin.focus();
	}
	
	function OpenWeather(url){
	    var newWin = window.open(url,"Weather","width=770,height=690,toolbar=no,location=no,directories=no,scrollbars=yes,resizable=yes,top=100,left=0");
	    newWin.focus();
	}
	
	function OpenHbyH_Player(man,cd){
		var newWin = window.open("/watchtour/tournament/hbyh_player.aspx?man=" + man + "&cd=" + cd ,"HbyH","width=870,height=700,toolbar=no,location=no,directories=no,scrollbars=yes,resizable=no,top=100,left=0");
		newWin.focus();
    }
	
    function OpenHbyH_Group(man,rnd,gp){
	    var newWin = window.open("/watchtour/tournament/hbyh_group.aspx?man=" + man + "&rnd=" + rnd + "&gp=" + gp ,"HbyH","width=870,height=800,toolbar=no,location=no,directories=no,scrollbars=yes,resizable=yes,top=100,left=0");
	    newWin.focus();
    }
	
	function OpenPhoto(man,file){
		var newWin = window.open("/var/tournament/" + man + "/" + file +".html" ,"Photo Gallery","width=380,height=560,toolbar=no,location=no,directories=no,scrollbars=yes,resizable=no,top=100,left=500");
		newWin.focus();
	}
