// Set up the buttons in the left-hand navigation bar frame.
// All paths should be relative to the navbar html file's location.
// setNavBar is defined in manip_navbar.js
function setNavBar(){
	setNavBarButton(2,"../buttons/mainbut/1.CompanyBtn.gif","../buttons/mainbut/1.CompanyOvr.gif","../pages/1_0.html");
	setNavBarButton(3,"../buttons/mainbut/1.ServicesBtn.gif","../buttons/mainbut/1.ServicesOvr.gif","../pages/2_0.html");
	setNavBarButton(4,"../buttons/mainbut/1.ProductsBtn.gif","../buttons/mainbut/1.ProductsOvr.gif","../pages/3_0.html");
	setNavBarButton(5,"../buttons/mainbut/1.Rep.ProjectsBtn-A.gif","../buttons/mainbut/1.Rep.ProjectOvr.gif","../pages/4_0.html");
}