function open_win(pageType)
{
	if(pageType == 'greenspring-green-depth'){
		window.open("http://www.stgeorge-real-estate.com/stgeorgegolf/greendepthcharts/greenspring-green-depth.php"
		,"_blank","toolbar=no, location=no, directories=no, status=no, menubar=yes, scrollbars=no, resizable=no, copyhistory=yes, width=430, height=500")
	} else if (pageType == "greenspring-hole-layout"){
		window.open("http://www.stgeorge-real-estate.com/stgeorgegolf/holelayouts/greenspring-hole-layout.php"
		,"_blank","toolbar=no, location=no, directories=no, status=no, menubar=yes, scrollbars=no, resizable=no, copyhistory=yes, width=720, height=490")
	}
}