//---------------------------------------------------------//
// ★先頭から本文までの呼び出し //
//---------------------------------------------------------//

//---------------------------------------------------------//
// ★本体から最後までの呼び出し //
//---------------------------------------------------------//

//---------------------------------------------------------//
// 日本語版と英語版 //
//---------------------------------------------------------//

//---------------------------------------------------------//
// メニュー //
//---------------------------------------------------------//

//---------------------------------------------------------//
// FES共通ヘッダー //
//---------------------------------------------------------//

function productHead(){
	document.writeln('<table width="800" border="0" cellpadding="0" cellspacing="0">');
	document.writeln('<tr>');
	document.writeln('<td width="1" rowspan="2" bgcolor="#333333"><img src="spacer.gif" width="1" height="1"></td>');
	document.writeln('<td width="124" nowrap><a href="http://www.fujielectric.co.jp/eng/index.html" target="_blank"><img src="h_img/group_brand.gif" alt="Fe e-Front runners" width="124" height="35" border="0"></a></td>');
	document.writeln('<td bgcolor="#FFFFFF" width="457" nowrap><img src="spacer.gif" width="457" height="1"></td>');
	document.writeln('<td width="217"><a href="http://www.fesys.co.jp/eng/" target="_top"><img src="h_img/corporate_e.gif" alt="Fuji Electric Systems Co.,ltd." width="217" height="35" border="0"></a></td>');
	document.writeln('<td width="1" rowspan="2" bgcolor="#333333" nowrap><img src="spacer.gif" width="1" height="1"></td>');
	document.writeln('</tr>');
	document.writeln('<tr><td colspan="3" bgcolor="#0C419A"><img src="spacer.gif" width="1" height="1"></td></tr>');
	document.writeln('</table>');
}

//---------------------------------------------------------//
// FES共通サブヘッダー(製品) //
//---------------------------------------------------------//
function EngHeadLink(){
	document.writeln('<table width="800" border="0" cellpadding="0" cellspacing="0">');
	document.writeln('<tr>');
	document.writeln('<td width="1" bgcolor="#000000" nowrap><IMG SRC="spacer.gif" WIDTH="1" HEIGHT="1"></td>');
	document.writeln('<td width="146" background="h_img/bg_subhead_e.gif"><IMG SRC="h_img/bg_subhead_e.gif" WIDTH="146" HEIGHT="18" border="0"></td>');
	document.writeln('<td width="502" background="h_img/bg_subhead_e.gif"><IMG SRC="h_img/bg_subhead_e.gif" WIDTH="502" HEIGHT="18" border="0"></td>');
	document.writeln('<td width="20" background="h_img/bg_subhead_e.gif"><IMG SRC="h_img/icon_subhead_e.gif" WIDTH="10" HEIGHT="18" border="0" hspace="4"></td>');
	document.writeln('<td width="40" background="h_img/bg_subhead_e.gif" valign="middle" class="e10Menu"><a href="http://www.fesys.co.jp/eng/" target="_top" class="pSubhead">TOP</a></td>');
	document.writeln('<td width="20" background="h_img/bg_subhead_e.gif"><IMG SRC="h_img/icon_subhead_e.gif" WIDTH="10" HEIGHT="18" border="0" hspace="4"></td>');
	document.writeln('<td width="40" background="h_img/bg_subhead_e.gif" valign="middle" class="e10Menu"><a href="http://www.fujielectric.co.jp/fes/index.html" target="_top" class="pSubhead">JAPANESE</a></td>');
	document.writeln('<td width="10" background="h_img/bg_subhead_e.gif"><IMG SRC="h_img/bg_subhead_e.gif" WIDTH="10" HEIGHT="18" border="0"></td>');
	document.writeln('<td width="1" bgcolor="#000000" nowrap><IMG SRC="spacer.gif" WIDTH="1" HEIGHT="8"></td>');
	document.writeln('</tr>');
	document.writeln('<tr>');
	document.writeln('<td width="1" bgcolor="#000000" nowrap><IMG SRC="spacer.gif" WIDTH="1" HEIGHT="1"></td>');
	document.writeln('<td colspan="1" height="6" background="h_img/img_subhead_shade.gif"><IMG SRC="spacer.gif" WIDTH="10" HEIGHT="6" border="0"></td>');
	document.writeln('<td colspan="6" height="6" background="h_img/img_subhead_shade2.gif"><IMG SRC="spacer.gif" WIDTH="10" HEIGHT="6" border="0"></td>');
	document.writeln('<td width="1" bgcolor="#000000" nowrap><IMG SRC="spacer.gif" WIDTH="1" HEIGHT="1"></td>');
	document.writeln('</tr>');
	document.writeln('</table>');

}
