function ft()
{
var rtn_value = true;
document.open();
document.write("<table width=\"725\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.write("<tr><td height=\"10\">&nbsp;</td></tr>");
document.write("<tr><td class=\"grbg01\"><IMG src=\"/images/spacer.gif\" width=\"1\" height=\"1\" alt=\"\"></td></tr>");
document.write("<tr><td height=\"35\" align=\"left\"><span class=\"f10\"><a href=\"/english/site/notice.html\">Disclaimer</a> | ");
document.write("<a href=\"/english/site/right.html\">Terms of Use</a> | <a href=\"/english/site/security.html\">Personal Data Protection Statement</a> | ");
document.write("<a href=\"/english/site/privacy.html\">Privacy Policy</a> | ");
document.write("<a href=\"/english/site/declaration.html\">Declaration of Information Security Measures</a> | ");
document.write("<a href=\"/english/site/feedback.html\">Inquiry</a></span></td></tr>");
document.write("<tr><td align=\"left\"><img src=\"/images/copyright.gif\" alt=\"Copyright(c) Nomura Research Institute, Ltd. All rights reserved.\" width=\"300\" height=\"20\" border=\"0\"></td></tr>");
document.write("</table>");
document.close();
return rtn_value;
}