function createjsDOMenu() {
  menu1 = new jsDOMenu(160, "", "relative", true);
  with (menu1) {
    
    addMenuItem(new menuItem("KOTORABOトップ", "", "http://www.kotorabo.com/index.htm"));
    addMenuItem(new menuItem("ｶﾞｽﾊｰﾓﾆｰトップ", "", "http://www.kotorabo.com/oga/index.htm"));
    addMenuItem(new menuItem("ガスハーモニーOGA", "", "http://www.kotorabo.com/oga/ogasyoukai.htm"));
    addMenuItem(new menuItem("OGAのすべてがわかる", "", "http://www.kotorabo.com/oga/ogasube.htm"));
//    addMenuItem(new menuItem("OGA価格", "", "http://www.kotorabo.com/oga/ogakakaku.htm"));

    addMenuItem(new menuItem("使用方法", "", "http://www.kotorabo.com/oga/siyouhou.htm"));
    addMenuItem(new menuItem("驚きの効果1", "", "http://www.kotorabo.com/oga/odoroki.htm"));
    addMenuItem(new menuItem("驚きの効果2", "", "http://www.kotorabo.com/oga/odoroki2.htm"));
    addMenuItem(new menuItem("その秘密", "", "http://www.kotorabo.com/oga/himitu.htm"));
    addMenuItem(new menuItem("考察#ガス#", "", "http://www.kotorabo.com/oga/gasukousatu.htm"));
//    addMenuItem(new menuItem("考察#味覚#未設定", "", "http://www.kotorabo.com/oga/kousatu2.htm"));
    addMenuItem(new menuItem("鮮魚店設置例1", "", "http://www.kotorabo.com/oga/settirei1.htm"));
    addMenuItem(new menuItem("鮮魚店設置例2", "", "http://www.kotorabo.com/oga/settirei2.htm"));
    addMenuItem(new menuItem("食品工場設置例1", "", "http://www.kotorabo.com/oga/settirei3.htm"));
    addMenuItem(new menuItem("食品工場設置例2", "", "http://www.kotorabo.com/oga/settirei4.htm"));
    addMenuItem(new menuItem("食品工場設置例3", "", "http://www.kotorabo.com/oga/settirei5.htm"));
   addMenuItem(new menuItem("フランス料理店例4", "", "http://www.kotorabo.com/oga/settirei6.htm"));
    addMenuItem(new menuItem("珈琲自家焙煎点設置例", "", "http://www.kotorabo.com/oga/settirei7.htm"));
//    addMenuItem(new menuItem("フランス料理店実験", "", "http://www.kotorabo.com/oga/settirei8.htm"));
    addMenuItem(new menuItem("天ぷら油実験", "", "http://www.kotorabo.com/oga/jikken1.htm"));
    addMenuItem(new menuItem("実験1", "", "http://www.kotorabo.com/oga/jikken2.htm"));
    addMenuItem(new menuItem("実験2", "", "http://www.kotorabo.com/oga/jikken3.htm"));
//    addMenuItem(new menuItem("導入予備実験2", "", "http://www.kotorabo.com/oga/settirei8.htm"));

    addMenuItem(new menuItem("推薦文珈琲焙煎", "", "http://www.kotorabo.com/oga/suisen1.htm"));
    addMenuItem(new menuItem("鮮魚店推薦2", "", "http://www.kotorabo.com/oga/suisen2.htm"));
    addMenuItem(new menuItem("給食工場推薦", "", "http://www.kotorabo.com/oga/suisen3.htm"));
   addMenuItem(new menuItem("岐阜大学実験風景", "", "http://www.kotorabo.com/oga/album/disp.cgi?dir=gidai"));


//   addMenuItem(new menuItem("資料ダウンロード", "", "http://www.kotorabo.com/panfu.htm"));
//   addMenuItem(new menuItem("商品お申し込みはこちら", "", "http://www.kotorabo.com/cart/index.htm"));
//   addMenuItem(new menuItem("とくとく品コーナー", "", "http://www.kotorabo.com/toku/index.htm"));
//   addMenuItem(new menuItem("ユーザー登録", "", "http://www.kotorabo.com/user/index.htm"));

//   addMenuItem(new menuItem("パートナー制度", "", "http://www.kotorabo.com/partner.htm"));
//   addMenuItem(new menuItem("法律に基づく表示", "", "http://www.kotorabo.com/mousikomi.htm"));

//　　addMenuItem(new menuItem("トップメニュー", "item3", ""));
moveTo(10, 10);
    show();
  }

  menu2 = new jsDOMenu(150, "", "relative");
  with (menu2) {


//    addMenuItem(new menuItem("水質維持用活水器GGA", "", "http://www.kotorabo.com/gga/index.htm"));
//    addMenuItem(new menuItem("食品をおいしくする食器", "", "http://www.kotorabo.com/syokki/index.htm"));
//    addMenuItem(new menuItem("銅板でCOゼロ燃費アップ", "", "http://www.kotorabo.com/dou/dou.htm"));

//   addMenuItem(new menuItem("技術シーズ", "item2", ""));
//   addMenuItem(new menuItem("リンク", "item4", "http://www./……/xxx.html"));
  }
  menu1.items.item3.setSubMenu(menu2);
  
  menu3 =  new jsDOMenu(160, "", "relative");
  with (menu3) {
//　　addMenuItem(new menuItem("活性液", "", "http://www.kotorabo.com/sonota/kasseieki.htm"));




  }
  menu2.items.item2.setSubMenu(menu3);

  menu4 = new jsDOMenu(160, "", "relative");
  with (menu4) {

//    addMenuItem(new menuItem("豊田ﾐｭｰｼﾞｯｸｱｶﾃﾞﾐｰ", "", "http://t-tma.com/index.htm"));



  }
  menu2.items.item4.setSubMenu(menu4);
}

