
//document.write(' <TABLE id="banner" cellspacing=0 cellpadding=0>');
//document.write(' <TR>');
//document.write('<td>);
//document.write('</TD></TR>');
//document.write(' </table> ');


document.write('<table id="navbar"  class="navbar" cellspacing="2">');
document.write('<tr><td colspan=8 height=83><td></tr>');
  document.write('<tr>'
  + '					<td id="homeTab" class="menuButton" >'
  + '						<a href="index.html">'
  + '							Home</a></td>');
    document.write('		<td id="aboutTab" class="menuButton">'
  + '						<a  href="about.html">'
  + '                           About Us</a></td>');

  document.write('		<td id="historyTab" class="menuButton">'
  + '						<a  href="history.html">'
  + '                           History</a></td>');
  document.write('	    <td id = "helpTab" class="menuButton">'
  + '						<a href="help.html">'
  + '                           Support </a></td>');	
  document.write('	    <td id="visitTab" class="menuButton">'
  + '						<a href="visit.html">'
  + '                           Class Visits</a></td>');
 document.write('	    <td id="rentalTab" class="menuButton">'
  + '						<a href="rental.shtml">'
  + '                           Rentals</a></td>');  
 document.write('	    <td id="directTab" class="menuButton">'
  + '						<a href="directions.html">'
  + '                           Directions</a></td>');  
 document.write('	    <td id="contactTab" class="menuButton">'
  + '						<a href="contact.html">'
  + '                           Contact Us</a></td>'); 
document.write(' </TR>');
document.write(' </TABLE>');



					
