/* ========================================================================
   << タブを表示する >>
======================================================================== */
brow = getBrowserName();
ver  = getBrowserVersion();
//url  = "/";
//url2  = "/";
url  = "http://www.bbsystem.co.jp/";
url2  = "https://wwws.bbsystem.co.jp/";

// FW_showMenu(window.fw_menu_x,X座標,Y座標)1
// * * * * * IE　バージョン5以上 * * * * *
if ( brow == "Explorer" && ver >= 5 ) {
	document.write ("<td bgcolor='#FFFFFF' width='1'><img src='" + url2 + "img/spacer.gif' width='1' height='12'></td>");
	document.write ("<td width='105' class='naviTxt'><a href='" + url + "solution/index.html' onmouseout='FW_startTimeout();' onmouseover='window.FW_showMenu(window.fw_menu_0,95,120);' onFocus='if(this.blur)this.blur()'><font color='FFFFFF'>ソリューション</font></a></td>");
	document.write ("<td bgcolor='#FFFFFF' width='1'><img src='" + url2 + "img/spacer.gif' width='1' height='12'></td>");
	document.write ("<td width='85' class='naviTxt'><a href='" + url + "product/index.html' onmouseout='FW_startTimeout();' onmouseover='window.FW_showMenu(window.fw_menu_1,200,120);' onFocus='if(this.blur)this.blur()'><font color='FFFFFF'>プロダクト</font></a></td>");
	document.write ("<td bgcolor='#FFFFFF' width='1'><img src='" + url2 + "img/spacer.gif' width='1' height='12'></td>");
	document.write ("<td width='85' class='naviTxt'><a href='" + url + "resource/index.html' onmouseout='FW_startTimeout();' onmouseover='window.FW_showMenu(window.fw_menu_2,280,120);' onFocus='if(this.blur)this.blur()'><font color='FFFFFF'>サポート</font></a></td>");
	document.write ("<td bgcolor='#FFFFFF' width='1'><img src='" + url2 + "img/spacer.gif' width='1' height='12'></td>");
	document.write ("<td width='85' class='naviTxt'><a href='" + url + "company/index.html' onmouseout='FW_startTimeout();' onmouseover='window.FW_showMenu(window.fw_menu_3,370,120);' onFocus='if(this.blur)this.blur()'><font color='FFFFFF'>会社案内</font></a></td>");
	document.write ("<td bgcolor='#FFFFFF' width='1'><img src='" + url2 + "img/spacer.gif' width='1' height='12'></td>");
	document.write ("<td width='85' class='naviTxt'><a href='" + url + "recruit/index.html' onmouseout='FW_startTimeout();' onmouseover='window.FW_showMenu(window.fw_menu_4,460,120);' onFocus='if(this.blur)this.blur()'><font color='FFFFFF'>採用情報</font></a></td>");
	document.write ("<td bgcolor='#FFFFFF' width='1'><img src='" + url2 + "img/spacer.gif' width='1' height='12'></td>");
	document.write ("<td width='85' class='naviTxt'><a href='" + url + "partner/index.html' onFocus='if(this.blur)this.blur()'><font color='FFFFFF'>パートナー</font></a></td>");
	document.write ("<td bgcolor='#FFFFFF' width='1'><img src='" + url2 + "img/spacer.gif' width='1' height='12'></td>");
// FW_showMenu(window.fw_menu_x,X座標,Y座標)
// * * * * * NN バージョン6以上 * * * * *
} else if ( brow == "Netscape" && ver == 6 ) {
	document.write ("<td bgcolor='#FFFFFF' width='1'><img src='" + url2 + "img/spacer.gif' width='1' height='12'></td>");
	document.write ("<td width='105' class='naviTxt'><a href='" + url + "solution/index.html' onmouseout='FW_startTimeout();' onmouseover='window.FW_showMenu(window.fw_menu_0,100,117);'><font color='FFFFFF'>ソリューション</font></a></td>");
	document.write ("<td bgcolor='#FFFFFF' width='1'><img src='" + url2 + "img/spacer.gif' width='1' height='12'></td>");
	document.write ("<td width='85' class='naviTxt'><a href='" + url + "product/index.html' onmouseout='FW_startTimeout();' onmouseover='window.FW_showMenu(window.fw_menu_1,210,117);'><font color='FFFFFF'>プロダクト</font></a></td>");
	document.write ("<td bgcolor='#FFFFFF' width='1'><img src='" + url2 + "img/spacer.gif' width='1' height='12'></td>");
	document.write ("<td width='85' class='naviTxt'><a href='" + url + "resource/index.html' onmouseout='FW_startTimeout();' onmouseover='window.FW_showMenu(window.fw_menu_2,300,117);'><font color='FFFFFF'>サポート</font></a></td>");
	document.write ("<td bgcolor='#FFFFFF' width='1'><img src='" + url2 + "img/spacer.gif' width='1' height='12'></td>");
	document.write ("<td width='85' class='naviTxt'><a href='" + url + "company/index.html' onmouseout='FW_startTimeout();' onmouseover='window.FW_showMenu(window.fw_menu_3,380,117);'><font color='FFFFFF'>会社案内</font></a></td>");
	document.write ("<td bgcolor='#FFFFFF' width='1'><img src='" + url2 + "img/spacer.gif' width='1' height='12'></td>");
	document.write ("<td width='85' class='naviTxt'><a href='" + url + "recruit/index.html' onmouseout='FW_startTimeout();' onmouseover='window.FW_showMenu(window.fw_menu_4,470,117);'><font color='FFFFFF'>採用情報</font></a></td>");
	document.write ("<td bgcolor='#FFFFFF' width='1'><img src='" + url2 + "img/spacer.gif' width='1' height='12'></td>");
	document.write ("<td width='85' class='naviTxt'><a href='" + url + "partner/index.html' ><font color='FFFFFF'>パートナー</font></a></td>");
	document.write ("<td bgcolor='#FFFFFF' width='1'><img src='" + url2 + "img/spacer.gif' width='1' height='12'></td>");
// FW_showMenu(window.fw_menu_x,X座標,Y座標)
// * * * * * NN バージョン7.1以上 * * * * *
} else if ( brow == "Netscape" && ver >= 7 ) {
	document.write ("<td bgcolor='#FFFFFF' width='1'><img src='" + url2 + "img/spacer.gif' width='1' height='12'></td>");
	document.write ("<td width='105' class='naviTxt'><a href='" + url + "solution/index.html' onmouseout='FW_startTimeout();' onmouseover='window.FW_showMenu(window.fw_menu_0,93,116);'><font color='FFFFFF'>ソリューション</font></a></td>");
	document.write ("<td bgcolor='#FFFFFF' width='1'><img src='" + url2 + "img/spacer.gif' width='1' height='12'></td>");
	document.write ("<td width='85' class='naviTxt'><a href='" + url + "product/index.html' onmouseout='FW_startTimeout();' onmouseover='window.FW_showMenu(window.fw_menu_1,198,116);'><font color='FFFFFF'>プロダクト</font></a></td>");
	document.write ("<td bgcolor='#FFFFFF' width='1'><img src='" + url2 + "img/spacer.gif' width='1' height='12'></td>");
	document.write ("<td width='85' class='naviTxt'><a href='" + url + "resource/index.html' onmouseout='FW_startTimeout();' onmouseover='window.FW_showMenu(window.fw_menu_2,288,116);'><font color='FFFFFF'>サポート</font></a></td>");
	document.write ("<td bgcolor='#FFFFFF' width='1'><img src='" + url2 + "img/spacer.gif' width='1' height='12'></td>");
	document.write ("<td width='85' class='naviTxt'><a href='" + url + "company/index.html' onmouseout='FW_startTimeout();' onmouseover='window.FW_showMenu(window.fw_menu_3,368,116);'><font color='FFFFFF'>会社案内</font></a></td>");
	document.write ("<td bgcolor='#FFFFFF' width='1'><img src='" + url2 + "img/spacer.gif' width='1' height='12'></td>");
	document.write ("<td width='85' class='naviTxt'><a href='" + url + "recruit/index.html' onmouseout='FW_startTimeout();' onmouseover='window.FW_showMenu(window.fw_menu_4,456,116);'><font color='FFFFFF'>採用情報</font></a></td>");
	document.write ("<td bgcolor='#FFFFFF' width='1'><img src='" + url2 + "img/spacer.gif' width='1' height='12'></td>");
	document.write ("<td width='85' class='naviTxt'><a href='" + url + "partner/index.html' ><font color='FFFFFF'>パートナー</font></a></td>");
	document.write ("<td bgcolor='#FFFFFF' width='1'><img src='" + url2 + "img/spacer.gif' width='1' height='12'></td>");
// * * * * * それ以外 * * * * *
} else {
	document.write ("<td bgcolor='#FFFFFF' width='1'><img src='" + url2 + "img/spacer.gif' width='1' height='12'></td>");
	document.write ("<td width='105' class='naviTxt'><a href='" + url + "solution/index.html' onFocus='if(this.blur)this.blur()'><font color='FFFFFF'>ソリューション</font></a></td>");
	document.write ("<td bgcolor='#FFFFFF' width='1'><img src='" + url2 + "img/spacer.gif' width='1' height='12'></td>");
	document.write ("<td width='85' class='naviTxt'><a href='" + url + "product/index.html' onFocus='if(this.blur)this.blur()'><font color='FFFFFF'>プロダクト</font></a></td>");
	document.write ("<td bgcolor='#FFFFFF' width='1'><img src='" + url2 + "img/spacer.gif' width='1' height='12'></td>");
	document.write ("<td width='85' class='naviTxt'><a href='" + url + "resource/index.html' onFocus='if(this.blur)this.blur()'><font color='FFFFFF'>サポート</font></a></td>");
	document.write ("<td bgcolor='#FFFFFF' width='1'><img src='" + url2 + "img/spacer.gif' width='1' height='12'></td>");
	document.write ("<td width='85' class='naviTxt'><a href='" + url + "company/index.html' onFocus='if(this.blur)this.blur()'><font color='FFFFFF'>会社案内</font></a></td>");
	document.write ("<td bgcolor='#FFFFFF' width='1'><img src='" + url2 + "img/spacer.gif' width='1' height='12'></td>");
	document.write ("<td width='85' class='naviTxt'><a href='" + url + "recruit/index.html' onFocus='if(this.blur)this.blur()'><font color='FFFFFF'>採用情報</font></a></td>");
	document.write ("<td bgcolor='#FFFFFF' width='1'><img src='" + url2 + "img/spacer.gif' width='1' height='12'></td>");
	document.write ("<td width='85' class='naviTxt'><a href='" + url + "partner/index.html' onFocus='if(this.blur)this.blur()'><font color='FFFFFF'>パートナー</font></a></td>");
	document.write ("<td bgcolor='#FFFFFF' width='1'><img src='" + url2 + "img/spacer.gif' width='1' height='12'></td>");
}