function init()
{

menus[0] = new menu(45, "horizontal", screen.width/2-388, 16, 0, 0, "img:/includes/bgmenu.gif", "img:/includes/bgmenu2.gif", "arial", 10, "bold", "bold", "#000000", "#BE4E20", 0, "", 12, "", false, true, true, false, 0, true, 0, 0, "black");
menus[0].addItem("/1. Home.php", "" , 110, "center", "Home", 0);
menus[0].addItem("/3. Install.php", "" , 110, "center", "Install", 0);
menus[0].addItem("/5. Retailers.php", "" , 110, "center", "Retailers", 0);
menus[0].addItem("#", "" , 110, "center", "Company", 1);

menus[1] = new menu(150, "vertical", 0, 0, 0, 0, "img:/includes/bgsubmenu.gif", "img:/includes/bgsubmenu2.gif", "arial", 10, "", "", "#000000", "#FFFFFF", 1, "#FFFFFF", 4, "rollover:/includes/arrowright.gif:/includes/arrowright.gif", false, true, false, false, 0, true, 0, 0, "black");
menus[1].addItem("/6. Company/2. Contact us.php", "" , 20, "left", "Contact us", 0);
menus[1].addItem("/6. Company/4. Terms of service.php", "" , 20, "left", "Terms of service", 0);
}

