function olres() {
if (!confirm("When accessing on-line reservations, you will be redirected to the reservations web site\nof Garden City Realty in a new browser window.  Please make sure you have disabled any\npopup blockers. Once availability has been checked or reservation has been booked, simply\nclose out the on-line reservations window to return to the Surfmaster web site.\n\nClick OK to proceed to Reservations and Availability.\nClick Cancel to Return to the Surfmaster Site."))
{
return (false);
}
else
return (true);
}

var addWindow = 0
function openwin(d,w,h) {
if (addWindow) {
if(!addWindow.closed) addWindow.close();
  }
tx = (screen.width - w) / 2;
ty = (screen.height - h) / 2; 

	 addWindow = window.open(d,"Tour","width="+w+",height="+h+",top="+ty+",left="+tx+",menubar=no,toolbar=no,location=no,status=no, resizable=yes,titlebar=no,scrollbars=no");
	 addWindow.focus() 
}

