<!--
htm = '<div id="commonmenu">';
htm += '<ul>';
htm += '<li id="commonmenu01"><a href="' + thisLevel + 'index.html">INDEX</a></li>';
htm += '<li id="commonmenu02"><a href="' + thisLevel + 'products/index.html">PRODUCTS</a></li>';
htm += '<li id="commonmenu03"><a href="' + thisLevel + 'technology/index.html">TECHNOLOGY</a></li>';
htm += '<li id="commonmenu04on"><a href="' + thisLevel + 'downloads/index.html">DOWNLOADS</a></li>';
htm += '<li id="commonmenu05"><a href="' + thisLevel + 'support/index.html">SUPPORT</a></li>';
htm += '<li id="commonmenu06"><a href="' + thisLevel + 'company_information/index.html">COMPANY INFORMATION</a></li>';
htm += '</ul>';
htm += '</div>';
document.write(htm);
//-->
