function setImage(iName,str)	{

	document.images[iName].src = str;

}


function setCopyright()	{

document.write("<td></td>");
document.write("</tr>");
document.write("</table>");

document.write("<table border=0 cellpadding=0 cellspacing=0 class=main_table5 align=center>");
document.write("<tr>");
document.write("<td colspan=6><img src=image/spacer.gif width=780 height=1></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td colspan=3><img src=image/spacer.gif width=1 height=20></td>");
document.write("</tr>");

document.write("<tr>");
document.write("<td colspan=3 align=center style=background-color:#DFDEF9;>");
document.write("西田工業株式会社　〒438-0201　静岡県磐田市竜洋中島101-1　TEL:0538-66-4946　E-mail:<a href=mailto:info@nishida-k.com>info@nishida-k.com</a>");
document.write("</td>");
document.write("</tr>");
document.write("<tr style='text-align:center; vertical-align:bottom'>");
document.write("<td colspan=3 height=20 style='font-family:Arial; font-size:8pt;'>");
document.write("&copy; Nishida Kogyo Inc. 2002-2009. All rights reserved.");
document.write("</td>");
document.write("</tr>");
document.write("</table>");
document.write("</td></tr>");
document.write("</table>");


}


