document.write(' <BODY BGCOLOR="#FFFFFF" TEXT="#000000">');
document.write(' <FONT FACE="Arial, Helvetica, sans-serif">'); 
document.write(' <TABLE BORDER=0 WIDTH=100% ALIGN=CENTER CELLSPACING="4" CELLPADDING="4">');
document.write('  <TR ALIGN=CENTER>'); 
document.write('    <TD><IMG SRC="../images/logo.gif"></TD></TR>'); 
document.write('  <TR ALIGN=CENTER>'); 
document.write('    <TD>1300 North Genesee Road &#149; Burton, MI 48509 <BR> Toll Free: (800)352-5304 &#149; Tel: (810) 742-2302 &#149; Fax: (810) 742-3188</TD></TR>');
document.write('  <TR ALIGN=CENTER>'); 
document.write('    <TD> ');
document.write('      <TABLE ALIGN=CENTER><TR>');
for(i=1;i<=4;i++) {
  var b=(page==i?"../script/button-on.jpg":"../script/button.jpg");
  var c=(page==i?"white":"white");
  if     (i==1) { l="../home/home.html";         n="&nbsp;&nbsp;&nbsp;&nbsp;Home&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";     }
  else if(i==2) { l="../map/map.html";           n="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Map&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";  }
  else if(i==3) { l="../forms/contact.html";      n="&nbsp;&nbsp;&nbsp;Contact&nbsp;&nbsp;&nbsp;"; }
  else if(i==4) { l="../products/products.html"; n="Products"; }
  document.write('    <TD BACKGROUND='+b+' WIDTH=80 HEIGHT=24>');
  document.write('          <CENTER><B><A HREF='+l+'><FONT STYLE="text-decoration:none" SIZE=2 COLOR='+c+'>'+n+'</FONT></A></B></CENTER></TD>');}
document.write('      </TR></TABLE>');
document.write(' <TR><TD ALIGN=CENTER COLSPAN=3><HR WIDTH=86%></TD></TR>');
document.write(' </TABLE>'); 
