<!-- begin hiding

function uploadLogo() {
	var newWin = window.open("http://www.kaystoner.com/cgi-bin/ftp.cgi", "uploadWin", "status=no,width=500,height=400,location=no,menubar=no,scrollbars=yes,left=300,top=20");
}

function helpWin(help) {
	var helpWin = window.open(help, "helpPopUp", "status=no,width=440,height=300,location=no,menubar=no,scrollbars=yes,left=10,top=10,resizable=yes");
}
function demoWin(demo) {
	var helpWin = window.open(demo, "demoPopUp", "status=no,width=740,height=500,location=no,menubar=no,scrollbars=yes,left=10,top=10,resizable=yes");
}

//Disable right click script III- By Renigade (renigade@mediaone.net)
//For full source code, visit http://www.dynamicdrive.com

var message="";
///////////////////////////////////
 function clickIE() {if (document.all) {(message);return false;}}
 function clickNS(e) {if 
 (document.layers||(document.getElementById&&!document.all)) {
 if (e.which==2||e.which==3) {(message);return false;}}}
 if (document.layers) 
 {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
 else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

 document.oncontextmenu=new Function("return false")

// end hiding -->
