function credit01(){
	var hiduke=new Date();
	var d=hiduke.getFullYear();

	document.write("<div style='font-size: 14px ; line-height: 15px'>"
+ "三晶技研株式会社</div>");
	document.write("<div style='font-size: 11px ; line-height: 15px'>"
+ "<a href='http://www.sanshogiken.co.jp/index.html'>"
+ "http://www.sanshogiken.co.jp</a></div>");
	document.write("<div style='font-family: Arial; font-size: 11px ; line-height: 15px'>"
+ " Copyright(C) "+d+" Sansho Giken Co., Ltd. All rights reserved.&nbsp;</div>");

	return "&nbsp";
}

function credit02(hpinfo02){
	var hiduke=new Date();
	var d=hiduke.getFullYear();

	var hposi;

if(hpinfo02 < 0){	hposi = ""; }
else if(hpinfo02 == 1){ hposi = "../";		}
else if(hpinfo02 == 2){ hposi = "../../";	}

document.write("<table width='573' cellspacing='0' cellpadding='0' border='0'>"
+ "<tr>"
+ "<td width='253' height='40'><img src='"
+ hposi + "common/spacer.gif' width='240' height='40'></td>"
+ "<td width='130' align='left' valign='top' class='sbn'>三晶技研株式会社</td>"

+ "<td width='190' align='left' valign='top' class='sssn'>"
+ "<div class='sssn'>ホームページ：<a href='"
+ hposi + "../index.html' target='_top'>www.sanshogiken.co.jp/</a></div>"
+ "<a href='" + hposi + "mailform.html'>"
+ "<img src='" + hposi + "common/mail.gif' width='19' height='12' border='0' vspace='3' align='left'>&nbsp;お問合せフォーム</a></td>"
+ "</tr>"

+ "<tr>"
+ "<td height='13' colspan='3' align='right' valign='top' bgcolor='#1d19b9'>"
+ "<font color='#7fffff'>"
+ "<div style='font-size: 9px ; line-height: 10px;  font-family: Verdana, Arial, Helvetica;'>"
+ " Copyright(C) 1998-"+d+" Sansho Giken Co., Ltd. All rights reserved.&nbsp;&nbsp;</div></font></td>"
+ "</tr>"
+ "</table>");

}


function credit03(hpinfo){
	var hiduke=new Date();
	var d=hiduke.getFullYear();

	var hposi;

if(hpinfo < 1){	hposi = ""; }
else if(hpinfo == 1){ hposi = "../";		}
else if(hpinfo == 2){ hposi = "../../";	}

document.write("<table width='620' cellspacing='0' cellpadding='0' border='0'>"
+ "<tr>"
+ "<td width='260' height='40'><img src='"
+ hposi + "common/spacer.gif' width='240' height='40'></td>"
+ "<td width='130' align='left' valign='top' class='sbn'>三晶技研株式会社</td>"

+ "<td width='190' align='left' valign='top' class='sssn'>"
+ "<div class='sssn'>ホームページ：<a href='"
+ hposi + "../index.html' target='_top'>www.sanshogiken.co.jp/</a></div>"
+ "<a href='" + hposi + "mailform.html'>"
+ "<img src='" + hposi + "common/mail.gif' width='19' height='12' border='0' vspace='3' align='left'>&nbsp;お問合せフォーム</a></td>"
+ "<td width='40'><img src='" + hposi + "common/spacer.gif' width='20' height='10'></td>"
+ "</tr>"

+ "<tr>"
+ "<td height='13' colspan='3' align='right' valign='top' bgcolor='#1d19b9'>"
+ "<font color='#7fffff'>"
+ "<div style='font-size: 9px ; line-height: 10px;  font-family: Verdana, Arial, Helvetica;'>"
+ " Copyright(C) 1998-"+d+" Sansho Giken Co., Ltd. All rights reserved.&nbsp;&nbsp;</div></font></td>"
+ "<td bgcolor='#1d19b9'><img src='" + hposi + "common/spacer.gif' width='20' height='10'></td>"
+ "</tr>"
+ "</table>");

}


function credit04(){
	var hiduke=new Date();
	var d=hiduke.getFullYear();

document.write("<table width='580' cellspacing='0' cellpadding='0' border='0'>"
+ "<tr>"
+ "<td height='13' colspan='3' align='right' valign='top' bgcolor='#1d19b9'>"
+ "<font color='#7fffff'>"
+ "<div style='font-size: 9px ; line-height: 10px;  font-family: Verdana, Arial, Helvetica;'>"
+ " Copyright(C) 1998-"+d+" Sansho Giken Co., Ltd. All rights reserved.&nbsp;&nbsp;</div></font></td>"
+ "</tr>"
+ "</table>");
}

