function open_win(pageType)
{
	if(pageType == 'woodbridge-green-depth'){
		window.open("greendepthcharts/woodbridge-green-depth.php"
		,"_blank","toolbar=no, location=no, directories=no, status=no, menubar=yes, scrollbars=no, resizable=no, copyhistory=yes, width=260, height=540")
	} else if (pageType == "woodbridge-hole-layout"){
		window.open("holelayouts/woodbridge-hole-layout.php"
		,"_blank","toolbar=no, location=no, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=no, copyhistory=yes, width=675, height=560")
	}

	if(pageType == 'thepoint-green-depth'){
		window.open("greendepthcharts/thepoint-green-depth.php"
		,"_blank","toolbar=no, location=no, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=no, copyhistory=yes, width=265, height=540")
	} else if (pageType == "thepoint-hole-layout"){
		window.open("holelayouts/thepoint-hole-layout.php"
		,"_blank","toolbar=no, location=no, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=no, copyhistory=yes, width=660, height=800")
	}

	if(pageType == 'blackrock-green-depth'){
		window.open("greendepthcharts/blackrock-green-depth.php"
		,"_blank","toolbar=no, location=no, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=no, copyhistory=yes, width=265, height=540")
	} else if (pageType == "blackrock-hole-layout"){
		window.open("holelayouts/blackrock-hole-layout.php"
		,"_blank","toolbar=no, location=no, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=no, copyhistory=yes, width=735, height=635")
	}
	if(pageType == 'sunbrook-hole-layout'){
		window.open("holelayouts/sunbrook-hole-layout.php"
		,"_blank","toolbar=no, location=no, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=no, copyhistory=yes, width=800, height=600")
	} else if (pageType == "sunbrook-green-depth"){
		window.open("greendepthcharts/sunbrook-green-depth.php"
		,"_blank","toolbar=no, location=no, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=no, copyhistory=yes, width=767, height=540")
	}
}