function open_win(pageType)
{
	if(pageType == 'stgeorgetrails'){
		window.open("http://www.stgeorge-real-estate.com/maps/stgeorge-trails-map.php"
		,"_blank","toolbar=no, location=no, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=yes, width=1200, height=760")
	} else if (pageType == 'sctrails'){
		window.open("http://www.stgeorge-real-estate.com/maps/sctrails.php"
		,"_blank","toolbar=no, location=no, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=no, copyhistory=yes, width=760, height=800")
	} 
}