<!--
// ::::::::::::::: Footer for Print
str = location.search;
str = str.substring(1,str.length);
if (str == "print") {
	document.write('<table width="610" border="0" cellpadding="0" cellspacing="0">');
	document.write('<tr><td bgcolor="#999999" height="1"><img src="/comimg_e/spacer.gif" border="0" width="1" height="1" alt=""></td></tr>');
	document.write('</table>');
	document.write('<table width="610" border="0" cellpadding="0" cellspacing="3">');
	document.write('<tr align="right" valign="middle">');
	document.write('<td nowrap class="ftr002">Copyright(c) 1996-2010 TDK Corporation. All rights reserved.</td>');
	document.write('</tr>');
	document.write('</table>');
}
//-->
