/*********************************************************
           GateKeeper-II 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 gateKeeperii() {
   gateKeeperBox = window.open('gatemain.html', 'theKeeper', 'width=230,height=185,resizable=yes');
}