document.write ("<script type='text/javascript' src='/menu_var.js'></script>");
document.write ("<script type='text/javascript' src='/menu_com.js'></script>");

document.write ("<table cellspacing=0 cellpadding=0 border=1 bordercolor=blue>");
document.write ("  <tr height=80>");
//bgcolor='#B2F5AF' light green
//bgcolor='#ECECFA' light blue gray
//bgcolor='#F8FCF2' light green gray

document.write ("    <td bgcolor='#ECECFA'>");
document.write ("<img src='/images/mainbanner.png'>");
//document.write("<script type='text/javascript'>new fadeshow(fadeimages, 118, 150, 0, 3000, 0)</script>");
document.write ("</td>");



document.write ("    <td width=650 bgcolor='#ECECFA'><table cellspacing=0 cellpadding=0 border=0 >");
document.write ("      <tr height=20>");
document.write ("        <th class=subtitle width=650 align='center'> COMPUTER AND NETWORKING SERVICES FOR SMALL BUSINESS AND RESIDENTIAL</th>");
document.write ("      </tr>");
document.write ("      <tr height=20>");
document.write ("        <td class=subtitle width=650 align='center'><i> Personal...Professional...Affordable</i></td>");
document.write ("      </tr>");
document.write ("    </table></td>");
document.write ("  </tr>");
document.write ("</table>");

document.write ("<table cellspacing=0 cellpadding=0 border=0>");
document.write ("  <tr height=60>");
document.write ("    <td>&nbsp;</td>");
document.write ("  </tr>");
document.write ("</table>");


function CreateMailTag(User, Domain, Tag) {
  document.write('<a href=mailto:' + User + '@' + Domain + '>' + Tag + '</a>');
}

function PrintCopyright() {
  var tmpDate = new Date();
  var tmpYear = CheckYear(tmpDate.getYear());

  //document.write ("<br>");
  document.write ("<table cellpadding=0 cellspacing=0 border=0 class=small>");
  document.write ("  <tr>");
  document.write ("    <td width=780 align=center>");
  document.write ("      &copy;&nbsp;" + tmpYear + " Nexiter, Inc.&nbsp;&nbsp;All Rights Reserved.");
  document.write ("    </td>");
  document.write ("  </tr>");
  document.write ("</table>");
  document.write ("<br>");
}

function PrintWebStatement() {

  document.write ("<br>");
  document.write ("<table cellpadding=0 cellspacing=0 border=0 class=medium>");
  document.write ("  <tr>");    
  document.write ("    <td width=780 align=center>");
  document.write ("      This web site is designed by Nexiter and runs on its own Linux server.");
  document.write ("    </td>");
  document.write ("  </tr>");
  document.write ("</table>");
  document.write ("<br>");
}


function CheckYear(DateValue) {
  return (DateValue < 1000) ? DateValue + 1900 : DateValue;
}
