
	function PopupSlideShow(page) {
		OpenWin = this.open(page,"TheHammocksAtTimberBanks", "menubar=no,status=no,scrollbars=yes,resizable=no,width=618,height=450");
	}

function PopupAmenities(page) {
		OpenWin = this.open(page,"TheHammocksAtTimberBanks", "menubar=no,status=no,scrollbars=yes,resizable=No,width=650,height=450");
	}

	function Popup(page) {
		OpenWin = this.open(page,"TheHammocksAtTimberBanks", "menubar=no,status=no,scrollbars=yes,resizable=yes,width=600,height=450");
	}
	
	function PopupBrochure(page) {
		OpenWin = this.open(page,"TheHammocksAtTimberBanks", "menubar=no,status=no,scrollbars=yes,resizable=yes,width=700,height=450");
	}

function PopupDrivingDirections(page) {
		OpenWin = this.open(page,"TheHammocksAtTimberBanks", "menubar=no,status=no,scrollbars=yes,resizable=no,width=650,height=700");
	}

	function PopupPromo(page) {
		OpenWin = this.open(page,"TheHammocksAtTimberBanks", "menubar=no,status=no,scrollbars=yes,resizable=yes,width=650,height=600");
	}
