
//画像ロード

	var img = new Array();
	img[0] = new Image();  img[0].src = "../img/bot_sto_on.gif";
	img[1] = new Image();  img[1].src = "../img/bot_onl_on.gif";
	img[2] = new Image();  img[2].src = "../img/bot_cor_on.gif";
	img[3] = new Image();  img[3].src = "../img/bot_inf_on.gif";
	img[4] = new Image();  img[4].src = "../img/bot_new_on.gif";
	img[5] = new Image();  img[5].src = "../img/bot_fin_on.gif";
	img[6] = new Image();  img[6].src = "../img/bot_ir_on.gif";
	img[7] = new Image();  img[7].src = "../img/bot_env_on.gif";
	img[8] = new Image();  img[8].src = "../img/bot_zik_on.gif";
	img[9] = new Image();  img[9].src = "../img/bot_res_on.gif";
	img[10] = new Image();  img[10].src = "../img/bot_toi_on.gif";
	img[11] = new Image();  img[11].src = "../img/bot_tom_on.gif";
	img[12] = new Image();  img[12].src = "../img/bot_sch_on.gif";
	img[13] = new Image();  img[13].src = "../img/bot_car_on.gif";


//リンク関数
	function overevent(n){
		imgname="../img/bot_" + n + "_on.gif";
		document.images["bot_" + n].src=imgname;
	}
	function outevent(n){
		imgname="../img/bot_" + n + "_of.gif";
		document.images["bot_" + n].src=imgname;
	}

//プルダウン
function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",200,15,"MS Gothic",12,"#FFFFFF","#000000","#74B3DA","#FFFFFF");
  fw_menu_0.addMenuItem("ごあいさつ","location='http://www.nagano-tokyu.co.jp/corporate/inf/index.html'");
  fw_menu_0.addMenuItem("経営方針","location='http://www.nagano-tokyu.co.jp/corporate/inf/wor.html'");
  fw_menu_0.addMenuItem("会社概要","location='http://www.nagano-tokyu.co.jp/corporate/inf/rou.html'");
  fw_menu_0.addMenuItem("沿革","location='http://www.nagano-tokyu.co.jp/corporate/inf/his.html'");
  fw_menu_0.hideOnMouseOut=true;

  window.fw_menu_1 = new Menu("root",200,15,"MS Gothic",12,"#FFFFFF","#000000","#74B3DA","#FFFFFF");
  fw_menu_1.addMenuItem("決算情報","location='http://www.nagano-tokyu.co.jp/corporate/fin/index.html'");
  fw_menu_1.addMenuItem("有価証券報告書","location='http://www.nagano-tokyu.co.jp/corporate/fin/val.html'");
  fw_menu_1.addMenuItem("適時開示資料","location='http://www.nagano-tokyu.co.jp/corporate/fin/tim.html'");
  fw_menu_1.hideOnMouseOut=true;

  window.fw_menu_2 = new Menu("root",200,15,"MS Gothic",12,"#FFFFFF","#000000","#74B3DA","#FFFFFF");
  fw_menu_2.addMenuItem("株主情報","location='http://www.nagano-tokyu.co.jp/corporate/ir/sto.html'");
  fw_menu_2.addMenuItem("会社説明資料","location='http://www.nagano-tokyu.co.jp/corporate/fin/exp.html'");
  fw_menu_2.hideOnMouseOut=true;

fw_menu_0.writeMenus();
}
