function write_header(doc) {
doc.write('<table width="750" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF">');
doc.write('  <tr> ');
doc.write('    <td rowspan="2" bgcolor="#000066"><img src="' + document.pDocRoot + '/image/spacer.gif" width="12" height="12"></td>');
doc.write('    <td width="480"><img src="' + document.pDocRoot + '/image/soarus_logo.png" width="309" height="61" alt="Soarus L.L.C."></td>');
doc.write('    <td rowspan="2" width="244" valign="bottom"> ');
doc.write('      <table border="0" cellspacing="0" cellpadding="0" width="258">');
doc.write('        <tr align="right" bgcolor="#FFFFFF"> ');
doc.write('          <td colspan="7"><a href="http://www.nichigo.co.jp/english/" target="_blank"><img src="' + document.pDocRoot + '/image/top_img/top_img_logo02.gif" alt="NIPPON GOHSEI" width="115" height="21" border="0"></a></td>');
doc.write('        </tr>');
doc.write('        <tr bgcolor="#FFFFFF"> ');
doc.write('          <td colspan="7"><img src="' + document.pDocRoot + '/image/spacer.gif" width="10" height="29"></td>');
doc.write('        </tr>');
doc.write('        <tr bgcolor="#FFFFFF"> ');
doc.write('          <td height="14"><img src="' + document.pDocRoot + '/image/spacer.gif" width="10" height="10"></td>');
doc.write('          <td width="80" height="14"><a href="' + document.pDocRoot + '/contact/index_1.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'Image13\',\'\',\'' + document.pDocRoot + '/image/top_img/menu/top_submenu03_on.gif\',1)"><img src="' + document.pDocRoot + '/image/top_img/menu/top_submenu03_off.gif" width="80" height="12" border="0" name="Image13" alt="Contact Us"></a></td>');
doc.write('          <td width="91" height="14"><a href="' + document.pDocRoot + '/link/index.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'Image14\',\'\',\'' + document.pDocRoot + '/image/top_img/menu/top_submenu04_on.gif\',1)"><img src="' + document.pDocRoot + '/image/top_img/menu/top_submenu04_off.gif" width="91" height="12" border="0" name="Image14" alt="Related Links"></a></td>');
doc.write('          <td width="67" height="14"><a href="' + document.pDocRoot + '/sitemap/index.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'Image15\',\'\',\'' + document.pDocRoot + '/image/top_img/menu/top_submenu05_on.gif\',1)"><img src="' + document.pDocRoot + '/image/top_img/menu/top_submenu05_off.gif" width="67" height="12" border="0" name="Image15" alt="Site Map"></a></td>');
doc.write('          <td height="14"><img src="' + document.pDocRoot + '/image/spacer.gif" width="7" height="10"></td>');
doc.write('        </tr>');
doc.write('        <tr> ');
doc.write('          <td colspan="7"><img src="' + document.pDocRoot + '/image/line02.png" width="258" height="3"></td>');
doc.write('        </tr>');
doc.write('      </table>');
doc.write('    </td>');
doc.write('  </tr>');
doc.write('  <tr> ');
doc.write('    <td align="right" width="480"> <img src="' + document.pDocRoot + '/image/line04.png" width="479" height="6"></td>');
doc.write('  </tr>');
doc.write('</table>');
doc.write('<table width="750" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF">');
doc.write('  <tr>');
doc.write('    <td width="12" bgcolor="#000066"><img src="' + document.pDocRoot + '/image/spacer.gif" width="12" height="6"></td>');
doc.write('    <td colspan="2"><img src="' + document.pDocRoot + '/image/line01.gif" width="738" height="6"></td>');
doc.write('  </tr>');
doc.write('</table>');
}

function preload_header_images() {
	var img_list = new Array('/image/top_img/menu/top_submenu03_on.gif','/image/top_img/menu/top_submenu04_on.gif','/image/top_img/menu/top_submenu05_on.gif');
	for( var i = 0; i < img_list.length; i++) {
		MM_preloadImages( document.pDocRoot + img_list[i]);
	}
}
