function mmLoadMenus() {
  if (window.mm_menu1) return;
    window.mm_menu1 = new Menu("root",180,20,"Arial, Helvetica, sans-serif",12,"#FFFFFF","#000000","#000000","#FFFFFF","left","middle",6,0,1000,-5,7,true,false,true,0,false,false);
  			mm_menu1.addMenuItem("THAILAND", "location='/gallery/portfolios.html?album=0'");
  			mm_menu1.addMenuItem("HEADSHOTS", "location='/gallery/portfolios.html?album=1'");
  			mm_menu1.addMenuItem("NUPTIALS", "location='/gallery/portfolios.html?album=2'");
  			mm_menu1.addMenuItem("CHILDREN", "location='/gallery/portfolios.html?album=3'");
  			mm_menu1.addMenuItem("FAMILIES", "location='/gallery/portfolios.html?album=4'");
  			mm_menu1.addMenuItem("PREGNANCY", "location='/gallery/portfolios.html?album=5'");
  			mm_menu1.addMenuItem("TRAVELS", "location='/gallery/portfolios.html?album=6'");
  			mm_menu1.addMenuItem("PEOPLE", "location='/gallery/portfolios.html?album=7'");
  			mm_menu1.addMenuItem("PERSONAL", "location='/gallery/portfolios.html?album=8'");
  			mm_menu1.addMenuItem("PRODUCT", "location='/gallery/portfolios.html?album=9'");
  			mm_menu1.addMenuItem("CORPORATE", "location='/gallery/portfolios.html?album=10'");
  			mm_menu1.addMenuItem("PERU", "location='/gallery/portfolios.html?album=11'");
  			mm_menu1.addMenuItem("AFRICA", "location='/gallery/portfolios.html?album=12'");
   mm_menu1.hideOnMouseOut=true;
   mm_menu1.bgColor='#555555';
   mm_menu1.menuBorder=1;
   mm_menu1.menuLiteBgColor='#FFFFFF';
   mm_menu1.menuBorderBgColor='#777777';

mm_menu1.writeMenus();
} 
