
// JavaScript Document

//ヘッダーメニューの挿入
	function MainHeader(){

 	 document.write('<center><table width="800" height="40" border="0" cellpadding="0" cellspacing="0">');

  		document.write('<tr><td width="300" height="40" align="left" valign="middle" background="./img/mainheader.gif" class="f18"><a href="index.html"><img src="./img/gimcalc_centurygothic.gif" border="0"></a>web site</td>');


  		document.write('<td align="right" valign="middle" background="./img/mainheader.gif"><a href="./index.html"><img src="./img/top_r.gif" border="0"></a>　<a href="./sitemap.html"><img src="./img/sitemap.gif" border="0"></a>　<a href="./faq901.html"><img src="./img/faq.gif" border="0"></a>　<a href="./user/checkmate/manual/help/index.html"><img src="./img/help.gif" border="0"></a></td></tr></table></center>');


}

//メインヘッダー

	function HeaderMenu(){

  		document.write('<center><table width="760" border="0" cellpadding="0" cellspacing="0"><tr><td>');


  		document.write('<table><tr><td width="110"><a href="http://www.gimcalc.jp/"><img src="./img/gimcalc_base.gif" alt="GIMCALC 事務処理のエッセンシャル・アプリケーション" width="100" height="100" border="0"></a></td>');

  		document.write('<td><td align="left"><img src="./img/banners/mainban.gif" border=0 alt="ライト&シンプルがコンセプトのユースフル・ソフトウェア"></td></tr></table>');

  		document.write('<table bgcolor="#ddddff" class="hmenu" width=760 height=40 cellpadding="5" cellspacing="0" background="./img/bg1.gif" border=0><tr><td width="100%">');

		document.write('<a href="http://www.gimcalc.jp/purchase/trialapp.php">無料ダウンロード</a>　|　');
		document.write('<a href="http://www.gimcalc.jp/purchase/purchase.php">購入申込み</a>　|　');
		document.write('<a href="http://www.gimcalc.jp/product901.html">製品案内</a>　|　');
		document.write('<a href="http://www.gimcalc.jp/faq901.html">FAQ</a>　|　');
		document.write('<a href="http://www.gimcalc.jp/user/checkmate/manual/help">HELP</a>　|　');
		document.write('<a href="http://www.gimcalc.jp/purchase/support.php">サポート</a>　|　');
		document.write('<a href="http://www.gimcalc.jp/concept.html">コンセプト</a>　|　');
		document.write('<a href="http://www.gimcalc.jp/gimcalc.html">運営者・販売について</a>');

  		document.write('</td></tr></table>');

  		document.write('<font class=fe><br>お知らせ　　　<ruby><rb>GIMCALC</rb><rp>(</rp><rt>ジムカルク</rt><rp>)</rp></ruby><font size=2>　事務処理のエッセンスをシンプルにソフトに載せてお届けしていきます。</font>');
  		document.write('<ul><ul>');

  		document.write('<li>23年 1月以降分　源泉徴収税額表は改訂登録の必要はありませんが、扶養親族数の求め方が変更されています。</li>');
  		document.write('<li>22年 4月 1日　平成22年4月以降分　源泉徴収税額表が配布されましたが改訂登録の必要はありません。</li>');
  		document.write('<li>21年 4月30日　平成21年4月以降分　源泉徴収税額表が配布されましたが改訂登録の必要はありません。</li>');

  		document.write('<li>20年12月25日　<a href="./pr901.html">プレスリリース</a>を発信いたしました。</li>');





  		document.write('</ul></ul>');

		document.write('</font></td></tr>');

  		document.write('<tr><td>');


	

	}






