
mQA = new Array();

// メニューリスト
// パラメータ１： 0-線表示 1-◆ 2-◇ 3-◇(展開)
// パラメータ２： リンク先アドレス
// パラメータ３： リンク先テキスト
// パラメータ４： ターゲット（空欄は自身）
// パラメータ５以降（省略可）： リンクはメニューに張らないけど、反応はさせたいアドレス


// setQAm (1,"h_03b_bok0101-01.html","ネット図書館","");
setQAm (1,"/olt_help/support/h_07s_e_mem.html","eメンバー","");
setQAm (1,"h_03b_bok0101-01.html","ネット図書館","");
setQAm (1,"/olt_help/support/h_07s_mai.html","メールサービス","");
setQAm (1,"/olt_help/support/h_07s_lp0101-01.html","ログインパスワード・<br>暗証番号","");
setQAm (1,"/olt_help/support/h_01t_sin1801-01.html","株式委託手数料方式の<br>選択","");
setQAm (1,"/olt_help/support/h_07s_cuc0101-01.html","お取引コースの変更","");
setQAm (1,"/olt_help/support/h_07s_dfx0101-01.html","「ダイワＦＸ」口座開設","");
setQAm (1,"/olt_help/support/h_07s_365fx_0101-01.html","「ダイワ３６５ＦＸ」口座開設","");
setQAm (1,"/olt_help/support/h_07s_ftop0101-01.html","「先物・オプション取引サービス」口座開設","");
setQAm (1,"/olt_help/support/h_07s_dnbank0101-01.html","「大和ネクスト銀行」口座開設","");
setQAm (1,"/olt_help/support/h_07s_shikin_0101-01.html","「資金お取寄せサービス」（大和ネクスト銀行）","");
setQAm (1,"/olt_help/support/h_07s_rui_0101-01.html","「投信積立サービス」","");
setQAm (1,"/olt_help/support/h_07s_bookmrk.html","お気に入りメニューの編集 ","");
setQAm (1,"/olt_help/support/h_07s_color.html","背景色のカスタマイズ","");
setQAm (1,"/olt_help/support/h_07s_poi0101-01.html","お預り資産優遇サービス","");
setQAm (1,"/olt_help/support/h_07s_poi0401-01.html","ポイントプログラム","");
setQAm (1,"/olt_help/support/h_07s_reg.html","登録状況","");
setQAm (1,"/olt_help/support/h_07s_code0101-01.html","加入者情報","");
setQAm (1,"/olt_help/support/h_07s_hai0101-01.html","配当金振込指定方式","");
setQAm (1,"/olt_help/support/h_07s_rik0101-01.html","配当金・利金・分配金自動受取サービス","");
setQAm (1,"/olt_help/support/h_07s_cis0101-01.html","お客様カード","");
setQAm (1,"/olt_help/support/h_07s_pro001.html","各種お手続き","","h_07s_prc.html");


// ◆◇のクラス
squClass = 'f_blu3';


// ----------------------------------------------------------------------
// メニュー項目セット
function setQAm () {
	var a = setQAm.arguments;
	var LV  = a[0];
	var URL = a[1];
	var MNM = a[2];
	var TAG = a[3];
	OTH = new Array()
	if (a.length>4) {
		for (var i=4;i<a.length;i++) {
			OTH[i-4] = a[i];
		}
	}
	mQA[mQA.length] = new Array(LV,URL,MNM,TAG,OTH);
}


