Nav = new menuBar('Navigation',700, 'horizontal', '#ffffff', null);
Nav.addLabel(null, 'Products', 1, 88, '#FFEB96', '#D4EFFC', 'products.htm', 'center', 'self');
Nav.addLabel(null, 'What\'s New', 2, 88, '#FFEB96', '#D4EFFC', 'whatsnew.htm', 'center', 'self');
Nav.addLabel(null, 'Support', 3, 88, '#FFEB96', '#D4EFFC', 'support.htm', 'center', 'self');
Nav.addLabel(null, 'About Us', 4, 88, '#FFEB96', '#D4EFFC', 'aboutUs.htm', 'center', 'self');
Nav.addLabel(null, 'Where to Buy', 5, 88, '#FFEB96', '#D4EFFC', 'WhereToBuy.htm', 'center', 'self');
Nav.addLabel(null, 'Contact Us', 6, 88, '#FFEB96', '#D4EFFC', 'contact.htm', 'center', 'self');
Nav.addLabel(null, 'Product Registration', 7, null, '#FFBA00', '#6BC8F5', 'productregistration.htm', 'center', 'self');
Nav.height = 14;

menus[1] = new menu(120, 'vertical', '#333333', '#333333');
menus[1].height = 16;
menus[1].addItem(null, 'All-in-one navigation', null, 120, '#ffffff', '#D4EFFC', 'products-All-in-one.htm', 'left', 'self');
menus[1].addItem(null, 'Navigation Software', null, 120, '#ffffff', '#D4EFFC', 'products-Software.htm', 'left', 'self');
menus[1].writeMenu();

menus[2] = new menu(100, 'vertical', '#333333', '#333333');
//menus[2].height = 16;
//menus[2].addItem(null, 'Press Releases', null, 120, '#ffffff', '#D4EFFC', 'Press-Releases.htm', 'left', 'self');
//menus[2].addItem(null, 'Promotion', null, 120, '#ffffff', '#D4EFFC', 'promotion.htm', 'left', 'self');
//menus[2].writeMenu();


menus[3] = new menu(150, 'vertical', '#333333', '#333333');
menus[3].height = 16;
menus[3].addItem(null, 'Manual Downloads', null, 125, '#ffffff', '#D4EFFC', 'support-download.htm', 'left', 'self');
menus[3].addItem(null, 'Warranty & Repair Service', null, 150, '#ffffff', '#D4EFFC', 'support-warranty.htm', 'left', 'self');
menus[3].addItem(null, 'FAQ', null, 125, '#ffffff', '#D4EFFC', 'support-FAQ.htm', 'left', 'self');
menus[3].writeMenu();

menus[4] = new menu(115, 'vertical', '#333333', '#333333');
menus[4].height = 16;
menus[4].addItem(null, 'Our Partners', null, 135, '#ffffff', '#D4EFFC', 'aboutUs-OurPartner.htm', 'left', 'self');
menus[4].writeMenu();

menus[5] = new menu(110, 'vertical', '#333333', '#333333');
//menus[5].height = 16;
//menus[5].addItem(null, 'Mission Statement', null, 135, '#ffffff', '#cccccc', '?loc=missionstatement', 'left', 'self');
//menus[5].addItem(null, 'Contact Us', null, 135, '#ffffff', '#cccccc', '?loc=contact', 'left', 'self');
//menus[5].writeMenu();

menus[6] = new menu(105, 'vertical', '#333333', '#333333');
//menus[6].height = 16;
//menus[6].addItem(null, 'Job Openings', null, 125, '#ffffff', '#D4EFFC', 'careers-openings.htm', 'left', 'self');
//menus[6].writeMenu();

menus[7] = new menu(99, 'vertical', '#333333', '#333333');
//menus[7].height = 16;
//menus[7].addItem(null, '', null, 125, '#ffffff', '#cccccc', '?loc=promo', 'left', 'self');
//menus[7].addItem(null, 'Contest Winners', null, 125, '#ffffff', '#cccccc', '?loc=winners', 'left', 'self');
//menus[7].writeMenu();

menus[1].align='left';
menus[2].align='left';
menus[3].align='left';
menus[4].align='left';
menus[5].align='left';
menus[6].align='left';
menus[7].align='left';// Java Document