var popup="Sorry, right-click is disabled." + "\n\n" + "This Site Copyright © 2003 Lower Lakes Marine Historical Society" + "\n\n" + "All Rights Reserved";
function noway(go) {
if (document.all) {
if (event.button == 2) {
alert(popup);
return false;
}
}
if (document.layers) {
if (go.which == 3) {
alert(popup);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=noway;

<!-- Original:  William Rozell Jr (elranzer@nospam.com ) -->
<!-- Begin of nospam
var nsuser;
var nsdomain;
var nssuffix;
var nslabel;

function njemail1(nsuser, nsdomain, nssuffix, nslabel){
       document.write('<a href="' + 'mailto:' + nsuser + '&#64;' + nsdomain + '.' + nssuffix + '">' + nslabel + '</a>');
}

function njemail2(nsuser, nsdomain, nssuffix){
       document.write('<a href="' + 'mailto:' + nsuser + '&#64;' + nsdomain + '.' + nssuffix + '">' + nsuser + '&#64;' + nsdomain + '.' + nssuffix + '</a>');
}
//  End of nospam, "Thanks, Bill!"  -->

function Startlink(page) {
OpenWin = this.open(page, "CtrlWindow", "toolbar=yes,menubar=yes,location=yes,scrollbars=yes,resizable=yes");
}
