function open_win(pageType)
{
	if(pageType == 'highschools'){
		window.open("http://www.stgeorge-real-estate.com/schools/maps/highschool-boundaries-map.php"
		,"_blank","toolbar=no, location=no, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=yes, width=800, height=620")
	} else if (pageType == 'middleschools'){
		window.open("http://www.stgeorge-real-estate.com/schools/maps/middleschool-boundaries-map.php"
		,"_blank","toolbar=no, location=no, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=yes, width=800, height=620")
	} 
	  else if (pageType == 'elemschools'){
		window.open("http://www.stgeorge-real-estate.com/schools/maps/elemschool-boundaries-map.php"
		,"_blank","toolbar=no, location=no, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=yes, width=800, height=620")
	} 
}