<!--
function mmLoadMenus() {
  if (window.menu_1) return;
            
window.menu_1 = new Menu("root",190,18,"sans-serif",10,"#879965","#ffffff","#ffffff","#A1C07C","left","middle",5,0,1000,1,4,true,true,true,5);
menu_1.addMenuItem("STAINLESS STEEL BOTTLES","location='/stainless-steel-bottles/cat_2.html'");
menu_1.addMenuItem("STAINLESS STEEL THERMALS","location='/stainless-steel-thermals/cat_3.html'");
menu_1.addMenuItem("REUSABLE BAGS","location='/reusable-bags/cat_1.html'");
menu_1.addMenuItem("ORGANIC FASHION","location='/organic-fashion/cat_4.html'");
menu_1.addMenuItem("MIY GREEN HOME CLEANING KIT","location='/miy-green-home-cleaning-kit/miy-green-home-cleaning-kit/cat_5.html'");
menu_1.addMenuItem("ACCESSORIES","location='/accessories/cat_6.html'");

window.menu_2 = new Menu("root",195,18,"Arial,sans-serif",10,"#879965","#ffffff","#ffffff","#A1C07C","left","middle",5,0,1000,1,4,true,true,true,5);
menu_2.addMenuItem("ABOUT US","location='/about-us/info_1.html'");
menu_2.addMenuItem("WHY BUY PLANET FORWARD","location='/about-us-why-buy-planet-forward-/info_5.html'");
menu_2.addMenuItem("OUR SUSTAINABLE PHILOSOPHY","location='/about-us-our-sustainable-philosophy/info_8.html'");
menu_2.addMenuItem("CORPORATE RESPONSIBILITY","location='/about-us-corporate-responsibility/info_10.html'");
menu_2.addMenuItem("ENVIRONMENTAL WELFARE","location='/about-us-environmental-welfare/info_11.html'");
menu_2.addMenuItem("SOCIAL JUSTICE","location='/about-us-social-justice/info_12.html'");
menu_2.addMenuItem("TESTIMONIALS","location='/about-us-testimonials/info_29.html'");
//menu_4.addMenuItem("CONTACT US","location='/profile-contact-us/info_2.html'");

window.menu_3 = new Menu("root",170,18,"sans-serif",10,"#879965","#ffffff","#ffffff","#A1C07C","left","middle",5,0,1000,1,4,true,true,true,5);
menu_3.addMenuItem("FAQ","location='/q-a-faq/info_18.html'");
menu_3.addMenuItem("PRIVACY POLICY","location='/q-a-privacy-policy/info_4.html'");
menu_3.addMenuItem("TERMS &amp; CONDITIONS","location='/q-a-terms-conditions/info_3.html'");
menu_3.addMenuItem("WARRANTY","location='/q-a-warranty/info_20.html'");
menu_3.addMenuItem("RETURNS &amp; EXCHANGES","location='/q-a-returns-exchanges/info_21.html'");
menu_3.addMenuItem("SHIPPING INFORMATION","location='/q-a-shipping-information/info_32.html'");
menu_3.addMenuItem("AFFILIATES","location='/q-a-affiliates/info_24.html'");
menu_3.addMenuItem("WHOLESALE","location='/q-a-wholesale/info_19.html'");
menu_3.addMenuItem("CO-BRANDING","location='/q-a-co-branding/info_33.html'");
menu_3.addMenuItem("ECO-FUNDRAISING","location='/q-a-eco-fundraising/info_35.html'");

window.menu_4 = new Menu("root",135,18,"sans-serif",10,"#879965","#ffffff","#ffffff","#A1C07C","left","middle",5,0,1000,1,4,true,true,true,5);
menu_4.addMenuItem("EVENTS","location='/news-events/info_30.html'");
menu_4.addMenuItem("NEWSLETTER","location='/news-newsletter/info_28.html'");
menu_4.addMenuItem("NEWS ARCHIVES","location='/news-news-archives/info_34.html'");


menu_4.writeMenus();
} // mmLoadMenus()

// -->