var myMenu = new Menu('myMenu');
myMenu.addClass('topMenu', 'menuContainer', 'down');
myMenu.addClass('subMenu', 'menuContainer submenu', 'left');
myMenu.add('home', null, 'Home', '/index.php', null, 'topMenu');
myMenu.add('products', null, 'Products', '/products/', null, 'topMenu');
myMenu.add('ematMenu0', 'products', 'eMat', '/products/emat/', null, 'subMenu');
myMenu.add('ematMenu9', 'ematMenu0', 'Buy eMat', '/products/emat/', null, 'subMenu');
myMenu.add('ematMenu1', 'ematMenu0', 'What Is eMat?', '/products/emat/whatis.php', null, 'subMenu');
myMenu.add('ematMenu2', 'ematMenu0', 'How To Choose eMat', '/products/emat/howtochoose.php', null, 'subMenu');
myMenu.add('ematMenu3', 'ematMenu0', 'How To Install eMat', '/products/emat/howtoinstall.php', null, 'subMenu');
myMenu.add('ematMenu4', 'ematMenu0', 'Resistances', '/products/emat/resistances.php', null, 'subMenu');
myMenu.add('ematMenu5', 'ematMenu0', 'Adhesive Guidelines', '/products/emat/adhesives.php', null, 'subMenu');
myMenu.add('ematMenu6', 'ematMenu0', 'Floor Constructions', '/products/emat/floorconstructions.php', null, 'subMenu');
myMenu.add('ematMenu7', 'ematMenu0', 'Electrical Connections', '/products/emat/electricalconnections.php', null, 'subMenu');
myMenu.add('ematMenu8', 'ematMenu0', 'Thermal Insulation', '/products/epanel/', null, 'subMenu');
myMenu.add('estatMenu0', 'products', 'eStat', '/products/estat/', null, 'subMenu');
myMenu.add('estatMenu1', 'estatMenu0', 'Buy eStat', '/products/estat/', null, 'subMenu');
myMenu.add('ecableMenu0', 'products', 'eCable', '/products/ecable/', null, 'subMenu');
myMenu.add('ecableMenu1', 'ecableMenu0', 'Buy eCable', '/products/ecable/', null, 'subMenu');
myMenu.add('ecableMenu2', 'ecableMenu0', 'How To Install eCable', '/products/ecable/howtoinstall.php', null, 'subMenu');
myMenu.add('epanelMenu0', 'products', 'ePanel', '/products/epanel/', null, 'subMenu');
myMenu.add('epanelMenu1', 'epanelMenu0', 'Buy ePanel', '/products/epanel/', null, 'subMenu');
myMenu.add('news', null, 'News', '/news.php', null, 'topMenu');
myMenu.add('articles', 'news', 'News Articles', '/news.php', null, 'subMenu');
myMenu.add('information', null, 'Information', '/information.php', null, 'topMenu');
myMenu.add('contact', 'information', 'Contact Us', '/support.php', null, 'subMenu');
myMenu.add('warranty', 'information', 'Online Warranty', '/warranty.php', null, 'subMenu');
myMenu.add('design', 'information', 'Design It For Me', '/design.php', null, 'subMenu');
myMenu.add('delivery', 'information', 'Delivery Information', '/delivery.php', null, 'subMenu');
myMenu.add('terms', 'information', 'Terms &amp; Conditions', '/terms.php', null, 'subMenu');
myMenu.add('privacy', 'information', 'Privacy Policy', '/privacy.php', null, 'subMenu');
myMenu.add('about', 'information', 'About Elements', '/about.php', null, 'subMenu');
myMenu.add('links', 'information', 'Helpful Links', '/links.php', null, 'subMenu');
myMenu.add('secure', 'information', 'Safe &amp; Secure', '/secure.php', null, 'subMenu');
myMenu.add('faq', 'information', 'FAQ', '/faqs.php', null, 'subMenu');
myMenu.add('downloads', null, 'Downloads', '/downloads.php', null, 'topMenu');
myMenu.add('catalogue', 'downloads', 'Elements Catalogue', '/downloads/elements_catalogue.pdf', null, 'subMenu');
myMenu.add('promotional', 'downloads', 'Promotional Brochure', '/downloads/promotional_brochure.pdf', null, 'subMenu');
myMenu.add('ematmanual', 'downloads', 'eMat Manual', '/downloads/emat_manual.pdf', null, 'subMenu');
myMenu.add('ecablemanual', 'downloads', 'eCable Manual', '/downloads/ecable_manual.pdf', null, 'subMenu');
myMenu.add('estatinstructions', 'downloads', 'eStat Instructions', '/downloads/estat_instructions.pdf', null, 'subMenu');
myMenu.add('myaccount', null, 'My Account', '/accountcentre.php', null, 'topMenu');
myMenu.add('orders', 'myaccount', 'My Orders', '/orders.php', null, 'subMenu');
myMenu.add('quotes', 'myaccount', 'My Quotes', '/quotes.php', null, 'subMenu');
myMenu.add('profile', 'myaccount', 'My Profile', '/profile.php', null, 'subMenu');
myMenu.add('password', 'myaccount', 'Change Password', '/changepassword.php', null, 'subMenu');