   function emailstr(dest) {
      document.write('<A HREF='+mailstring+tostring+dest+atsign+domainstring+'>'+dest+atsign+domainstring+'</A>');
      }

   mailstring   = "mail";
   tostring     = "to:";
   atsign       = "@";
   domainstring = "nesmc.org";


function nesmc_header(x) {

classhome = 'menu';
classrptr = 'menu';
classdocs = 'menu';
classfaqs = 'menu';
classefil = 'menu';
classrgns = 'menu';
classctct = 'menu';
classocod = 'menu';

if (x=='home') classhome = 'menucurrent';
if (x=='rptr') classrptr = 'menucurrent';
if (x=='docs') classdocs = 'menucurrent';
if (x=='faqs') classfaqs = 'menucurrent';
if (x=='efil') classefil = 'menucurrent';
if (x=='rgns') classrgns = 'menucurrent';
if (x=='ctct') classctct = 'menucurrent';
if (x=='ocod') classocod = 'menucurrent';


document.write('<center>');
document.write('<table border="0" width="750">');
document.write('    <tr>');
document.write('        <td colspan="8" width="100%" align=center>');
document.write('	<img src="/nesmc3.gif" width="325" height="95">');
document.write('	</td>');
document.write('    </tr>');
document.write('    <tr class=menu>');
document.write('        <td class='+classhome+'>');
document.write('	<a class='+classhome+' href="/index.html">HOME</a>');
document.write('	</td>');
document.write('');
document.write('        <td class='+classrptr+'>');
document.write('	<a class='+classrptr+' href="/rptr.html">Repeater Database</a>');
document.write('	</td>');
document.write('');
document.write('        <td class='+classdocs+'>');
document.write('	<a class='+classdocs+' href="/docs/index.html">Downloadable Documents</a>');
document.write('	</td>');
document.write('');
document.write('        <td class='+classfaqs+'>');
document.write('	<a class='+classfaqs+' href="/faq.html">NESMC FAQs</a>');
document.write('	</td>');
document.write('');
document.write('        <td class='+classefil+'>');
document.write('	<a class='+classefil+' href="/docs/bandplans.pdf">Bandplans<BR><font size=1>(PDF)</font></a>');
document.write('        </td>');
document.write('');
document.write('        <td class='+classrgns+'>');
document.write('	<a class='+classrgns+' href="/regions">Repeater Directory Regions</a>');
document.write('        </td>');
document.write('');
document.write('        <td class='+classctct+'>');
document.write('	<a class='+classctct+' href="/contact.html">Contact Us</a>');
document.write('	</td>');
document.write('');
document.write('        <td class='+classocod+'>');
document.write('	<a class='+classocod+' href="/othercoords.html">Other Coordinators</a>');
document.write('	</td>');
document.write('    </tr>');
document.write('<TR><TD colspan=8>');
}

