
function PopupAmenities(page) {
		OpenWin = this.open(page,"VIPHomes", "menubar=no,status=no,scrollbars=yes,resizable=yes,width=626,height=500");
	}
	
function Popup(page) {
		OpenWin = this.open(page,"VIPHomes", "menubar=no,status=no,scrollbars=yes,resizable=yes,width=626,height=560");
	}
	
	function PopupElevation(page) {
		OpenWin = this.open(page,"VIPHomes", "menubar=no,status=no,scrollbars=yes,resizable=yes,width=650,height=630");
	}
	
	function PopupBrochure(page) {
		OpenWin = this.open(page,"VIPHomes", "menubar=no,status=no,scrollbars=yes,resizable=yes,width=700,height=450");
	}
	
	function PopupFloorplan(page) {
		OpenWin = this.open(page, "VIPHomes", "menubar=no,status=no,scrollbars=yes,resizable=yes,width=650,height=975");
		}
		
//------------- Move above this line as you are using them. I think there is a ton of extras here --------------------

	function PopupSlideShow(page) {
		OpenWin = this.open(page,"MatthewsBrothers", "menubar=no,status=no,scrollbars=yes,resizable=yes,width=626,height=530");
	}
	
	function PopupSiteplan(page) {
		OpenWin = this.open(page,"MatthewsBrothers", "menubar=no,status=no,scrollbars=yes,resizable=yes,width=626,height=550");
	}

	function PopupPromo1(page) {
		OpenWin = this.open(page,"MatthewsBrothers", "menubar=no,status=no,scrollbars=yes,resizable=yes,width=650,height=550");
	}

	function PopupPromo(page) {
		OpenWin = this.open(page,"MatthewsBrothers", "menubar=no,status=no,scrollbars=yes,resizable=yes,width=650,height=550");
	}

function PopupEasySitePlan(page) {
		OpenWin = this.open(page,"MatthewsBrothers", "menubar=no,status=no,scrollbars=yes,resizable=yes,width=640,height=560");
	}
	
function PopupFavorite(page) {
		OpenWin = this.open(page,"MatthewsBrothers", "menubar=no,status=no,scrollbars=yes,resizable=yes,width=800,height=420");
	}
		
