function mortgagePopUp(URL,WinWidth,WinHeight) {
	window.open(URL, "MortgageCalculator", 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width='+WinWidth+',height='+WinHeight+',left = 10,top = 10');
	}
	
function CommunitySiteMap(URL,WinWidth,WinHeight) {
	window.open(URL, "CommunitySiteMap", 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width='+WinWidth+',height='+WinHeight+',left = 10,top = 10');
	}
	
function openPicture(WinHeightVal, WinWidthVal, PicHeightVal, PicWidthVal, PicName){
	strURL = "/HomeBuilder/Testimonial_HomeImage.aspx?PicHeightVal=" + PicHeightVal +"&PicWidthVal=" + PicWidthVal + "&PicName=" + PicName;
	strWin = window.open(strURL, "", "height=" + WinHeightVal + ",width=" + WinWidthVal + ", left=0,top=0, resizable=yes, center=yes, status=yes,location=no,toolbar=no,menubar=no" );
	}
	
function openWindow_flash(UID) { 
	popupWin = window.open('/HomeBuilder/eBrochure/FloorPlanFlash.aspx?ItemType=FloorPlan&ItemID=' + UID,'remote','width=800,height=600,resizable=no,scrollbars=no')
  }
  
function openWindow_salesEvent(link,width,height) { 
	popupWin = window.open(link,'SalesEvent','width=' + width + ',height=' + height + ',resizable=yes,scrollbars=yes,toolbar=1')
  }