<!--/*Top Navigational Bar II (By Mike Hall)Last updated: 00/05/08Permission granted and modified by Dynamicdrive.com to include script in archiveFor this and 100's more DHTML scripts, visit http://dynamicdrive.com*/var myNavBar1 = new NavBar(0);var dhtmlMenu;//define menu items (first parameter of NavBarMenu specifies main category width, second specifies sub category width in pixels)//add more menus simply by adding more "blocks" of same code belowdhtmlMenu = new NavBarMenu(60, 1);dhtmlMenu.addItem(new NavBarMenuItem("HOME ", "index.htm"));myNavBar1.addMenu(dhtmlMenu);dhtmlMenu = new NavBarMenu(100, 130);dhtmlMenu.addItem(new NavBarMenuItem("PRODUCTS", "products.htm"));dhtmlMenu.addItem(new NavBarMenuItem("TIMESLIPS", "timeslips.htm"));dhtmlMenu.addItem(new NavBarMenuItem("TIMESHEET PRO", "timesheet.htm"));dhtmlMenu.addItem(new NavBarMenuItem("PEACHTREE", "peachtree.htm"));dhtmlMenu.addItem(new NavBarMenuItem("ABRA ACT FAS", "abra.htm"));dhtmlMenu.addItem(new NavBarMenuItem("MAS 90 200 500", "mas90.htm"));dhtmlMenu.addItem(new NavBarMenuItem("MIP Not-For-Profit and Government", "mip.htm"));
dhtmlMenu.addItem(new NavBarMenuItem("CHECKS AND FORMS", "checksforms.htm"));myNavBar1.addMenu(dhtmlMenu);dhtmlMenu = new NavBarMenu(100, 130);dhtmlMenu.addItem(new NavBarMenuItem("SERVICES", "services.htm"));dhtmlMenu.addItem(new NavBarMenuItem("IMPLEMENTATION", "implementation.htm"));dhtmlMenu.addItem(new NavBarMenuItem("TRAINING", "training.htm"));dhtmlMenu.addItem(new NavBarMenuItem("SUPPORT", "support.htm"));dhtmlMenu.addItem(new NavBarMenuItem("PAYROLL", "payroll.htm"));dhtmlMenu.addItem(new NavBarMenuItem("REMOTE SUPPORT", "webex.htm"));myNavBar1.addMenu(dhtmlMenu);dhtmlMenu = new NavBarMenu(75, 150);dhtmlMenu.addItem(new NavBarMenuItem("CLIENTS", "clients.htm"));myNavBar1.addMenu(dhtmlMenu);dhtmlMenu = new NavBarMenu(100, 130);dhtmlMenu.addItem(new NavBarMenuItem("RESOURCES", "resources.htm"));dhtmlMenu.addItem(new NavBarMenuItem("ARTICLES", "articles.htm"));dhtmlMenu.addItem(new NavBarMenuItem("RESOURCE LINKS","resources.htm"));dhtmlMenu.addItem(new NavBarMenuItem("TIME IS MONEY", "timeismoney.htm"));myNavBar1.addMenu(dhtmlMenu);dhtmlMenu = new NavBarMenu(100, 150);dhtmlMenu.addItem(new NavBarMenuItem("PARTNERS", "partners.htm"));myNavBar1.addMenu(dhtmlMenu);dhtmlMenu = new NavBarMenu(100, 140);dhtmlMenu.addItem(new NavBarMenuItem("ABOUT US","aboutus.htm"));dhtmlMenu.addItem(new NavBarMenuItem("WHY CHOOSE DATALYNK SOLUTIONS","whydls.htm"));dhtmlMenu.addItem(new NavBarMenuItem("THE DATALYNK EDGE", "aboutus.htm"));dhtmlMenu.addItem(new NavBarMenuItem("PRESIDENT'S MESSAGE", "presmessage.htm"));dhtmlMenu.addItem(new NavBarMenuItem("OUR EXPERIENCE", "jayaronsonbio.htm"));myNavBar1.addMenu(dhtmlMenu);dhtmlMenu = new NavBarMenu(100, 150);dhtmlMenu.addItem(new NavBarMenuItem("CONTACT", "contact.htm"));myNavBar1.addMenu(dhtmlMenu);//set menu colors The first value sets the border color. //The next two set the text and background colors for a header and//the two after that set the colors used when a header is highlighted. //The last four values do the same for the menu items. myNavBar1.setColors("#000000", "#ffffff", "#000000", "#D90000", "#F0F0F0", "#D90000", "#F0F0F0", "#000000", "#D90000")//uncomment below line to center the menu (valid values are "left", "center", and "right"//myNavBar1.setAlign("center")var fullWidth;function init() {  // Get width of window, need to account for scrollbar width in Netscape.  fullWidth = getWindowWidth()     - (isMinNS4 && getWindowHeight() < getPageHeight() ? 16 : 0);  //myNavBar1.resize(fullWidth);  myNavBar1.create();  myNavBar1.setzIndex(2);  //UNCOMMENT BELOW LINE TO MOVE MENU DOWN 50 pixels  myNavBar1.moveTo(0, 92);}file://-->