
sniffBrowsers();

menuItemBullet = new bulletPoint("images/line.gif","images/line.gif");
labelBullet = new bulletPoint("header_off.gif","header_on.gif");
subMenuBullet = new bulletPoint("sub_header_off.gif","sub_header_on.gif");

myTest = new menuBar('myTest',null, 'horizontal', null, null);
myTest.addLabel(null, 'Home', 1, 85, '#BB0022', '#BB0022', 'index.htm', 'center');
myTest.addLabel('menuItemBullet', 'About Us', 2, 105, '#BB0022', '#BB0022', '#', 'center');
myTest.addLabel('menuItemBullet', 'Careers', 3, 98, '#BB0022', '#BB0022', '#', 'center');
myTest.addLabel('menuItemBullet', 'Contact Us', 4, 115, '#BB0022', '#BB0022', '#', 'center');
myTest.addLabel('menuItemBullet', 'Sitemap', 5, 100, '#BB0022', '#BB0022', 'sitemap.htm', 'center');
myTest.height = 40;

menus[1] = new menu(120, 'vertical', null, null);
menus[1].height = 20;
menus[1].writeMenu();

menus[2] = new menu(140, 'vertical', '#ffffff', null);
menus[2].height = 24;
menus[2].addItem(null, '- Company Background', null, 140, '#BB0022', '#DD0022', 'about_company.htm', 'left');
menus[2].addItem(null, '- Our Vision & Mission', null, 140, '#BB0022', '#DD0022', 'about_vision.htm', 'left');
menus[2].addItem(null, '- Corporate Culture', null, 140, '#BB0022', '#DD0022', 'about_corporate.htm', 'left');
menus[2].addItem(null, '- Company Milestone', null, 140, '#BB0022', '#DD0022', 'about_milestone.htm', 'left');
//menus[2].addItem(null, '- Senior Management', null, 140, '#CA1E31', '#AC1C2D', 'about_senior.htm', 'left');
menus[2].addItem(null, '- Why ea', null, 140, '#BB0022', '#DD0022', 'about_why.htm', 'left');
menus[2].writeMenu();

menus[3] = new menu(140, 'vertical', '#ffffff', null);
menus[3].height = 24;
menus[3].addItem(null, '- Why Join Us', null, 140, '#BB0022', '#DD0022', 'careers_why.htm', 'left');
menus[3].addItem(null, '- Benefits & Rewards', null, 140, '#BB0022', '#DD0022', 'careers_benefits.htm', 'left');
menus[3].addItem(null, '- Job Opportunities', null, 140, '#BB0022', '#DD0022', 'careers_job.htm', 'left');
<!-- menus[3].addItem(null, '- Online Job Application', null, 140, '#CA1E31', '#AC1C2D', 'careers_online.htm', 'left'); -->
menus[3].addItem(null, '- Employee Testimonial', null, 140, '#BB0022', '#DD0022', 'careers_employee.htm', 'left');
menus[3].writeMenu();

menus[4] = new menu(120, 'vertical', '#ffffff', null);
menus[4].height = 24;
menus[4].addItem(null, '- Contact Us', null, 120, '#BB0022', '#DD0022', 'contact_us.htm', 'left');
menus[4].addItem(null, '- RFP', null, 120, '#BB0022', '#DD0022', 'contact_rfp.htm', 'left');
menus[4].writeMenu();

menus[5] = new menu(120, 'vertical', '#000000', '#000000');
menus[5].height = 20;
menus[5].writeMenu();



menus[1].align='left';
menus[2].align='left';
menus[3].align='left';
menus[4].align='left';
menus[5].align='left';


