ajmenu1 = new mainMenu('horizontal', 0, '#000000', '#777777', '#ffffff', '#ffffff', '');
ajmenu1.fontWeight = 'bold';
ajmenu1.fontSize = 'xx-small';
ajmenu1.fontFamily = 'Verdana, Arial';
ajmenu1.divider = '|';
ajmenu1.htmlBefore  = '<div style="padding-left:10px;padding-right:10px;padding-top:4px;padding-bottom:4px;">';
ajmenu1.htmlAfter  = '</div>';
ajmenu1.addItems('Home', '/', 'About ChemCheck', '/about_chemcheck/', 'Resources', '/resources/', 'Contact us', '/contact_us/', 'Login', 'javascript:NewWindow()');

ajmenu1 = new subMenu('2', '#000000', '#777777', '#ffffff', '#ffffff', '');
ajmenu1.fontWeight = 'bold';
ajmenu1.fontSize = 'xx-small';
ajmenu1.fontFamily = 'Verdana, Arial';
ajmenu1.htmlBefore  = '<div style="padding-left:7px;padding-right:25px;padding-top:3px;padding-bottom:3px;">';
ajmenu1.htmlAfter  = '</div>';
ajmenu1.addItems('What is ChemCheck?', '/about_chemcheck/what_is_chemcheck/', 'How It Works', '/about_chemcheck/how_it_works/', 'Demonstration', '/about_chemcheck/demonstration/', 'Getting Started', '/about_chemcheck/getting_started/', 'Business Partners', '/about_chemcheck/business_partners/');

ajmenu1 = new subMenu('3', '#000000', '#777777', '#ffffff', '#ffffff', '');
ajmenu1.fontWeight = 'bold';
ajmenu1.fontSize = 'xx-small';
ajmenu1.fontFamily = 'Verdana, Arial';
ajmenu1.htmlBefore  = '<div style="padding-left:7px;padding-right:25px;padding-top:3px;padding-bottom:3px;">';
ajmenu1.htmlAfter  = '</div>';
ajmenu1.addItems('Forms', '/resources/forms/', 'Links', '/resources/links/', 'Help', '/resources/help/');