sniffBrowsers();

menuItemBullet = new bulletPoint("../images/bullets/menu_off.gif","../images/bullets/menu_on.gif");
labelBullet = new bulletPoint("../images/bullets/header_off.gif","../images/bullets/header_on.gif");
subMenuBullet = new bulletPoint("../images/bullets/sub_header_off.gif","../images/bullets/sub_header_on.gif");

myTest = new menuBar('xmlyes_menu','90%', 'horizontal', '#000000', '#000000');
myTest.height = 22;
myTest.addLabel('labelBullet', 'Products', 1, '25%', '#336699', '#6666ff', '../b2b products/b2bProducts.html', 'left');
myTest.addLabel('labelBullet', 'Solutions', 2, '25%', '#336699', '#6666ff', '../b2b solutions/Pyramid of Essential B2B Tasks.html', 'left');
myTest.addLabel('labelBullet', 'Services', 3, '25%', '#336699', '#6666ff', '../b2b services/Professional Services.html', 'left');
myTest.addLabel('labelBullet', 'Company', 4, '25%', '#336699', '#6666ff', '../xml yes/About Us.html', 'left');


menus[1] = new menu(180, 'vertical', '#000000', '#000000');
menus[1].height = 18;
menus[1].addItem('menuItemBullet', 'Overview', null, 180, '#336699', '#6666ff', '../b2b products/b2bProducts.html', 'left');
menus[1].addItem('menuItemBullet', 'TradeForms', null, 180, '#336699', '#6666ff', '../b2b products/TradeForms.html', 'left');
menus[1].addItem('menuItemBullet', 'TradeRoute', null, 180, '#336699', '#6666ff', '../b2b products/TradeRoute.html', 'left');
menus[1].addItem('menuItemBullet', 'TradeConnect', null, 180, '#336699', '#6666ff', '../b2b products/TradeConnect.html', 'left');
menus[1].addItem('menuItemBullet', 'Application Monitor', null, 180, '#336699', '#6666ff', '../b2b products/Application Monitor.html', 'left');
menus[1].addItem('menuItemBullet', 'Business Intelligence - eBI', null, 180, '#336699', '#6666ff', '../b2b products/Business Intelligence - EDI.html', 'left');
menus[1].writeMenu();

menus[2] = new menu(180, 'vertical', '#000000', '#000000');
menus[2].height = 18;
menus[2].addItem('menuItemBullet', 'Overview', null, 180, '#336699', '#6666ff', '../b2b solutions/Pyramid of Essential B2B Tasks.html', 'left');
menus[2].addItem('menuItemBullet', 'B2B Integration', null, 180, '#336699', '#6666ff', '../b2b solutions/B2B integration.html', 'left');
menus[2].addItem('menuItemBullet', 'B2B Partner Enablement', null, 180, '#336699', '#6666ff', '../b2b solutions/B2B Trading Partner Enablement.html', 'left');
menus[2].addItem('subMenuBullet', 'Guaranteed Secure Messaging', null, 180, '#336699', '#6666ff', '../b2b solutions/Guaranteed Secure Messaging.html', 'left');
menus[2].addItem('subMenuBullet', 'Enterprise Application Integration', null, 180, '#336699', '#6666ff', '../b2b solutions/Enterprise Application Integration.html', 'left');
//menus[2].addItem('menuItemBullet', 'Data Transformation', null, 180, '#336699', '#6666ff', '../b2b solutions/Data Transformation.html', 'left');
menus[2].addItem('menuItemBullet', 'Data Resolution', null, 180, '#336699', '#6666ff', '../b2b solutions/Data Resolution.html', 'left');
menus[2].addItem('menuItemBullet', 'Credit Request Processing', null, 180, '#336699', '#6666ff', '../b2b solutions/Credit Request Processing.html', 'left');
menus[2].addItem('menuItemBullet', 'Export Document Processing', null, 180, '#336699', '#6666ff', '../b2b solutions/Export Document Processing.html', 'left');
menus[2].writeMenu();

menus[3] = new menu(180, 'vertical', '#000000', '#000000');
menus[3].height = 18;
menus[3].addItem('menuItemBullet', 'Professional Services', null, 180, '#336699', '#6666ff', '../b2b services/Professional Services.html', 'left');
menus[3].addItem('menuItemBullet', 'Consultancy', null, 180, '#336699', '#6666ff', '../b2b services/consulting.html', 'left');
menus[3].writeMenu();

menus[4] = new menu(180, 'vertical', '#000000', '#000000');
menus[4].height = 18;
menus[4].addItem('menuItemBullet', 'About Us', null, 180, '#336699', '#6666ff', '../xml yes/About Us.html', 'left');
menus[4].addItem('menuItemBullet', 'Partners', null, 180, '#336699', '#6666ff', '../xml yes/Partners.html', 'left');
menus[4].addItem('menuItemBullet', 'Success Stories', null, 180, '#336699', '#6666ff', '../xml yes/Success Stories.html', 'left');
menus[4].addItem('menuItemBullet', 'Resources', null, 180, '#336699', '#6666ff', '../xml yes/Resources.html', 'left');
menus[4].addItem('menuItemBullet', 'Customer Support', null, 180, '#336699', '#6666ff', '../xml yes/Customer Support.html', 'left');
menus[4].addItem('subMenuBullet', 'Contact Us', null, 180, '#336699', '#6666ff', '../xml yes/Contact Us.html', 'left');
menus[4].writeMenu();





menus[1].align='left';
menus[2].align='left';
menus[3].align='left';
menus[4].align='right';


