function LoadMenus() {
if (window.pd0) return;

window.pd1 = new Menu("root",180,20,"Osaka, MS UI Gothic",12,"#0B1E5A","#B86F32","#77B4FF","#FFE5CC");
pd1.add("採用担当からのメッセージ","top.location='index_09.html'");
pd1.add("小糸工業の求める人材","top.location='index_02.html'");
pd1.hideOnMouseOut=true;

window.pd2 = new Menu("root",180,20,"Osaka, MS UI Gothic",12,"#0B1E5A","#B86F32","#77B4FF","#FFE5CC");
pd2.add("会社概要","top.location='index_10.html'");
pd2.add("7つのビジネスドメイン","top.location='index_11.html'");
pd2.add("小糸工業のあゆみ","top.location='index_12.html'");
pd2.add("Webメールマガジンのご案内","top.location='index_17.html'");
pd2.hideOnMouseOut=true;

window.pd3 = new Menu("root",180,20,"Osaka, MS UI Gothic",12,"#0B1E5A","#B86F32","#77B4FF","#FFE5CC");
pd3.add("理系の方はこちら","top.location='index_03.html'");
pd3.add("文系の方はこちら","top.location='index_04.html'");
pd3.hideOnMouseOut=true;

pd3.writeMenus();

}



