

document.write('<script type="text/javascript" src="/ads/banners/press_contact.js"></script>');
document.write('<script type="text/javascript" src="/ads/banners/goodnews.js"></script>');


function show_navigation(){
  banner_press_contact();
  banner_goodnews_orange();


  var ThisYear = 2009;

  var i, RegYear, FileYear = "";
  for (i=ThisYear; i>=2007; i--){
    RegYear = new RegExp(i + ".html$", "");
    if ( location.pathname.match(RegYear) ){ FileYear = i; }
  }

  if ( location.pathname.match(/\/Press\/release\/$/) ){ FileYear = ThisYear; }
  if ( location.pathname.match(/\/Press\/release\/index\.html$/) ){ FileYear = ThisYear; }

  document.write('<table border="0" cellpadding="8" cellspacing="0" width="170" class="navblue">');
  document.write('<tr><td>');
  document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%" class="vatop">');

  document.write('<tr><td colspan="2">');
  document.write('<div class="navtitle">プレスリリース：</div>');
  document.write('</td></tr>');

  for (i=ThisYear; i>=2007; i--){
    if ( i == FileYear ){
      document.write('<tr>');
      document.write('<td><img src="/im/ic_curr_page.gif" width="13" height="14" border="0" alt="" /></td>');
      document.write('<td width="100%">' + i + '年</td>');
      document.write('</tr>');
    }else{
      document.write('<tr>');
      document.write('<td nowrap><span class="rightarrowblue">&#8811;</span>&nbsp;</td>');
      document.write('<td width="100%"><a href="/company/Press/release/' + i + '.html">' + i + '年</a></td>');
      document.write('</tr>');
    }
  }

  document.write('</table></td>');
  document.write('</tr>');
  document.write('</table>');
  document.write('<img src="/im/a.gif" width="2" height="10" alt="" />');
}


