/*
  --- menu items ---
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/

var MENU_ITEMS = [
	['國內營業據點', "#" , null,
	    ['全國服務據點', "http://www.taipeifubon.com.tw/html/location1a.htm" , null ],
	    ['企業金融服務據點', "http://www.taipeifubon.com.tw/html/location1b.htm" , null ],
	    ['房貸 / 信貸服務據點', "http://www.taipeifubon.com.tw/html/location1c.htm" , null ],
	    ['汽車貸款服務據點', "http://www.taipeifubon.com.tw/html/location1d.htm" , null ],
	],
	['國外營業據點',"http://www.taipeifubon.com.tw/html/location2a.htm", null],
	['補摺機據點',"http://www.taipeifubon.com.tw/html/location3a.htm", null],
	['自動櫃員機ATM據點', "#", null,
		['提款功能ATM據點',"http://www.taipeifubon.com.tw/html/location4a.htm", null],
		['存款功能ATM據點',"http://www.taipeifubon.com.tw/html/location4b.htm", null],
	],
	['24小時自動化服務區',"http://www.taipeifubon.com.tw/html/location5a.htm", null],
	['金融便利站據點',"http://www.taipeifubon.com.tw/html/location6a.htm", null],
	['自動轉帳繳費系統(ATS)據點',"http://www.taipeifubon.com.tw/html/location7a.htm", null],
	['悠遊卡自動加值機服務據點',"http://www.taipeifubon.com.tw/html/location8a.htm", null]
];

var MENU_ITEMS2 = [
	['國內營業據點', "#" , null,
	    ['全國服務據點', "http://taipeibank.map.com.tw/search_branch.asp" , null ],
	    ['企業金融服務據點', "http://taipeibank.map.com.tw/search_branch_business.asp" , null ],
	    ['房貸 / 信貸服務據點', "http://taipeibank.map.com.tw/search_branch_house.asp" , null ],
	    ['汽車貸款服務據點', "http://taipeibank.map.com.tw/search_branch_car.asp" , null ],
	],
	['補摺機據點',"http://taipeibank.map.com.tw/search_acc.asp", null],
	['自動櫃員機ATM據點', "#", null,
		['提款功能ATM據點',"http://taipeibank.map.com.tw/search_ATM.asp", null],
		['存款功能ATM據點',"http://taipeibank.map.com.tw/search_ATM_Deposit.asp", null],
	],
	['24小時自動化服務區',"http://taipeibank.map.com.tw/search_25Hr.asp", null],
	['金融便利站據點',"http://taipeibank.map.com.tw/search_EZ_Pay.asp", null],
	['自動轉帳繳費系統(ATS)據點',"http://taipeibank.map.com.tw/search_ATS.asp", null],
	['悠遊卡自動加值機服務據點',"http://taipeibank.map.com.tw/search_easycard.asp", null]
];

var MENU_ITEMS3 = [
	['&nbsp;&nbsp;&nbsp;&nbsp;', "#", null,
		['富邦銀行',"../html/FubonAnnual/financial.htm", {'tw' : '_blank'} ],
		['台北銀行',"../html/TaipeiAnnual/FIN-MAIN.HTM", {'tw' : '_blank'} ],
	],
];

var MENU_ITEMS4 = [
	['&nbsp;&nbsp;&nbsp;&nbsp;', "#", null,
		['富邦銀行',"html/FubonAnnual/financial.htm", {'tw' : '_blank'} ],
		['台北銀行',"html/TaipeiAnnual/FIN-MAIN.HTM", {'tw' : '_blank'} ],
	],
];

var MENU_ITEMS5 = [
	['&nbsp;&nbsp;&nbsp;&nbsp;', "#", null,
		['FubonBank',"../html/fubon_english/english.htm", {'tw' : '_blank'} ],
		['TaipeiBank',"../html/taipei_english/index.HTM", {'tw' : '_blank'} ],
	],
];