// JavaScript Document

function header(title){

	//HTML
	write_text = '<table width="970" border="0" cellspacing="0" cellpadding="0">'
	+'	<tr>'
	+'	<td>'
	+'	<img border="0" src="image/logo01.jpg" width="50" height="48">'
	+'	<!--img border="0" src="image/logo02.jpg" width="288" height="50"-->'
	+'	<font size="+3"><b>ITOHROKU</font> <font size="+2">Company Limited</b></font>'
	+'	</td>'
	+'	<td align="right" valign="bottom">'
	+'	<b><a href="e_index.html">Home</a>b<a href="e_corpinfo.html">Company Information</a>b<a href="e_slit.html">Our Business</a>b<a href="index.html">JAPANESE</a></b>'
	+'	</td>'
	+'	</tr>'
	+'	<tr>'
	+'	<td colspan="2">'
	+'	<img border="0" src="image/bluedot.gif" width="100%" height="5">'
	+'	</td>'
	+'	</tr>'
	+'	</table>'
    document.write( write_text )
}


function footer(title){

	//HTML
	write_text = '<hr><center><font size="2">'
	+'Copyright(C)&nbsp;2010 ITOHROKU CO.,LTD. Allrights&nbsp;Reserved'
	+'</font></center>'
    document.write( write_text )
}


function corpinfo(title){

	//HTML
	write_text = '<table border="0" width="150" cellpadding="0" cellspacing="0">'
	+'	<tr><td nowrap bgcolor="#FF0000" colspan="2" height="30"><b><font size="2" color="#FFFFFF">@Company Information</font></b></td>'
	+'	</tr><tr><td colspan="2" height="6" valign="middle"></td></tr>'
	+'	<tr><td nowrap><b><font size="2"><img border="0" src="image/icon01.gif" width="30" height="25"></font></b></td>'
	+'	<td nowrap><font size="2"><b><a href="e_corpinfo.html">Greetings</a></b></font></td></tr>'
	+'	<tr><td nowrap colspan="2"><hr size="1" color="#1515A3"></td></tr>'
	+'	<tr><td nowrap><b><font size="2"><img border="0" src="image/icon01.gif" width="30" height="25"></font></b></td>'
	+'	<td nowrap><b><font size="2"><a href="e_overview.html">Company Overview</a></font></b></td></tr>'
	+'	<tr><td nowrap colspan="2"><hr size="1" color="#1515A3"></td></tr>'
	+'	<tr><td nowrap><b><font size="2"><img border="0" src="image/icon01.gif" width="30" height="25"></font></b></td>'
	+'	<td nowrap><b><font size="2"><a href="e_profile.html">Profile</a></font></b></td></tr>'
	+'	<tr><td nowrap colspan="2"><hr size="1" color="#1515A3"></td></tr>'
	+'	<tr><td nowrap><b><font size="2"><img border="0" src="image/icon01.gif" width="30" height="25"></font></b></td>'
	+'	<td nowrap><b><font size="2"><a href="e_vision.html">ITOHROKUfs Endeavors</a></font></b></td></tr>'
	+'	<tr><td nowrap colspan="2"><hr size="1" color="#1515A3"></td></tr>'
	+'	<tr><td nowrap><b><font size="2"><img border="0" src="image/icon01.gif" width="30" height="25"></font></b></td>'
	+'	<td nowrap><b><font size="2"><a href="e_iso.html">ISO Certification, Others</a></font></b></td></tr>'
	+'	<tr><td nowrap colspan="2"><hr size="1" color="#1515A3"></td></tr>'
	+'	</table>'
    document.write( write_text )
}


function duty(title){

	//HTML
	write_text = '<table border="0" width="150" cellpadding="0" cellspacing="0">'
	+'	<tr><td nowrap bgcolor="#FF0000" colspan="2" height="30"><b><font size="2" color="#FFFFFF">@Our Business</font></b></td></tr>'
	+'	<tr><td colspan="2" height="6" valign="middle"></td></tr>'
	+'	<tr><td nowrap><b><font size="2"><img border="0" src="image/icon01.gif" width="30" height="25"></font></b></td>'
	+'	<td nowrap><font size="2"><b><a href="e_slit.html">Slitting Process</a></b></font></td></tr>'
	+'	<tr><td nowrap colspan="2"><hr size="1" color="#1515A3"></td></tr>'
	+'	<tr><td nowrap><b><font size="2"><img border="0" src="image/icon01.gif" width="30" height="25"></font></b></td>'
	+'	<td nowrap><b><font size="2"><a href="e_sheetcut.html">Sheet Cutting Process</a></font></b>'
	+'	</td></tr>'
	+'	<tr><td nowrap colspan="2"><hr size="1" color="#1515A3"></td></tr>'
	+'	</table>'
    document.write( write_text )
}

