// this script generates the HTML to produce the Nav-Bar which is present on all HHCC web-pages
// this ROOT-VERS is for use in pages located in the ROOT folder
//      LEVEL1-VERS is for pages down one level, and so on



document.write('<tr>')
   document.write('<td height="10" colspan="4" align="right">')
   document.write('</td>')
document.write('</tr>')

document.write('<tr>')
   document.write('<td width="100%" colspan="4">')
   document.write('<div align="center">')

   document.write('<p style="word-spacing: -5">')
      document.write('<a href="patientservices/patientcservices.html" style="color: #000000"><img border="0" src="images/P-Care-Serv-button.jpg" width="154"                       height="31"></a>')
      document.write('<a href="patientvisitor/Orangeville.html" style="color: #000000"><img border="0" src="images/P-Visit-Info-button.jpg" width="136"                            height="31"></a>')
      document.write('<a href="foundation/foundation.html" style="color: #000000"><img border="0" src="images/Foundation-button.jpg" width="81"                                    height="31"></a>')
      document.write('<a href="volunteers/volunteer.html" style="color: #000000"><img border="0" src="images/Volunteers-button.jpg" width="82" height="31"></a>')
      document.write('<a href="physicianop/opportunities.html" style="color: #000000"><img border="0" src="images/Phys-Opport-button.jpg" width="162"                              height="31"></a>')
      document.write('<a href="Employment.html" style="color: #000000"><img border="0" src="images/Employment-button.jpg" width="90" height="31"></a>')
      document.write('<a href="wellness/wellness.html" style="color: #000000"><img border="0" src="images/Wellness-button.jpg" width="75" height="31"></a>')

   document.write('</p>') 
   document.write('</div></td>')
document.write('</tr>')

document.write('<tr>')
   document.write('<td height="10" colspan="4" align="right">')
   document.write('</td>')
document.write('</tr>')


