<!-- 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");
}