

function show_related_products(){
  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"><div class="navtitle"><a href="/products/servers/sparcenterprise/">Sun SPARC Enterprise Mシリーズ：</a></div></td></tr>');
  document.write('<tr>');
  document.write('<td nowrap><span class="rightarrowblue">&#8811;</span>&nbsp;</td>');
  document.write('<td width="100%"><a href="/products/servers/midrange/m3000/">Sun SPARC Enterprise M3000サーバ</a></td>');
  document.write('</tr>');
  document.write('<tr>');
  document.write('<td nowrap><span class="rightarrowblue">&#8811;</span>&nbsp;</td>');
  document.write('<td width="100%"><a href="/products/servers/midrange/m4000/">Sun SPARC Enterprise M4000サーバ</a></td>');
  document.write('</tr>');
  document.write('<tr>');
  document.write('<td nowrap><span class="rightarrowblue">&#8811;</span>&nbsp;</td>');
  document.write('<td width="100%"><a href="/products/servers/midrange/m5000/">Sun SPARC Enterprise M5000サーバ</a></td>');
  document.write('</tr>');
  document.write('<tr>');
  document.write('<td nowrap><span class="rightarrowblue">&#8811;</span>&nbsp;</td>');
  document.write('<td width="100%"><a href="/products/servers/highend/m8000/">Sun SPARC Enterprise M8000サーバ</a></td>');
  document.write('</tr>');
  document.write('<tr>');
  document.write('<td nowrap><span class="rightarrowblue">&#8811;</span>&nbsp;</td>');
  document.write('<td width="100%"><a href="/products/servers/highend/m9000/">Sun SPARC Enterprise M9000サーバ</a></td>');
  document.write('</tr>');
  document.write('<tr>');
  document.write('<td nowrap><span class="rightarrowblue">&#8811;</span>&nbsp;</td>');
  document.write('<td width="100%"><a href="/products/servers/midrange/external_io/">Sun SPARC Enterprise外部I/O拡張ユニット</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="" /><br />');
}


