<!-- Hide this script from old browsers -

// Film Strip Popups
function Remote1() {
  popupWin = window.open('photo_1.htm','windowName','toolbar=0,location=0,status=1,menubar=0,scrollbars=1,resizable=1,width=430,height=600')
}

function Remote2() {
  popupWin = window.open('photo_2.htm','windowName','toolbar=0,location=0,status=1,menubar=0,scrollbars=0,resizable=1,width=430,height=500')
}

function Remote3() {
  popupWin = window.open('photo_3.htm','windowName','toolbar=0,location=0,status=1,menubar=0,scrollbars=0,resizable=1,width=500,height=400')
}

function Remote4() {
  popupWin = window.open('photo_4.htm','windowName','toolbar=0,location=0,status=1,menubar=0,scrollbars=1,resizable=1,width=525,height=550')
}




// Done Hiding -->