// 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">'
	+'	</td>'
	+'	<td align="right" valign="bottom">'
//	+'	<b><a href="index.html">ホーム</a>｜<a href="corpinfo.html">会社案内</a>｜<a href="slit.html">業務内容</a>｜<a href="contact.html">お問い合わせ</a>｜<a href="recruit.html">採用情報</a>｜<a href="e_index.html">ENGLISH</a></b>'
	+'	<b><a href="index.html">ホーム</a>｜<a href="corpinfo.html">会社案内</a>｜<a href="slit.html">業務内容</a>｜<a href="contact.html">お問い合わせ</a>｜<a href="e_index.html">ENGLISH</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">　会社案内</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="corpinfo.html">ごあいさつ</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="profile.html">会社概要</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="place.html">事業所のご案内</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="vision.html">イトウ六の取り組み</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="iso.html">ISO認証取得・他</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">　業務内容</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="slit.html">スリット加工</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="sheetcut.html">シートカット</a></font></b>'
	+'	<br><b><font size="2"><a href="sheetcut.html">断裁加工</a></font></b></td></tr>'
	+'	<tr><td nowrap colspan="2"><hr size="1" color="#1515A3"></td></tr>'
	+'	</table>'
    document.write( write_text )
}

