
	function PopupSlideShow(page) {
		OpenWin = this.open(page,"AshCreekHomes", "menubar=no,status=no,scrollbars=yes,resizable=no,width=618,height=450");
	}
	function Popup(page) {
		OpenWin = this.open(page,"AshCreekHomes", "menubar=no,status=no,scrollbars=yes,resizable=no,width=580,height=600");
	}
	
	function PopupSitePlan(page) {
		OpenWin = this.open(page,"AshCreekHomes", "menubar=no,status=no,scrollbars=yes,resizable=no,width=825,height=700");
	}
	function PopupFloorPlan(page) {
		OpenWin = this.open(page,"AshCreekHomes", "menubar=no,status=no,scrollbars=yes,resizable=no,width=500,height=500");
	}
	function PopupVideo(page) {
		OpenWin = this.open(page,"AshCreekHomes", "menubar=no,status=no,scrollbars=no,resizable=no,location=no,width=470,height=500");
	}
	function PopupImage(page) {
		OpenWin = this.open(page,"AshCreekHomes", "menubar=no,status=no,scrollbars=no,resizable=no,location=no,width=800,height=450");
	}
	function PopupBrochure(page) {
		OpenWin = this.open(page,"AshCreekHomes", "menubar=no,status=no,scrollbars=yes,resizable=no,width=700,height=550");
	}
	function PopupEPV(page) {
		OpenWin = this.open(page,"AshCreekHomes", "menubar=no,status=no,scrollbars=yes,resizable=no,width=800,height=525");
	}
	function PopupDrivingDirections(page) {
		OpenWin = this.open(page,"AshCreekHomes", "menubar=no,status=no,scrollbars=yes,resizable=no,width=650,height=650");
	}
	
	function StandardVideo(page) {
		OpenWin = this.open(page,"AshCreekHomes", "menubar=no,status=no,scrollbars=auto,resizable=yes,width=675,height=650");
	}