// ---------------------------------------------------------------------------
//　E-tariner日替わりコンテンツのフッタ
// ---------------------------------------------------------------------------
//	プログラム名:	week_footer.js
//	作成者:			Nakashima
//	更新履歴
//		2006/03/14	Nakashima	フッタを一括修正するための共通化
//		2006/03/28	Nakashima	社名変更
//		2007/01/09	加藤	フッタの年号を変更
//		2010/01/09	Nakashima	フッタの年号を変更
//
// ---------------------------------------------------------------------------
//
//┌─────────────────────────────────────
// インジェクションの基礎 目次
function footer_mkiso_1() {
	footer ='<p></p><hr>'
		  + "<p class='footer-copyr'>All rights reserved, Copyright(C) 1998-2010 " 
		  + 'NTT DATA ENGINEERING SYSTEMS CORPORATION </p>'
		  + '<p></p>'
		  + "<img src='../../../../../img/logo_jp_s.gif' border='0' width='317' height='17' align='right'>"

	//書き出し
	document.write( footer );
}
//
// インジェクションの基礎　内容
function footer_mkiso_2() {
	footer ='<p></p><hr>'
		  + "<p class='footer-copyr'>All rights reserved, Copyright(C) 1998-2010 " 
		  + 'NTT DATA ENGINEERING SYSTEMS CORPORATION </p>'

	//書き出し
	document.write( footer );
}
//
//┌─────────────────────────────────────
// インジェクションの設計1　目次
function footer_msekkei_1() {
	footer ='<hr>'
		  + "<p class='footer-copyr'>All rights reserved, Copyright(C) 2000-2010 " 
		  + 'NTT DATA ENGINEERING SYSTEMS CORPORATION </p>'
		  + "<img src='../../../../../img/logo_jp_s.gif' border='0' width='317' height='17' align='right'>"

	//書き出し
	document.write( footer );
}
//
// インジェクションの設計1　内容
function footer_msekkei_2() {
	footer ='<hr>'
		  + "<p class='footer-copyr'>All rights reserved, Copyright(C) 2000-2010 " 
		  + 'NTT DATA ENGINEERING SYSTEMS CORPORATION </p>'

	//書き出し
	document.write( footer );
}
//
//┌─────────────────────────────────────
// インジェクションの設計2　目次
function footer_msekkei2_1() {
	footer ='<p></p><hr>'
		  + "<p class='footer-copyr'>All rights reserved, Copyright(C) 2003-2010 " 
		  + 'NTT DATA ENGINEERING SYSTEMS CORPORATION </p>'
		  + "<img src='../../../../../img/logo_jp_s.gif' border='0' width='317' height='17' align='right'>"

	//書き出し
	document.write( footer );
}
//
// インジェクションの設計2　内容
function footer_msekkei2_2() {
	footer ='<p></p><hr>'
		  + "<p class='footer-copyr'>All rights reserved, Copyright(C) 2003-2010 " 
		  + 'NTT DATA ENGINEERING SYSTEMS CORPORATION </p>'

	//書き出し
	document.write( footer );
}
//
//┌─────────────────────────────────────
// プレスの基礎　目次
function footer_pkiso_1() {
	footer ='<p></p><hr>'
		  + "<p class='footer-copyr'>All rights reserved, Copyright(C) 2003-2010 " 
		  + 'NTT DATA ENGINEERING SYSTEMS CORPORATION </p>'
		  + "<img src='../../../../../img/logo_jp_s.gif' border='0' width='317' height='17' align='right'>"

	//書き出し
	document.write( footer );
}
//
// プレスの基礎　内容
function footer_pkiso_2() {
	footer ='<p></p><hr>'
		  + "<p class='footer-copyr'>All rights reserved, Copyright(C) 2003-2010 " 
		  + 'NTT DATA ENGINEERING SYSTEMS CORPORATION </p>'

	//書き出し
	document.write( footer );
}
//
//┌─────────────────────────────────────
// Basic of Injection Molding　目次
function footer_mkiso_e_1() {
	footer ='<p></p><hr>'
		  + "<p class='footer-copyr'>All rights reserved, Copyright(C) 1998-2010 " 
		  + 'NTT DATA ENGINEERING SYSTEMS CORPORATION </p>'
		  + "<img src='../../../../../img/logo_en_s.gif' border='0' width='328' height='17' align='right'>"

	//書き出し
	document.write( footer );
}
//
// Basic of Injection Molding　内容
function footer_mkiso_e_2() {
	footer ='<p></p><hr>'
		  + "<p class='footer-copyr'>All rights reserved, Copyright(C) 1998-2010 " 
		  + 'NTT DATA ENGINEERING SYSTEMS CORPORATION </p>'

	//書き出し
	document.write( footer );
}


