
function writeMenu( mode ){
// 右メニュー
if( mode == "right" ) {
document.write('<div class="rightbox">');

//-----------------------------------
document.write('<div id="search">');
document.write('<h4 class="search" title="製品サーチ"><span>製品サーチ</span></h4>');
document.write('<form name="form1">');
document.write('<select name="menu1" onChange="jumpMenu(\'parent\',this,0)">');
document.write('<option selected>▼選択してください</option>');
document.write('<option value="http://www.zeonkasei.co.jp/product/c/index.html#1">サンダム ラインナップ</option>');
document.write('<option value="http://www.zeonkasei.co.jp/product/c/intro.html">ゼオン サイディング</option>');
document.write('<option value="http://www.zeonkasei.co.jp/product/p/01.html">ライフェルシート</option>');
document.write('<option value="http://www.zeonkasei.co.jp/product/m/b.html">ゼオン コンパウンド</option>');
document.write('<option value="http://www.zeonkasei.co.jp/product/i/01.html">ゼオン ALシート</option>');
document.write('<option value="http://www.zeonkasei.co.jp/product/i/03.html">高機能フィルム</option>');
document.write('<option value="http://www.zeonkasei.co.jp/product/d/01.html">消臭剤　ゼオンクリーン</option>');
document.write('<option value="http://www.zeonkasei.co.jp/product/d/03.html">光触媒関連製品</option>');
document.write('</select>');
document.write('</form>');
document.write('<p><span>メニューを選択すると製品の詳細ページへジャンプします</span></p>');
document.write('<h4 class="sitesearch" title="サイト内検索"><img src="/common/000073931.gif" width="130" height="24" style="margin-top:10px;"></h4>');
document.write('<table cellspacing="0" cellpadding="0" border="0" summary="サイト内検索用">');
document.write('<tr>');
document.write('<link rel="alternate" type="application/rss+xml" title="ゼオン化成株式会社 | RSS Result" href="http://bizsearch-asp.accelatech.com/bizasp/index.php?a=ANRS001&corpId=atc080026">');
document.write('<form name="AccelaBizSearchASPForm" action="http://bizsearch-asp.accelatech.com/bizasp/index.php" method="GET" target="new">');
document.write('<td style="padding-left:5px;">');
document.write('<input type="text" name="q" value="" size="20"> </td>');
document.write('<td style="padding-left:5px;" valign="middle">');
document.write('<input type="image" border="0" name="Search_Execute" src="/common/000073865.gif" alt="検索" class="searchbutton"></td>');
document.write('</tr><tr><td colspan="2">');
document.write('<input type="hidden" name="corpId" value="atc080026">');
document.write('<input type="hidden" name="en" value="0">');
document.write('</td></form></tr></table>');
document.write('<img src="/common/000074513.gif" width="135" height="24" style="margin-bottom:5px;" alt="このサイト内を入力されたキーワードで検索します"><p class="bottomimg"><span></span></p></div>');
//-----------------------------------
document.write('<div class="accela">Powered by <a href="http://www.accelatech.com/" target="_blank">Accela BizSearch</a></div>');
//-----------------------------------
document.write('<hr>');
//-----------------------------------
document.write('<div class="bannerarea">');
document.write('<h4 class="prodinfo" title="Pick Up! 製品情報"><span>Pick Up! 製品情報</span></h4>');
document.write('<a href="http://www.zeonkasei.co.jp/product/p/01.html"><img src="/common/000074099.jpg" width="157" height="57" alt="ライフェルシート"></a>');
document.write('<a href=""><img src="/common/000074493.gif" width="157" height="57" alt="ゼオンサイディング"></a>');
document.write('<a href="http://www.zeonkasei.co.jp/product/c/index.html"><img src="/common/000073780.gif" width="157" height="57" alt="サンダム"></a>');
document.write('<a href="http://www.zeon-stec.co.jp/"><img src="/common/000204914.gif" width="157" height="57" alt="ステック"></a>');
document.write('</div>');
//-----------------------------------
document.write('<div class="bannerarea">');
document.write('<h4 class="compinfo" title="関連会社"><span>関連会社</span></h4>');
document.write('<a href="http://www.zeon.co.jp/" target="_blank"><img src="/common/000072871.gif" width="157" height="57" alt="日本ゼオン"></a>');
document.write('<a href="http://www.fureai.or.jp/~izc/" target="_blank"><img src="/common/000073781.gif" width="157" height="57" alt="茨城ゼオン化成"></a>');
document.write('</div>');
//-----------------------------------
document.write('</div>');
document.write('<!--<hr><img src="/common/000072885.gif" width="147" height="100" alt="JETの審査によるISO14001を認証取得しました。" class="iso">-->');
//-----------------------------------
document.write('<hr>');
//-----------------------------------
document.write('<br class="clbb">');
document.write('</div>');
}
}
