

var message="Contents of this website are owned and copyrighted by Blue Moon Detective Agency, Inc. and are not to be duplicated, transferred, downloaded, or uploaded either in whole or part withput prior written permission. All other Trademarks and Copyrights are property of their respective owners";
function click(e) { 
if (document.all) {
if (event.button==2||event.button==3) { 
alert(message);
return false;} 
} 
if (document.layers) {
if (e.which == 3) {
alert(message); 
return false; 
} 
} 
} 
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}document.onmousedown=click; 


function MM_openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
}



