function menu() {
  if (window.menu_care) return;
  window.menu_care = new Menu("root",110,18,"",11,"#737171","#333333","#FFFFFF","#FFFFFF","left","middle",3,0,1000,-5,7,true,true,true,0,false,false);
  menu_care.addMenuItem("HAND&nbsp;NAILCARE","location='/howto/hand.html'");
  menu_care.addMenuItem("NATURAL","location='/howto/natural.html'");
  menu_care.addMenuItem("TREATMENTS","location='/howto/treatments.html'");
  menu_care.addMenuItem("COLORING","location='/howto/color.html'");
  menu_care.addMenuItem("COLOROFF","location='/howto/coloroff.html'");
  menu_care.addMenuItem("MANICURE","location='/howto/manicure.html'");
  menu_care.addMenuItem("PEDICURE","location='/howto/pedicure.html'");
  menu_care.hideOnMouseOut=true;
  menu_care.bgColor='#CCCCCC';
  menu_care.menuBorder=1;
  menu_care.menuLiteBgColor='#CCCCCC';
  menu_care.menuBorderBgColor='#CCCCCC';

  window.menu_pro = new Menu("root",200,18,"",11,"#737171","#333333","#FFFFFF","#FFFFFF","left","middle",3,0,1000,-5,7,true,true,true,0,false,false);
  menu_pro.addMenuItem("NAIL&nbsp;LACQUER","location='/products/nail.html'");
  menu_pro.addMenuItem("NAIL&nbsp;TREATMENTS","location='/products/nailtreatments.php'");
  menu_pro.addMenuItem("AXXIUM SOAK-OFF GEL LACQUER","location='/products/axxium/index.html'"); 
  menu_pro.addMenuItem("LIQUID","location='/products/liquid.php'");
  menu_pro.addMenuItem("ACCESSORIES","location='/products/accessories.php'");
  menu_pro.addMenuItem("AVOPLEX","location='/products/avoplex.php'");
  menu_pro.addMenuItem("JOJOBAGLO","location='/products/jojobaglo.php'");
  menu_pro.addMenuItem("AVOJUICE HAND&amp;BODY LOTION","location='/products/avojuice.php'");
  menu_pro.addMenuItem("AVOJUICE BODY SPLASH","location='/products/bodysplash.php'");
  menu_pro.addMenuItem("AVOJUICE BODY WASH","location='/products/bodywash.php'");
  menu_pro.addMenuItem("AVOJUICE HAND&amp;BODY CREME","location='/products/bodycreme.php'");
  menu_pro.addMenuItem("MANICURE&amp;PEDICURE&nbsp;BY&nbsp;OPI","location='/products/manipedicure.php'");
  menu_pro.addMenuItem("MANICURE&nbsp;BY&nbsp;OPI","location='/products/manicure.php'");
  menu_pro.addMenuItem("PEDICURE&nbsp;BY&nbsp;OPI","location='/products/pedicure.php'");
  menu_pro.addMenuItem("FEET&nbsp;BY&nbsp;OPI","location='/products/feet.php'");
  menu_pro.hideOnMouseOut=true;
  menu_pro.bgColor='#CCCCCC';
  menu_pro.menuBorder=1;
  menu_pro.menuLiteBgColor='#CCCCCC';
  menu_pro.menuBorderBgColor='#CCCCCC';

  window.menu_where = new Menu("root",130,18,"Helvetica",11,"#737171","#333333","#FFFFFF","#FFFFFF","left","middle",3,0,1000,-5,7,true,true,true,0,false,false);
  menu_where.addMenuItem("北海道・東北","location='/whereto/japan.php?no=1'");
  menu_where.addMenuItem("信越・北陸","location='/whereto/japan.php?no=2'");
  menu_where.addMenuItem("関東&nbsp;(東京)","location='/whereto/japan.php?no=3'");
  menu_where.addMenuItem("関東","location='/whereto/japan.php?no=4'");
  menu_where.addMenuItem("東海","location='/whereto/japan.php?no=5'");
  menu_where.addMenuItem("関西&nbsp;(大阪)","location='/whereto/japan.php?no=6'");
  menu_where.addMenuItem("関西","location='/whereto/japan.php?no=7'");
  menu_where.addMenuItem("中国・四国","location='/whereto/japan.php?no=8'");
  menu_where.addMenuItem("九州・沖縄","location='/whereto/japan.php?no=9'");
  menu_where.hideOnMouseOut=true;
  menu_where.bgColor='#CCCCCC';
  menu_where.menuBorder=1;
  menu_where.menuLiteBgColor='#CCCCCC';
  menu_where.menuBorderBgColor='#CCCCCC';

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