document.write('<FONT FACE="Arial, Helvetica, sans-serif">');
document.write('<TABLE BORDER="0" ALIGN="center">');
document.write('  <TR><TD VALIGN="top">');
document.write('      <TABLE HEIGTH=24 ALIGN=CENTER><TR>');
for(i=1;i<=6;i++) {
  var b=(page==i?"../script/on.jpg":"../script/off.jpg");
  var c=(page==i?"black":"white");
  if     (i==1) { l="../home/home.html";         n="&nbsp;&nbsp;Home&nbsp;&nbsp;";     }
  else if(i==2) { l="../about/about.html";       n="&nbsp;About&nbsp;";    }
  else if(i==3) { l="../maps/maps.html";         n="&nbsp;&nbsp;Maps&nbsp;&nbsp;";     }
  else if(i==4) { l="../products/products.html"; n="Products"; }
  else if(i==5) { l="../form/contact.html";      n="Contact";  }
  else if(i==6) { l="../form/order.html";        n="&nbsp;Order&nbsp;";    }
  document.write('        <TD BACKGROUND='+b+' WIDTH=70 HEIGHT=24>');
  document.write('          <CENTER><B><A HREF='+l+'>');
  document.write('          <FONT STYLE="text-decoration:none" SIZE=1 COLOR='+c+'>'+n+'</FONT></A></B></CENTER></TD>');
}
document.write('      </TR></TABLE>');
document.write('    </TD>');
document.write('    <TD ROWSPAN="2"><IMG SRC="../script/logo.gif" WIDTH="183" HEIGHT="201" ALT="BOC Gases">');
document.write('  <TR><TD ALIGN="CENTER">');
document.write('    <FONT SIZE="+2"><FONT SIZE="+3" COLOR="#0000FF">B</FONT><FONT COLOR="#0000FF">eckley ');
document.write('    <FONT SIZE="+3">W</FONT>elding <FONT SIZE="+3">S</FONT>upply, <FONT SIZE="+3">I</FONT>nc.</FONT></FONT><FONT COLOR="#0000FF"><BR>');
document.write('    OXYGEN - ACETYLENE &amp; WELDING EQUIPMENT<BR>');
document.write('    3331 Robert C. Byrd Drive ~ P.O. Box 1027<BR>');
document.write('    Beckley, West Virginia 25802-1027<BR>');
document.write('    Phone (304) 252-6484<BR>');
document.write('    Fax (304) 252-5320<BR>');
document.write('    <A HREF="mailto:info@beckleywelding.com">email: info@beckleywelding.com</A>');
document.write('</TABLE>');
