//<script language="JavaScript" src="inc/subs.js"></script>

//<SCRIPT LANGUAGE='JAVAScript'>bannerPrint();</SCRIPT>
function info_print()
{
document.write('<center>');
document.write('  <a href="mailto:info@soft-s.co.jp">メールでのお問合せはこちらから</a> <br>');
document.write('  <br>');
document.write('  <font color="#999999">株式会社ソフトサービス<br>〒124-0021　東京都葛飾区細田5-3-6</font><br>');
document.write('  <font color="#999999" size="2">TEL:03-3671-0888 　　FAX:03-3650-5611</font><font color="#999999" size="2"><br>');
document.write('  <br>');
document.write('  Copyright (C) 2002 SoftService Corporation. All Rights Reserved. </font> ');
document.write('</center>');
document.write('');
}


//<SCRIPT LANGUAGE='JAVAScript'>header_print();</SCRIPT>
function header_print()
{
document.write('<div align=center>');
document.write('  <img src="image/bar.gif" width="700" height="50" usemap="#Map" border="0" alt="ネットカフェ・マンガ喫茶 トータルコーディネート">');
document.write('  <map name="Map">');
document.write('  <area shape="rect" coords="0,0,467,51" href="index.htm">');
document.write('  <area shape="rect" coords="500,24,574,44" href="mailto:info@soft-s.co.jp">');
document.write('  </map> ');
document.write('</div>');
document.write('  <br>');
document.write('');
}


//<SCRIPT LANGUAGE='JAVAScript'>control_menu();</SCRIPT>
function control_menu()
{
document.write('  <table width="950" border="0" cellspacing="0" cellpadding="0">');
document.write('    <tr>');
document.write('      <td width="87"><a href="javascript:history.back();"><img src="image/home.gif" width="78" height="19" border="0"></a></td>');
document.write('      <td width="863"><a href="."><img src="image/back.gif" width="78" height="19" border="0"></a></td>');
document.write('    </tr>');
document.write('  </table>');
document.write('  <br>');
document.write('');
}