document.write('<FONT FACE="Arial, Helvetica, sans-serif">');
document.write('<TABLE BORDER=0 WIDTH=100% ALIGN=CENTER>');

document.write('  <TR ALIGN="center">');
document.write('    <TD ALIGN="center" COLSPAN="3">');
document.write('      <TABLE ALIGN=CENTER><TR>');
for(i=1;i<=5;i++) {
  var b=(page==i?"../script/button-on.jpg":"../script/button.jpg");
  var c=(page==i?"black":"white");
  if     (i==1) { l="../home/home.html";         n="Home";     }
  else if(i==2) { l="../form/contact.html";      n="Contact Us";  }
  else if(i==3) { l="../products/products.html"; n="Products &amp; Services"; }
  else if(i==4) { l="../specials/specials.html"; n="Specials"; }
  else if(i==5) { l="../icat/icat/icat.html";    n="Catalog";  }
  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('  </TD></TR>');

document.write('  <TR ALIGN="center">');
document.write('    <TD ALIGN="center" COLSPAN="3">');
document.write('      <FONT SIZE="+1" COLOR="blue">Where Does One Call Get It All?</FONT><BR>');
document.write('      <FONT SIZE="+3" COLOR="green"><B><I>WYANDOTTE WELDING SUPPLY INC.</I></B></FONT>');
document.write('  </TD></TR>');

document.write('  <TR ALIGN=CENTER>');
document.write('    <TD ALIGN="right"><IMG SRC="../script/wyandlogo.gif" WIDTH="95">');
document.write('    <TD ALIGN="center">');
document.write('      <FONT COLOR="green">');
document.write('      2025 Eureka Road, P.O. Box 96<BR>');
document.write('      Wyandotte, Michigan 48192<BR>');
document.write('      Gases * Equipment * Materials * Supplies</FONT><BR>');
document.write('      <FONT COLOR="blue">');
document.write('      (734)282-3830 FAX(734)282-6899');
document.write('      </FONT></TD>');
document.write('    <TD ALIGN="left"><IMG SRC="../script/gaslogo.gif" WIDTH="100%">');
document.write('</TABLE>');
