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="#546C00"><img src="' + document.pDocRoot + '/shared/image/spacer.gif" width="12" height="12"></td>');
doc.write('    <td width="480"><img src="' + document.pDocRoot + '/shared/image/logo01.gif" width="259" height="61" alt="高阻气性树脂 Soarnol"></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="9"><a href="http://www.nichigo.co.jp/" target="_blank"><img src="' + document.pDocRoot + '/shared/image/top_img/top_img_logo02.gif" width="115" height="21" border="0"></a></td>');
doc.write('        </tr>');
doc.write('        <tr bgcolor="#FFFFFF"> ');
doc.write('          <td colspan="9"><img src="' + document.pDocRoot + '/shared/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 + '/shared/image/spacer.gif" width="10" height="10"></td>');
doc.write('          <td width="62" height="14"><a href="https://www.soarnol.com/cn/contact/index.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'Image13\',\'\',\'' + document.pDocRoot + '/shared/image/top_img/menu/top_submenu03_on.gif\',1)"><img src="' + document.pDocRoot + '/shared/image/top_img/menu/top_submenu03_off.gif" width="62" height="12" border="0" name="Image13" alt="联系方法"></a></td>');
doc.write('          <td width="10" height="14"><img src="' + document.pDocRoot + '/shared/image/spacer.gif" width="10" height="10"></td>');
doc.write('          <td width="35" height="14"><a href="' + document.pDocRoot + '/network/index.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'Image100\',\'\',\'' + document.pDocRoot + '/shared/image/top_img/menu/top_submenu06_on.gif\',1)"><img src="' + document.pDocRoot + '/shared/image/top_img/menu/top_submenu06_off.gif" width="35" height="12" border="0" name="Image100" alt="网络"></a></td>');
doc.write('          <td width="10" height="14"><img src="' + document.pDocRoot + '/shared/image/spacer.gif" width="10" height="10"></td>');
doc.write('          <td width="37" height="14"><a href="' + document.pDocRoot + '/link/index.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'Image14\',\'\',\'' + document.pDocRoot + '/shared/image/top_img/menu/top_submenu04_on.gif\',1)"><img src="' + document.pDocRoot + '/shared/image/top_img/menu/top_submenu04_off.gif" width="37" height="12" border="0" name="Image14" alt="链接"></a></td>');
doc.write('          <td width="10" height="14"><img src="' + document.pDocRoot + '/shared/image/spacer.gif" width="10" height="10"></td>');
doc.write('          <td width="60" height="14"><a href="' + document.pDocRoot + '/sitemap/index.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'Image15\',\'\',\'' + document.pDocRoot + '/shared/image/top_img/menu/top_submenu05_on.gif\',1)"><img src="' + document.pDocRoot + '/shared/image/top_img/menu/top_submenu05_off.gif" width="60" height="12" border="0" name="Image15" alt="站点地图"></a></td>');
doc.write('          <td height="14"><img src="' + document.pDocRoot + '/shared/image/spacer.gif" width="7" height="10"></td>');
doc.write('        </tr>');
doc.write('        <tr> ');
doc.write('          <td colspan="9"><img src="' + document.pDocRoot + '/shared/image/line02.gif" 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 + '/shared/image/line04.gif" 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="#546C00"><img src="' + document.pDocRoot + '/shared/image/spacer.gif" width="12" height="6"></td>');
doc.write('    <td colspan="2"><img src="' + document.pDocRoot + '/shared/image/line01.gif" width="738" height="6"></td>');
doc.write('  </tr>');
doc.write('</table>');
}

function preload_header_images() {
	var img_list = new Array('/shared/image/top_img/menu/top_submenu03_on.gif','/shared/image/top_img/menu/top_submenu04_on.gif','/shared/image/top_img/menu/top_submenu05_on.gif');
	for( var i = 0; i < img_list.length; i++) {
		MM_preloadImages( document.pDocRoot + img_list[i]);
	}
}
