function popUp(windowName)
{
	switch (windowName)
	{
		case "SearchWorldwide":
			window.open('http://www.leadingre.com','info','width=740,height=484,top=225,left=243,resizable=yes,scrollbars=yes');
			break;
		case "Community":
			window.open('http://www.greenwichct.org','info','width=740,height=484,top=225,left=243,resizable=yes,scrollbars=yes');
			break;
		case "Transportation":
			window.open('transportation.html','info','width=490,height=430,top=225,left=245,resizable=yes,scrollbars=yes');
			break;
		case "Lodging":
			window.open('lodging.html','info','width=720,height=480,top=225,left=245,resizable=yes,scrollbars=yes');
			break;
		case "MedicalFacilities":
			window.open('healthcare.html','info','width=720,height=450,top=225,left=245,resizable=yes,scrollbars=yes');
			break;
		case "Schools":
			window.open('http://www.greenwichschools.org','info','width=720,height=450,top=225,left=245,resizable=yes,scrollbars=yes');
			break;
		case "Library":
			window.open('http://www.greenwich.lib.ct.us','info','width=720,height=450,top=225,left=245,resizable=yes,scrollbars=yes');
			break;
		case "CommunityAnswers":
			window.open('http://www.communityanswers.org','info','width=720,height=450,top=225,left=245,resizable=yes,scrollbars=yes');
			break;
			
		//case "TownMap":
		//	window.open('map.html','info','width=720,height=450,resizable=yes,scrollbars=yes');
		//	break;
		case "ContactUs":
			window.open('contact.html','info','width=500,height=440,top=225,left=245,resizable=yes,scrollbars=yes');
			break;		
		case "Directions":
			window.open('directions.html','info','width=770,height=400,top=225,left=245,resizable=yes,scrollbars=yes');
			break;
		
		//for Realty Manager because it's not in the server's root or directories
		case "rm_Transportation":
			window.open('http://216.92.92.101/transportation.html','info','width=490,height=430,top=225,left=245,resizable=yes,scrollbars=yes');
			break;
		case "rm_Lodging":
			window.open('http://216.92.92.101/lodging.html','info','width=720,height=480,top=225,left=245,resizable=yes,scrollbars=yes');
			break;
		case "rm_MedicalFacilities":
			window.open('http://216.92.92.101/healthcare.html','info','width=720,height=450,top=225,left=245,resizable=yes,scrollbars=yes');
			break;
		//case "rm_TownMap":
		//	window.open('http://216.92.92.101/map.html','info','width=720,height=450,resizable=yes,scrollbars=yes');
		//	break;
		case "rm_ContactUs":
			window.open('http://216.92.92.101/contact.html','info','width=500,height=440,top=225,left=245,resizable=yes,scrollbars=yes');
			break;		
		case "rm_Directions":
			window.open('http://216.92.92.101/directions.html','info','width=770,height=400,top=225,left=245,resizable=yes,scrollbars=yes');
			break;
	}
}
