<!--
htm = '<div id="foot">';
htm += '<div id="footcopy"><img src="' + thisLevel + 'shared/img/i_copyright.jpg" alt="Copyright (c) Onkyo Sound & Vision Corporation. All rights reserved." /></div>';
htm += '<div id="btfoot">';
htm += '<ul>';
htm += '<li id="btfoot01"><a href="' + thisLevel + 'sitemap/index.html">SITEMAP</a></li>';
htm += '<li id="btfoot02"><a href="' + thisLevel + 'privacy_policy/index.html">PRIVACY POLICY</a></li>';
htm += '<li id="btfoot03"><a href="' + thisLevel + 'legal_notice/index.html">LEGAL NOTICE</a></li>';
htm += '</ul>';
htm += '</div>';
htm += '<div class="clear"></div>';
htm += '</div>';
document.write(htm);
//-->
