function LoadMenus() {
if (window.pd0) return;

window.pd1 = new Menu("root",156,22,"Osaka, MS UI Gothic",12,"#666","#fb1820","#eee","#ccc");
pd1.add("ファンド情報","top.location='http://www.morningstar.co.jp/fund/'");

pd1.hideOnMouseOut=true;

window.pd2 = new Menu("root",180,22,"Osaka, MS UI Gothic",12,"#666","#fb1820","#eee","#ccc");
pd2.add("株式情報","top.location='http://www.morningstar.co.jp/stock/'");
pd2.hideOnMouseOut=true;

window.pd3 = new Menu("root",140,22,"Osaka, MS UI Gothic",12,"#666","#fb1820","#eeeeee","#cccccc");
pd3.add("各種金融商品情報","top.location='http://www.morningstar.co.jp/'");
pd3.hideOnMouseOut=true;

window.pd4 = new Menu("root",108,22,"Osaka, MS UI Gothic",12,"#666","#fb1820","#eeeeee","#cccccc");
pd4.add("投資講座","top.location='http://www.morningstar.co.jp/moneyschool/'");
pd4.hideOnMouseOut=true;

window.pd5 = new Menu("root",106,22,"Osaka, MS UI Gothic",12,"#666","#fb1820","#eeeeee","#cccccc");
pd5.add("マネープラン","top.location='http://www.morningstar.co.jp/tools/'");
pd5.hideOnMouseOut=true;

pd5.writeMenus();

}



