// This script and many more are available free online at
// The JavaScript Source!! http://javascript.internet.com
// Begin New Window
function Start(page) {
OpenWin = this.open(page, "CtrlWindow", "toolbar=yes,menubar=yes,location=yes,scrollbars=yes,resizable=yes");
}
// End


// No Right Clicking Feature
var message="Sorry, no right clicking allowed";function clickIE4(){if(event.button==2){alert(message);return false}}function clickNS4(e){if(document.layers||document.getElementById&&!document.all){if(e.which==2||e.which==3){alert(message);return false}}}if(document.layers){document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS4}else if(document.all&&!document.getElementById){document.onmousedown=clickIE4}document.oncontextmenu=new Function("alert(message);return false")


// This script and many more are available free online at
// The JavaScript Source!! http://javascript.internet.com
// Script for Gatekeeper
// Begin
var nifty_little_window = null;
function gateKeeper() {
nifty_little_window = window.open('Clients/gatekeep.htm', 'theKeeper', 'width=350,height=200,resizable=1');
}
// End


// JavaScript Document
//gallery navigation control for Thumbnails
function MM_reloadPage(init){if(init==true)with(navigator){if((appName=="Netscape")&&(parseInt(appVersion)==4)){document.MM_pgW=innerWidth;document.MM_pgH=innerHeight;onresize=MM_reloadPage}}else if(innerWidth!=document.MM_pgW||innerHeight!=document.MM_pgH)location.reload()}MM_reloadPage(true);function setDisplay(objectID,state,startx,endx,prefix){startx=startx-0;endx=endx-0;for(var counter=startx;counter<=endx;counter++){var object=document.getElementById(prefix+counter);object.style.display='none'}var object=document.getElementById(objectID);object.style.display=state}function thumbOver(objectID,backc,borderc){var object=document.getElementById(objectID);object.style.backgroundColor=backc}function thumbOut(objectID,backc,borderc){var object=document.getElementById(objectID);object.style.backgroundColor=backc}