function mmLoadMenus() {
if (window.menu_0) return;

//new Menuの設定
//("名前",セルの幅,セルの高さ,"FONT",FONTサイズ,"#FONT色","#FONT色over","#セル背景色","#セル背景色over","文字横位置","文字縦位置",横マージン,セル間隔,メニューが消えるまでの時間,-5,7,true,true,true,インデント幅,true,true);

window.menu_0 = new Menu("root",300,18,"MS UI Gothic, Osaka",12,"#000000","#000000","#F7FBFF","#CEE9FA","left","middle",3,0,1000,-5,0,true,true,true,5,true,true);
menu_0.addMenuItem("Parent Company Overview","location='/dds/about/index.html'");
menu_0.addMenuItem("DDS Division Overview","location='/dds/about/dds.html'");
menu_0.addMenuItem("DDS President's Welcome","location='/dds/about/welcome.html'");
menu_0.addMenuItem("History","location='/dds/about/history.html'");
menu_0.addMenuItem("Key Personnel","location='/dds/about/personnel.html'");
menu_0.addMenuItem("Mission Statement and Management Philosophy","location='/dds/about/mission.html'");


window.menu_1_1 = new Menu("Products",200,18,"MS UI Gothic, Osaka",12,"#000000","#000000","#F7FBFF","#CEE9FA","left","middle",3,0,1000,0,0,true,true,true,5,true,true);
menu_1_1.addMenuItem("Server/Desktop Design Concept","location='/dds/products/server.html'");
menu_1_1.addMenuItem("Mobile Design Concept","location='/dds/products/mobile.html'");
menu_1_1.addMenuItem("Roadmap","location='/dds/products/roadmap.html'");

window.menu_1_2 = new Menu("Technologies",200,18,"MS UI Gothic, Osaka",12,"#000000","#000000","#F7FBFF","#CEE9FA","left","middle",3,0,1000,0,0,true,true,true,5,true,true);
menu_1_2.addMenuItem("FUMA","location='/dds/products/fuma.html'");
menu_1_2.addMenuItem("Flexure Technology","location='/dds/products/flexure.html'");
menu_1_2.addMenuItem("DSA","location='/dds/products/dsa.html'");
menu_1_2.addMenuItem("Femto","location='/dds/products/femto.html'");
menu_1_2.addMenuItem("Lightweight Technologies","location='/dds/products/light.html'");
menu_1_2.addMenuItem("SAA(HAA) -Low Cost Initiatives","location='/dds/products/saa.html'");


window.menu_1 = new Menu("Products and Technologies",200,18,"MS UI Gothic, Osaka",12,"#000000","#000000","#F7FBFF","#CEE9FA","left","middle",3,0,1000,-350,0,true,true,true,5,true,true);
menu_1.addMenuItem("Overview of HDD Suspensions","location='/dds/products/index.html'");
menu_1.addMenuItem(menu_1_1);
menu_1.addMenuItem(menu_1_2);
menu_1.addMenuItem("Development","location='/dds/products/analysis.html'");
menu_1.addMenuItem("Manufacturing Process","location='/dds/products/manu.html'");
menu_1.addMenuItem("Quality Control","location='/dds/products/quality.html'");
menu_1.addMenuItem("Related HDD Parts","location='/dds/products/related.html'");
 
window.menu_2 = new Menu("Investors",150,18,"MS UI Gothic, Osaka",12,"#000000","#000000","#F7FBFF","#CEE9FA","left","middle",3,0,1000,-5,0,true,true,true,5,true,true);
menu_2.addMenuItem("Overview","location='/dds/ir/index.html'");
menu_2.addMenuItem("Financial Profile","location='/dds/ir/profile.html'");
menu_2.addMenuItem("Stock Quotations","location='/dds/ir/stock.html'");
menu_2.addMenuItem("Annual Report","location='/dds/ir/annual.html'");
 
 

menu_2.writeMenus();
} // mmLoadMenus()