// Copyright 2005 ARAMARK Harrison Lodging// Design and code by Dana Interactive, NYCleftPos = 0if (screen) {	leftPos = screen.width-700}// HPNews	function newHPNews(hpnews) {		hpnewsWindow = window.open(hpnews, 'hpnewsWin', 'toolbar=0,location=0,directories=0,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=400,height=450,left='+leftPos+',top=0')		hpnewsWindow.focus()	}// Properties	function newList(hpList) {		hpListWindow = window.open(hpList, 'newList', 'toolbar=0,location=0,directories=0,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=450,height=450,left='+leftPos+',top=0')		hpListWindow.focus()	}// info	function newInfo(info) {		infoWindow = window.open(info, 'infoWin', 'toolbar=0,location=0,directories=0,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=355,height=430,left='+leftPos+',top=0')		infoWindow.focus()	}	// contact	function newContact(contact) {		contactWindow = window.open(contact, 'contactWin', 'toolbar=0,location=0,directories=0,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=400,height=450,left='+leftPos+',top=0')		contactWindow.focus()	}// maps and photo tours	function newWindow(map) {		mapWindow = window.open(map, 'mapWin', 'toolbar=0,location=0,directories=0,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=600,height=510,left='+leftPos+',top=0')		mapWindow.focus()	}// websites	function newSite(site) {		siteWindow = window.open(site, 'siteWin', 'toolbar=0,location=0,directories=0,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=775,height=620,left=0,top=0')		siteWindow.focus()	}	// laurie house	function newRates(rates) {		siteWindow = window.open(rates, 'ratesWin', 'toolbar=0,location=0,directories=0,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=775,height=700,left=0,top=0')		siteWindow.focus()	}	// laurie house photo	function newLphoto(Lphoto) {		siteWindow = window.open(Lphoto, 'LphotoWin', 'toolbar=0,location=0,directories=0,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=775,height=620,left=0,top=0')		lphotoWindow.focus()	}// 3D Tour	function newTour(Tour) {		tourWindow = window.open(Tour, 'TourWin', 'toolbar=0,location=0,directories=0,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=700,height=620,left=0,top=0')		tourWindow.focus()	}// Photo Gallery	function newPhoto(Photo) {		photoWindow = window.open(Photo, 'PhotoWin', 'toolbar=0,location=0,directories=0,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=700,height=620,left=0,top=0')		photoWindow.focus()	}// press releases	function newPress(press) {		pressWindow = window.open(press, 'pressWin', 'toolbar=0,location=0,directories=0,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=535,height=510,left='+leftPos+',top=0')		pressWindow.focus()	}