
function openPopUp(URL,WinWidth,WinHeight) {
	window.open(URL,"Popup",'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width='+WinWidth+',height='+WinHeight+',left = 10,top = 10');
}
	
function openMasterPlan() {
	window.open("http://www.bentwater.com/RealEstate/MasterPlanMap/map2005/index.html","Master Plan",'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=850,height=650,left=10,top=10');
}

function openFloorPlanFullSize(imagePath) { 
	popupWin = window.open(imagePath,'FloorPlan','width=700,height=600,resizable=1,scrollbars=0,toolbar=0,menubar=0')
	}
