//-----------------------------------------------------------------
// Below this line BEGINS the no-right-click

//var message="All content is Copyright © 1996-<%=Year(Now)%> Eric Muss-Barnes.\nAll rights reserved.\nThis work is not Public Domain. Unauthorized use prohibited by law.\nOnly personal viewing of the content displayed on these pages is permitted. Unless otherwise noted, this content may not be downloaded, manipulated, or reproduced without prior written permission from Eric Muss-Barnes. Commercial or private use without the explicit written consent of Eric Muss-Barnes is prohibited and punishable through United States and worldwide copyright laws. \nThis statement pertains to this entire domain unless noted otherwise."; // Message for the alert box

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")

// Above this line ENDS the no-right-click
//-----------------------------------------------------------------




//-----------------------------------------------------------------
//Below this line begins code to hide the status bar

function hidestatus(){
window.status=''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=hidestatus
document.onmouseout=hidestatus

//Above this line ends code to hide the status bar
//-----------------------------------------------------------------




//-----------------------------------------------------------------
//Below this line begins code to generate popups

function popUp(URL) {
window.open(URL, 'zazzlehelp', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=820,height=500');
}


//Above this line ends code to generate popups
//-----------------------------------------------------------------

