// JavaScript File
// Copyright(C) TOKO Inc, All Rights Reserved.
//
// 当スクリプトファイルの無断使用(無断コピーも含む)を禁止致します。

var menu="";

//var img_root="common/";
var img_root="/common/";

menu += '';
menu += '<table width="760" height="6" bgcolor="#ffffff" border="0" bordercolor="red" cellpadding="0" cellspacing="0">';
menu += '<tr height="5">';
menu += '<td bgcolor="#447777"></td>';
menu += '</tr>';
menu += '</table>';

menu += '<table width="744" height="42" bgcolor="#ffffff" border="0" bordercolor="blue" cellpadding="0" cellspacing="0">';

menu += '<tr height="18" class="R1">';
menu += '<td width="184" rowspan="2" valign="bottom"><a href="http://www.toko.co.jp/top/en/index.html"><img src="' + img_root + 'images/head/logo4.gif" border="0"></a></td>';
menu += '<td width="74" rowspan="2" valign="bottom" align="left"><img src="' + img_root + 'images/head/japan4.gif"></td>';
menu += '<td width="34" rowspan="2">&nbsp;</td>';
menu += '<td colspan="3" align="right" valign="middle"><img src="' + img_root + 'images/head/yaji_migi.gif">&nbsp;<a href="http://www.toko.co.jp/top/jp/index.html" class="L2">Japanese</a>&nbsp;&nbsp;<img src="' + img_root + 'images/head/yaji_migi.gif">&nbsp;<a href="http://www.toko.co.jp/top/en/index.html" class="L2">English</a>&nbsp;&nbsp;<img src="' + img_root + 'images/head/yaji_migi.gif">&nbsp;<a href="http://www.toko.co.jp/top/cn/index.html" class="L2">Chinese</a>&nbsp;&nbsp;';
menu += '<img src="' + img_root + 'images/head/san_migi.gif">&nbsp;<a href="http://www.toko.co.jp/header/globalsite/en/globalsite.html" class="L2">Global Site</a>&nbsp;&nbsp;<img src="' + img_root + 'images/head/san_migi.gif">&nbsp;<a href="http://www.toko.co.jp/header/sitemap/en/sitemap.html" class="L2">Site MAP</a></td>';
menu += '</tr>';

menu += '<tr height="24">';

menu += '<td width="178">&nbsp;</td>';
menu += '<td colspan="2" align="right">';
menu += '<form action="http://www.toko.co.jp/cgi/search/search_e.cgi" accept-charset="x-euc-jp" METHOD="POST" style="margin:0px;">';
menu += '<INPUT TYPE="hidden" NAME="set" VALUE="1">';
menu += '<INPUT TYPE="hidden" NAME="num" VALUE="10">';
menu += '<table height="20" cellspacing="0" cellpadding="0" border="0" bordercolor="red">';
menu += '<tr>';
menu += '<td><input type="text" NAME="query" SIZE="13">&nbsp;</td>';
menu += '<td><input type="image" src="' + img_root + 'images/head/search_e.gif" name="submit" alt="search"></td>';
menu += '</tr>';
menu += '</table>';
menu += '</form>';
menu += '</td>';
menu += '</tr>';
menu += '</table>';
menu += '</td>';
menu += '</tr>';

document.write(menu);

