








































































<!-- Hide from older browsers

 function pwProtect() {
    var password = prompt("Password required:", "");
    this.location.href = "Photos/" + password + ".html";
 }

 //End hiding -->



<!-- Hide from older browsers
 /*********************************************************
             GateKeeper  v3.2  -  by Joe Barta
        http://junior.apk.net/~jbarta/tutor/keeper/
      Permission is granted to freely use this script.
 **********************************************************/

 // You can edit the following line to change the status bar message.
    var statusMsg = "Password Protected Area"

 function gateKeeper() {
    gateKeeperBox = window.open('/gatemain.html','theKeeper','width=230,height=125,screenX=380,screenY=300,left=380,top=300 resizable=yes');
 }

 //End hiding -->
