<!--
function photoGallery() {
newWin=window.open("http://www.surfandsandresort.com/mediainterface/","form_window1","resizable=1,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,copyhistory=0,width=715,height=380,top=5,left=10");
newWin.focus();
if (newWin.opener == null) newWin.opener = self;
}
// click to enlarge popups
function letMeIn(url, windowname, wide, high) 
{window.open(url,windowname,'width=' + wide + ',height=' + high + ",scrollbars=no,resizable=1"); 
}
// Media Interface popup
function mediaInterface() {
newWin=window.open("http://www.hamiltondchotel.com/flash/","form_window1","resizable=1,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,copyhistory=0,width=800,height=460,top=5,left=10");
newWin.focus();
if (newWin.opener == null) newWin.opener = self;
}
//Print Window - close window script
function printWindow(){
   browserVer = parseInt(navigator.appVersion)
   if (browserVer >= 4) window.print()
}
// directions popup
function directionsPopup() {
newWin=window.open("http://www.hamiltondchotel.com/popup-directions.html","form_window2","resizable=1,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,copyhistory=0,width=617,height=610,top=0,left=0");
newWin.focus();
if (newWin.opener == null) newWin.opener = self;
}
// privacy policy popup
function privacyPopup() {
newWin=window.open("http://www.hamiltondchotel.com/popup-privacy.html","form_window3","resizable=1,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,copyhistory=0,width=617,height=610,top=0,left=0");
newWin.focus();
if (newWin.opener == null) newWin.opener = self;
}
// map popup
function mapPopup() {
newWin=window.open("http://www.hamiltondchotel.com/popup-map.html","form_window3","resizable=1,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,copyhistory=0,width=617,height=610,top=0,left=0");
newWin.focus();
if (newWin.opener == null) newWin.opener = self;
}
// DCF popup
function dcfPopup() {
newWin=window.open("popup/index.html","form_window4","resizable=1,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,copyhistory=0,width=465,height=623,top=50,left=50");
newWin.focus();
if (newWin.opener == null) newWin.opener = self;
}
//-->