<!--

function header(i_root){
	/*i_root の数だけ上に行ったフォルダから画像などを見る*/
if (i_root == 2) {
	s_path="../../";
} else if (i_root == 1) {
	s_path="../";
} else {
	s_path = "";
}

	

document.write('<TABLE WIDTH=766 BORDER=0 CELLPADDING=0 CELLSPACING=0>',
'	<TR>',
'		<TD>',
'			<IMG SRC="',s_path,'images\/fl1.gif" WIDTH=360 HEIGHT=180 ALT=""><\/TD>',
'		<TD>',
'			<TABLE WIDTH=150 BORDER=0 CELLPADDING=0 CELLSPACING=0>',
'	<TR>',
'		<TD>',
'			<a href="',s_path,'index.html"><IMG SRC="',s_path,'images\/fl2.gif" WIDTH=150 HEIGHT=30 ALT="" border="0"><\/a><\/TD>',
'	<\/TR>',
'	<TR>',
'		<TD>',
'			<a href="',s_path,'method/index.html"><IMG SRC="',s_path,'images\/fl3.gif" WIDTH=150 HEIGHT=31 ALT="" border="0"><\/a><\/TD>',
'	<\/TR>',
'	<TR>',
'		<TD>',
'			<a href="',s_path,'learning/index.html"><IMG SRC="',s_path,'images\/fl5.gif" WIDTH=150 HEIGHT=30 ALT="" border="0"><\/a><\/TD>',
'	<\/TR>',
'	<TR>',
'		<TD>',
'			<a href="',s_path,'service/index.html"><IMG SRC="',s_path,'images\/fl6.gif" WIDTH=150 HEIGHT=28 ALT="" border="0"><\/a><\/TD>',
'	<\/TR>',
'	<TR>',
'		<TD>',
'			<a href="',s_path,'link/index.html"><IMG SRC="',s_path,'images\/fl4.gif" WIDTH=150 HEIGHT=29 ALT="" border="0"><\/a><\/TD>',
'	<\/TR>',
'	<TR>',
'		<TD>',
'			<IMG SRC="',s_path,'images\/fl7.gif" WIDTH=150 HEIGHT=32 ALT="" border="0"><\/TD>',
'	<\/TR>',
'<\/TABLE><\/TD>',
'		<TD>',
'			<TABLE WIDTH=256 BORDER=0 CELLPADDING=0 CELLSPACING=0>',
'	<TR>',
'		<TD>',
'			<IMG SRC="',s_path,'images\/fl8.gif" WIDTH=256 HEIGHT=148 ALT=""><\/TD>',
'	<\/TR>',
'	<TR>',
'		<TD>',
'			<TABLE WIDTH=256 BORDER=0 CELLPADDING=0 CELLSPACING=0>',
'	<TR>',
'		<TD>',
'			<a href="http://www.nihon-ir.co.jp/" target="_blank"><IMG SRC="',s_path,'images\/0_home_09.gif" WIDTH=77 HEIGHT=32 ALT="" border="0"><\/a><\/TD>',
'		<TD>',
'			<a href="',s_path,'search.html"><IMG SRC="',s_path,'images\/0_home_10.gif" WIDTH=83 HEIGHT=32 ALT="" border="0"><\/a><\/TD>',
'		<TD>',
'			<a href="mailto:shinohara@nihon-ir.co.jp"><IMG SRC="',s_path,'images\/0_home_11.gif" WIDTH=96 HEIGHT=32 ALT="" border="0"><\/a><\/TD>',
'	<\/TR>',
'<\/TABLE><\/TD>',
'	<\/TR>',
'<\/TABLE><\/TD>',
'	<\/TR>',
'<\/TABLE>');
}
// -->

function footer(i_root){
	/*i_root の数だけ上に行ったフォルダから画像などを見る*/
if (i_root == 2) {
	s_path="../../";
} else if (i_root == 1) {
	s_path="../";
} else {
	s_path = "";
}
	document.write('<TABLE WIDTH=766 BORDER=0 CELLPADDING=0 CELLSPACING=0>',
'	<TR>',
'		<TD background="',s_path,'images/botmen.gif" WIDTH=766 HEIGHT=27 valign="top">',
'		<div style="padding-left:19px;padding-top:8px">',
'<font class="footer" style="color:#FFFFFF"><strong><a href="',s_path,'index.html" style="color:#FFFFFF;text-decoration:none">HOME<\/a>    &nbsp;&nbsp;       <a href="',s_path,'method/index.html" style="color:#FFFFFF;text-decoration:none">篠原メソッド<\/a>     &nbsp;&nbsp;<a href="',s_path,'learning/index.html" style="color:#FFFFFF;text-decoration:none">商品紹介<\/a>      &nbsp;&nbsp;<a href="',s_path,'service/index.html" style="color:#FFFFFF;text-decoration:none">翻訳資産の活用<\/a>      &nbsp;&nbsp;     <a href="',s_path,'link/index.html" style="color:#FFFFFF;text-decoration:none">リンク<\/a><\/strong><\/font>',
'<\/div>',
'		  <\/TD>',
'	<\/TR>',
'	<TR>',
'		<TD background="images/copy.gif" WIDTH=766 HEIGHT=30 valign="top">',
'		<div style="padding-top:11;padding-left:20px"><font class="copy">Copyright &copy; 2006, Agosta / Nihon-ir  All rights reserved.<\/font><\/div>',
'		  <\/TD>',
'	<\/TR>',
'<\/TABLE>');
}

