/*  プルダウン用初期設定 */
//初期化CPflag=0;macie=0;
//メニューID及びセレクタ　配列変数値+_mnがプルダウン用、+_tがトップ用allMenusT=new Array('news','products','service','support','about');
allMenus = new Array;for (i=0;i<allMenusT.length;i++){	allMenus[i]=allMenusT[i]+'_mn';}
/* メニュー部設定 */
//セル横幅mnWidth = 77;
//テーブルヘッダhtmlSTRS = '<img src="http://www.keynus.co.jp/index.files/00.gif" width="400" height="1"><br><table border="0" cellpadding="0" cellspacing="0"><tr>';
//メニュー用テーブルセルデータ//{n1}はメニューID {n2}はメニュー項目 {n3}はリンク先menuSRC = '<td height=\"16\"><img src=\"http://www.keynus.co.jp/index.files/menu_button.gif\" width=\"15\" height=\"15\" border=\"0\" name=\"menu_{n1}\"></td>';menuSRC += '<td height=\"16\" onmouseover=\"showHideLayers(\'{n1}\')\" onclick=\"document.location.href=\'{n1}/\'\" onmouseout=\"hideMenu()\">';menuSRC += '<div id=\"{n1}_t\" name=\"{n1}_t\" style=\"position:relative; top:0px;\">';menuSRC += '<font face=\"Verdana, Arial, Helvetica, sans-serif\" class=\"nine\">';menuSRC += '<a onmouseover=\"showHideLayers(\'{n1}\');MM_swapImage(\'menu_{n1}\',\'\',\'http://www.keynus.co.jp/index.files/menu_button_sw.gif\',1)\" onmouseout=\"hideMenu();MM_swapImgRestore()\" href=\"{n3}\" class=\"unon_skyb\">{n2}</a></font>';menuSRC += '</div>';menuSRC += '</td>';// リンク無効メニュー用テーブルセルデータ// {n1}はメニューID {n2}はメニュー項目// 修正日：2003.07.07 K.S.menuSRC2 = '<td height=\"16\"><img src=\"http://www.keynus.co.jp/index.files/menu_button.gif\" width=\"15\" height=\"15\" border=\"0\" name=\"menu_{n1}\"></td>';menuSRC2 += '<td height=\"16\" onmouseover=\"showHideLayers(\'{n1}\')\" onmouseout=\"hideMenu()\">';menuSRC2 += '<div id=\"{n1}_t\" name=\"{n1}_t\" style=\"position:relative; top:0px;\">';menuSRC2 += '<font face=\"Verdana, Arial, Helvetica, sans-serif\" color="ffffff" class=\"nine\">';menuSRC2 += '<a onmouseover=\"showHideLayers(\'{n1}\');MM_swapImage(\'menu_{n1}\',\'\',\'http://www.keynus.co.jp/index.files/menu_button_sw.gif\',1)\" onmouseout=\"hideMenu();MM_swapImgRestore()\" class=\"unon_skyb\">{n2}</a></font>';menuSRC2 += '</div>';menuSRC2 += '</td>';

//スペース用セルhtmlSTRTE = '<td height="16"><img src="http://www.keynus.co.jp/index.files/00.gif" width="3" height="3"></td>';
//テーブルフッタhtmlSTRE = '<td height="16">　</td> <td height="16">　</td> <td height="16">　</td> </tr></table>';
/* プルダウン部設定 */
//メニューleftオフセット値補正 左寄せしたい場合などにoffstLX=0;
//メニュー選択時の色actCOLOR = '#FFCDA5';
//メニュー位置を補正するか、下記値で固定するか→1で固定posFixed=0;
//各メニューの横間隔baseMenuW=78;
//メニューを配置する横位置（Window左端より）startbaseMenu=326;
//メニューを配置する縦位置（Window上端より）menuT=94;
//プルダウンメニューのwidthmenuW=198;
//プルダウンメニューの数menuNM=5;
//プルダウンメニューデータ 1行１メニュー 「:::」で一つのメニューの区切り//一行 = メニューID , メニュー項目値 , リンク先URL , リンクフラグ + 改行 ('\r\n')menuSTR = 'news,一般・商品情報,http://www.keynus.co.jp/news/index.html,true' + '\r\n';menuSTR += 'news,プレスリリース,http://www.keynus.co.jp/news/press/index.html,true' + '\r\n';menuSTR += ':::' + '\r\n';
menuSTR += 'products,プロダクト・トップページ,http://www.keynus.co.jp/products/,false' + '\r\n';menuSTR += 'products,---' + '\r\n';menuSTR += 'products,ShareWare,http://www.keynus.co.jp/products/shareware.html,false' + '\r\n';menuSTR += 'products,FreeWare,http://www.keynus.co.jp/products/freeware.html,false' + '\r\n';menuSTR += ':::' + '\r\n';
menuSTR += 'service,サービス・トップページ,http://www.keynus.co.jp/service/,false' + '\r\n';menuSTR += 'service,---' + '\r\n';menuSTR += 'service,SE/Programmers,http://www.keynus.co.jp/service/se.html,false' + '\r\n';menuSTR += 'service,価格,http://www.keynus.co.jp/service/price.html,false' + '\r\n';menuSTR += ':::' + '\r\n';
menuSTR += 'support,お問合せ先一覧,http://www.keynus.co.jp/contact/,true' + '\r\n';menuSTR += 'support,---' + '\r\n';menuSTR += 'support,FAQ,/FAQ/,false' + '\r\n';menuSTR += 'support,FAQ目的別インデックス,/FAQ/reverse/index.html,false' + '\r\n';menuSTR += 'support,---' + '\r\n';menuSTR += 'support,お客様専用サポートページへ,http://www.keynus.co.jp/support_index.html,false' + '\r\n';menuSTR += 'support,障害情報,http://www.keynus.co.jp/usersup/info/notice/index.cgi?type=0,false' + '\r\n';menuSTR += 'support,サポートFAQ,http://www.keynus.co.jp/usersup/faq/index.html,false' + '\r\n';menuSTR += ':::' + '\r\n';
menuSTR += 'about,事務所一覧,http://www.keynus.co.jp/contact/index.html,true' + '\r\n';menuSTR += 'about,会社概要,http://www.keynus.co.jp/contact/profile.html,true' + '\r\n';menuSTR += 'about,---' + '\r\n';menuSTR += 'about,人材募集,http://www.keynus.co.jp/job/index.html,false' + '\r\n';menuSTR += 'about,---' + '\r\n';menuSTR += 'about,イントラ,http://intra.keynus.co.jp/intra/index.html,true' + '\r\n';menuSTR += 'about,WebMail,http://intra.keynus.co.jp/webmail/,true' + '\r\n';menuSTR += 'about,---' + '\r\n';menuSTR += 'about,サイトマップ,/help/sitemap.html,true' + '\r\n';
//メニュー項目データ//メニューID , メニュー項目値(画像URL) , リンク先URL, リンクフラグ// 修正日：2003.07.07 K.S. リンクフラグ追加rootSTR  = 'news,お知らせ,http://www.keynus.co.jp/news/index.html,true' + '\r\n';rootSTR += 'products,プロダクト,http://www.keynus.co.jp/products/index.html,false' + '\r\n';rootSTR += 'service,サービス,http://www.keynus.co.jp/service/index.html,false' + '\r\n';rootSTR += 'support,サポート,http://www.keynus.co.jp/support_index.html,false' + '\r\n';rootSTR += 'about,キーナスについて,/contact/index.html,true' + '\r\n';


//非対応ブラウザ用メニューテーブルoldmenu  = '<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr>';oldmenu += '<td height=\"16\"><img src=\"http://www.keynus.co.jp/index.files/menu_button.gif\" width=\"15\" height=\"15\" border=\"0\" name=\"menu_news\"></td>';oldmenu += '<td height=\"16\"><font face=\"Verdana, Arial, Helvetica, sans-serif\" class=\"nine\"><a href=\"/news/index.html\" class=\"unon_skyb\" onMouseOver=\"MM_swapImage(\'menu_news\',\'\',\'http://www.keynus.co.jp/index.files/menu_button_sw.gif\',1)\" onMouseOut=\"MM_swapImgRestore()\">News</a></font></td>';oldmenu += '<td height=\"16\"><img src=\"http://www.keynus.co.jp/index.files/00.gif\" width=\"3\" height=\"3\"></td>';oldmenu += '<td height=\"16\"><img src=\"http://www.keynus.co.jp/index.files/menu_button.gif\" width=\"15\" height=\"15\" border=\"0\" name=\"menu_service\"></td>';// oldmenu += '<td height=\"16\"><font face=\"Verdana, Arial, Helvetica, sans-serif\" class=\"nine\"><a href=\"http://www.keynus.co.jp/service/eEgg79/index.html\" class=\"unon_skyb\" onMouseOver=\"MM_swapImage(\'menu_service\',\'\',\'http://www.keynus.co.jp/index.files/menu_button_sw.gif\',1)\" onMouseOut=\"MM_swapImgRestore()\">Service</a></font></td>';oldmenu += '<td height=\"16\"><font face=\"Verdana, Arial, Helvetica, sans-serif\" color=\"#ffffff\" class=\"nine\">Service</font></td>';oldmenu += '<td height=\"16\"><img src=\"http://www.keynus.co.jp/index.files/00.gif\" width=\"3\" height=\"3\"></td>';oldmenu += '<td height=\"16\"><img src=\"http://www.keynus.co.jp/index.files/menu_button.gif\" width=\"15\" height=\"15\" border=\"0\" name=\"menu_order\"></td>';// oldmenu += '<td height=\"16\"><font face=\"Verdana, Arial, Helvetica, sans-serif\" class=\"nine\"><a href=\"http://www.keynus.co.jp/order/index.html\" class=\"unon_skyb\" onMouseOver=\"MM_swapImage(\'menu_order\',\'\',\'http://www.keynus.co.jp/index.files/menu_button_sw.gif\',1)\" onMouseOut=\"MM_swapImgRestore()\">Order</a></font></td>';oldmenu += '<td height=\"16\"><font face=\"Verdana, Arial, Helvetica, sans-serif\" color=\"#ffffff\" class=\"nine\">Order</font></td>';oldmenu += '<td height=\"16\"><img src=\"http://www.keynus.co.jp/index.files/00.gif\" width=\"3\" height=\"3\"></td>';oldmenu += '<td height=\"16\"><img src=\"http://www.keynus.co.jp/index.files/menu_button.gif\" width=\"15\" height=\"15\" border=\"0\" name=\"menu_support\"></td>';// oldmenu += '<td height=\"16\"><font face=\"Verdana, Arial, Helvetica, sans-serif\" class=\"nine\"><a href=\"http://www.keynus.co.jp/support_index.html\" class=\"unon_skyb\" onMouseOver=\"MM_swapImage(\'menu_support\',\'\',\'http://www.keynus.co.jp/index.files/menu_button_sw.gif\',1)\" onMouseOut=\"MM_swapImgRestore()\">Support</a></font></td>';oldmenu += '<td height=\"16\"><font face=\"Verdana, Arial, Helvetica, sans-serif\" color=\"#ffffff\" class=\"nine\">Support</font></td>';oldmenu += '<td height=\"16\"><img src=\"http://www.keynus.co.jp/index.files/00.gif\" width=\"3\" height=\"3\"></td>';oldmenu += '<td height=\"16\"><img src=\"http://www.keynus.co.jp/index.files/menu_button.gif\" width=\"15\" height=\"15\" border=\"0\" name=\"menu_faq\"></td>';// oldmenu += '<td height=\"16\"><font face=\"Verdana, Arial, Helvetica, sans-serif\" class=\"nine\"><a href=\"http://www.keynus.co.jp/FAQ/index.html\" class=\"unon_skyb\" onMouseOver=\"MM_swapImage(\'menu_faq\',\'\',\'http://www.keynus.co.jp/index.files/menu_button_sw.gif\',1)\" onMouseOut=\"MM_swapImgRestore()\">FAQ</a></font></td>';oldmenu += '<td height=\"16\"><font face=\"Verdana, Arial, Helvetica, sans-serif\" color=\"#ffffff\" class=\"nine\">FAQ</font></td>';oldmenu += '<td height=\"16\"><img src=\"http://www.keynus.co.jp/index.files/00.gif\" width=\"3\" height=\"3\"></td>';oldmenu += '<td height=\"16\"><img src=\"http://www.keynus.co.jp/index.files/menu_button.gif\" width=\"15\" height=\"15\" border=\"0\" name=\"menu_contact\"></td>';oldmenu += '<td height=\"16\"><font face=\"Verdana, Arial, Helvetica, sans-serif\" class=\"nine\"><a href=\"http://www.keynus.co.jp/contact/index.html\" class=\"unon_skyb\" onMouseOver=\"MM_swapImage(\'menu_contact\',\'\',\'http://www.keynus.co.jp/index.files/menu_button_sw.gif\',1)\" onMouseOut=\"MM_swapImgRestore()\">Contact</a></font></td>';oldmenu += '<td height=\"16\">　</td><td height=\"16\">　</td><td height=\"16\">　</td></tr></table>';


/*
↓html部記述例

<body onload="changeLAYERPOSbelow1();">

<!-- プルダウン用レイヤー定義 body直後に-->
<script language="JavaScript"><!--
putdropmenu();
//--></script>

<!-- トップメニュー用レイヤー定義 メニュー配置部分に-->
<script language="JavaScript"><!--
puttopmenu();
//--></script>

*/
