<!-- NavBar.js
var datenow=new Date();

// note CVS_RootURL (from common.js) is used to create path to the other pages
// 	this makes this .js executable from any page no matter where it is in folder chain
document.write("<table width='800' border='0' cellspacing='0' cellpadding='4'><tr>")

// repeat each set that follows to create a new menu button
document.write("<td class='navbutton' > &nbsp;&nbsp; <a href='" + CVS_RootURL + "/CVS/Pages/Company.htm' class='navbutton'>Company</a>&nbsp;&nbsp;|&nbsp;&nbsp;</td>")

document.write("<td class='navbutton' > &nbsp;&nbsp; <a href='" + CVS_RootURL + "/CVS/Pages/Services.htm' class='navbutton'>Services</a>&nbsp;&nbsp;|&nbsp;&nbsp;</td>")

document.write("<td class='navbutton' > &nbsp;&nbsp; <a href='" + CVS_RootURL + "/CVS/Pages/Resources.htm' class='navbutton'>Resources</a>&nbsp;&nbsp;|&nbsp;&nbsp;</td>")

document.write("<td class='navbutton' > &nbsp;&nbsp; <a href='" + CVS_RootURL + "/CVS/Pages/Clients.htm' class='navbutton'>Clients</a>&nbsp;&nbsp;|&nbsp;&nbsp;</td>")

document.write("<td class='navbutton' > &nbsp;&nbsp; <a href='" + CVS_RootURL + "/CVS/Pages/ContactUs.htm' class='navbutton'>Contact&nbsp;Us</a></td>")
  
document.write("<td width=100% align=right class=navbutton>" + datenow.toString() + "&nbsp;&nbsp;&nbsp;&nbsp;</td></tr></table>")
-->