var F_TREE_CFG = {
	'items':[
		['DỊCH VỤ',0, //no action
			['ĐÀO TẠO BANKMART', 'default.aspx'], //reference
			['CÔNG NGHỆ BANKMART', 'bankmart-technology.aspx'],
			['TIẾP THỊ BANKMART','bankmart-marketing.aspx', 
				
				['Giới Thiệu', 'bankmart-marketing.aspx'],
				['Thu Đổi Ngọai Tệ', 'currencyexchange.aspx'],
				['Dịch Vụ Kiều Hối',0,
					['Xoom', 'xoom.aspx'],
					['Western Union', 'westernunion.aspx'],
					['Money Gram', 'moneygram.aspx'],
					['Ria', 'ria.aspx']
				],
				['Dịch Vụ Phát Hành Thẻ', 0,
					['Thẻ Ghi Nợ', 'atmcards.aspx'],
					['Thẻ Tín Dụng', 'creditcards.aspx'],
					['Thẻ Visa Debit', 'debitcards.aspx'],
					['Điểm Phát Hành Thẻ','issueplaces.aspx'],
					['Nơi Đặt Máy ATM', 'places.aspx'],
					['So Sánh Biểu Phí', 'comparison.aspx']
					
				],
				['Dịch Vụ Thanh Toán Thẻ', 0,
					['Giới Thiệu', 'cardpayment.aspx'],
					['Thanh toán thẻ dành cho NH', 'servicesforBANK.aspx'],
					['Thanh toán thẻ dành cho ĐVCNT', 'servicesforPOS.aspx'],
					['Các thiết bị thanh toán', 'equipments.aspx'],
					['Thông tin liên lạc', 'contact.aspx']
					
				],
				
				['Dịch Vụ Tài Chánh Cá Nhân', 0,
					['Tín Dụng', 'loans.aspx'],
					['Bảo Hiểm', 'insurance.aspx'],
					['Mua Sắm Tín Dụng', 'creditpurchase.aspx'],
					['Chương Trình Thành Viên', 'membership.aspx']
					
				]
			]
			
			
		]
	],
	'tpl':{
		'def_link':'',	//default link for items			
		// name of the frame links will be opened in
		'target'  : '_self', // other possible values are: _blank, _parent, _search, _self and _top
		//'target'  : 'content', // other possible values are: _blank, _parent, _search, _self and _top
	
		'ie'  : 'v_icons/empty.gif', // empty image
		'il'  : 'v_icons/line.gif',  // vertical line

//		'i_rnosjl'	
	      'ir_____' : 'v_icons/world.png',   // root leaf icon normal
	      'ir__s__' : 'v_icons/world.png',   // root leaf icon selected
	      
	      'irn____' : 'v_icons/world.png',   // root folder icon normal
	      'irn_s__' : 'v_icons/world.png',   // root folder icon selected
	      'irno___' : 'v_icons/world.png',   // root folder icon opened
	      'irnos__' : 'v_icons/world.png',   // root folder icon selected
	      
	      'i_n____' : 'v_icons/folder.png', // folder icon normal
	      'i_n_s__' : 'v_icons/folder-open.png', // folder icon selected
	      'i_no___' : 'v_icons/folder-open.png', // folder icon opened
	      'i_n_s__' : 'v_icons/folder-open.png', // folder icon selected
	      'i_nos__' : 'v_icons/folder-open.png', // folder icon selected opened
	   
	      'i______'  : 'v_icons/file-image.png', // leaf icon normal
	      'i___s__'  : 'v_icons/file-image.png', // leaf icon selected
	      
	      'i____j_'  : 'v_icons/joinT.gif',		// connector for leaf
	      'i____jl'  : 'v_icons/joinL.gif',     // connector for leaf
	      'i_n__j_' : 'v_icons/plusT.gif',		// connector for closed folder
	      'i_n__jl' : 'v_icons/plusL.gif',      // connector for last closed folder
	      'i_no_j_' : 'v_icons/minusT.gif',		// connector for opened folder
	      'i_no_jl' : 'v_icons/minusL.gif'      // connector for last opended folder
	}
};


