function write_header( doc) {
doc.write( '<table width="100%" border="0" cellspacing="0" cellpadding="0" class="head">');
doc.write( '<tr> ');
doc.write( '<td><a href="http://www.jpca.or.jp/index.html"><img src="' + document.HeaderPath + 'img/title.gif" width="350" height="60" alt="Î–û‰»ŠwH‹Æ‹¦‰ï" border="0" align="left"></a></td>');
doc.write( '<td align="right" valign="bottom">');
doc.write( '<a href="ma&#105;&#108;t&#111;&#58;&#105;n&#113;uirie&#115;&#95;h&#112;&#64;&#106;p&#99;&#97;&#46;&#111;r&#46;jp">‚¨–â‚¢‡‚í‚¹</a>');
doc.write( ' b@<a href="' + document.HeaderPath + 'english/index.htm">ENGLISH</a></td>');
doc.write( '</tr>');
doc.write( '<tr> ');
doc.write( '<td colspan="2" bgcolor="#0099CC"><img src="' + document.HeaderPath + 'img/spacer.gif" width="1" height="3" alt=""></td>');
doc.write( '</tr>');
doc.write( '</table>');
}

//doc.write( ' <a href="' + document.HeaderPath + 'english/index.htm">bENGLISH</a></td>');