//
//
document.write("<p><a href=\"technology_partners.htm\">テクノロジーパートナー</a></p>");  // Partners
  document.write("<ul style=\"display:none;\" id=\"m1\">");
  document.write("</ul>");
document.write("<p><a href=\"solution_partners.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
