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?"white":"black");
  if     (i==1) { l="../home/home.html";           n="&nbsp; Home &nbsp;"; }
  else if(i==2) { l="../map/map.html";             n=" &nbsp; Map &nbsp;"; }
  else if(i==3) { l="../products/products.html";   n="Products"; }
  else if(i==4) { l="../contact/contact.html";     n="Contact "; }
  else if(i==5) { l="../workready/workready.html"; n="WorkReady"; }
  document.write('    <TD BACKGROUND='+b+' WIDTH=78 HEIGHT=26>');
  document.write('      <CENTER><A HREF='+l+'><FONT STYLE="text-decoration:none" SIZE=1 COLOR='+c+'>'+n+'</FONT></A></CENTER>');}
document.write('</TABLE>');
document.write('<HR WIDTH=86% ALIGN="center">');
