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