sniffBrowsers();

myTest = new menuBar('myTest', '89px', 'horizontal', '#000000', '#000000');
myTest.addLabel( null, 'About Us', 1, '89px', '#ffffff', '#ffffff', 'about.html', 'center');
myTest.addLabel( null, 'Projects', 2, '89px', '#ffffff', '#ffffff', 'projects.html', 'center');
myTest.addLabel( null, 'Partners', 3, '89px', '#ffffff', '#ffffff', 'partners.html', 'center');
myTest.addLabel( null, 'Contact Us', 4, '89px', '#ffffff', '#ffffff', 'contact.html', 'center');
myTest.height = 21;

menus[1] = new menu( null, 'vertical', '#000000', '#000000');
menus[1].height = 20;
menus[1].addItem( null, 'Overview', null, null, '#868F9D', '#537c23', 'about.html', 'left');
menus[1].addItem( null, 'Our Team', null, null, '#868F9D', '#537c23', 'about-team.html', 'left');
menus[1].addItem( null, 'Solutions', null, null, '#868F9D', '#537c23', 'about-solutions.html', 'left');
menus[1].addItem( null, 'Community Responsibility', null, null, '#868F9D', '#537c23', 'about-commty.html', 'left');
menus[1].addItem( null, 'Environmental Responsibility', null, null, '#868F9D', '#537c23', 'about-env.html', 'left');
menus[1].writeMenu();

menus[2] = new menu( null, 'vertical', '#000000', '#000000');
menus[2].addItem( null, 'Maricopa Solar Farms', null, null, '#868F9D', '#537c23', 'projects-maricopa.html', 'left');
menus[2].addItem( null, 'Sunrise Solar Farms', null, null, '#868F9D', '#537c23', 'projects-sunrise.html', 'left');
menus[2].addItem( null, 'Independence Solar Farms', null, null, '#868F9D', '#537c23', 'projects-independence.html', 'left');
menus[2].addItem( null, 'Sundance Solar Farms', null, null, '#868F9D', '#537c23', 'projects-sundance.html', 'left');
menus[2].height = 20;
menus[2].writeMenu();

menus[3] = new menu( null, 'vertical', '#000000', '#000000');
menus[3].height = 20;
menus[3].writeMenu();

menus[4] = new menu( null, 'vertical', '#000000', '#000000');
menus[4].height = 20;
menus[4].writeMenu();

menus[1].align='left';
menus[2].align='left';
menus[3].align='left';
menus[4].align='right';

