function displayNav()
 {    
 	document.write("<div align='left'>");
 	document.write("<table border='0' cellpadding='0' cellspacing='0' width='680'>");
 	document.write("<tr>");
 	document.write("<td align='center' valign='top' width='20%' class='textlink'>");
 	document.write("<a href='home.htm'><span style='background-color:#FFFFFF'>Home</span></a></td>");
 	document.write("<td align='center' valign='top' width='20%' class='textlink'>");
 	document.write("<span style='background-color:#FFFFFF'>");
 	document.write("<a href='serv.htm'>Our Services</a></span></td>");
  	document.write("<td align='center' valign='top' width='20%' class='textlink'>");
 	document.write("<span style='background-color:#FFFFFF'>");
 	document.write("<a href='history.htm'>History</a></span></td>");
 	document.write("<td align='center' valign='top' width='20%' class='textlink'>");
  	document.write("<span style='background-color:#FFFFFF'>");
 	document.write("<a href='gallery.htm'>Gallery</a></span></td>");
 	document.write("<td align='center' valign='top' width='20%' class='textlink'>");
 	document.write("<span style='background-color:#FFFFFF'>");
  	document.write("<a href='contact.htm'>Contact Us</a></span></td>");
 	document.write("</tr>");
 	document.write("<tr>");
 	document.write("<td align='center' valign='top' width='20%' class='textsub'>");
  	document.write("&nbsp;</td>");
 	document.write("<td align='center' valign='top' width='20%' class='textsub'>");
 	document.write("<a href='serv_mission.htm'>Our Mission</a><br>");
 	document.write("<a href='serv_links.htm'>Links</a></td>");
  	document.write("<td align='center' valign='top' width='20%' class='textsub'>");
 	document.write("<a href='history_belinda.htm'>About Belinda</a><br>");
 	document.write("<a href='history_app.htm'>Our New Apprentice</a></td>");
 	document.write("<td align='center' valign='top' width='20%' class='textsub'>");
  	document.write("<a target='_blank' href='http://photobucket.com/albums/v76/picframe/'>Online Portfolio</a></td>");
 	document.write("<td align='center' valign='top' width='20%' class='textsub'>");
 	document.write("<a href='contact.htm'>E-mail</a><br>");
 	document.write("<a href='contact_map.htm'>Map &amp; Directions</a></td>");
  	document.write("</tr>");
 	document.write("</table>");
 	document.write("</div>");
 }

