//
//
document.write("<p><a href=\"management.htm\">マネージメントチーム</a></p>");  // About Us 
  document.write("<ul style=\"display:none;\" id=\"m1\">");
  document.write("</ul>");
document.write("<p><a href=\"news_events.htm\">ニュースとイベント</a></p>");
  document.write("<ul style=\"display:none;\" id=\"m1\">");
  document.write("</ul>");
// To expand the associated subnav on this menu, the following script block must be placed in the corresponding page
// 
// <script type="text/javascript">subnav('m1');</ script>
// 
// Where 'm1' is the <ul> tag id
//
// The example script above would be placed in the business solutions page just above the </body> tag
