
<!-- Hide this script from old browsers -

// Tour Images
function Remote1() {
  popupWin = window.open('tour1-1.htm','windowName','toolbar=0,location=0,status=1,menubar=0,scrollbars=0,resizable=1,width=400,height=325')
}

function Remote2() {
  popupWin = window.open('tour2-1.htm','windowName','toolbar=0,location=0,status=1,menubar=0,scrollbars=0,resizable=1,width=400,height=325')
}

function Remote3() {
  popupWin = window.open('tour3-1.htm','windowName','toolbar=0,location=0,status=1,menubar=0,scrollbars=0,resizable=1,width=400,height=400')
}

function Remote4() {
  popupWin = window.open('tour4-1.htm','windowName','toolbar=0,location=0,status=1,menubar=0,scrollbars=0,resizable=1,width=400,height=325')
}



// Done Hiding -->