/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Bank Home Page', 'http://www.aebank.com'],
	['Deposits Loans', null, null,
		['Deposit Options', 'deposit.html'],
		['Loan Options', 'loan.html'],
		['Order Checks', 'orderchecks.html'],
		['FDIC Insurance Info','edie.html']
	],
	
	['Internet Banking',null,null,
		['Banking Login','internetbanking.html'],
		['Log In Help', 'iblogininstructions.html'],
        ['Information','internetbanking.html'],
		['Bill Pay Info','billpaycalculator.html']
	],
	['Ag Web Sites', 'ag.html', {'sb':'Markets and Agricultural Related Web Sites'},
		['CBOT', 'http://www.cmegroup.com/trading/commodities/'],
		['Midwest Coop', 'http://midwestfarmers.coop/'],
		['All Ag Links', 'ag.html']
	],
	
	['Internet Links', null, {'sb':'enter message here'},
		['Calendar', 'calendar.html', {'sb':'Monthly calendar for any month and year'}],
		['Christian Links', 'christian.html'],
		['Elmwood Area Links', 'elmwood_area.html'],
		['Payment Calculator', 'interest_calc.html', {'sb':'Calculate payments for various loans'}],
		['Weather Info', 'weather.html']
	],
	['Financial  Services', 'services.html', null,
		['Income Tax Prep.', 'tax.html', {'sb':'Income Tax Preparation Services'}],
		['Insurance', 'insurance.html'],
		['Investments', 'invest.html'],
		['Legal Services', 'legal.html'],
		['Real Estate Services', 'real_estate.html']
	],
	['Common Questions', 'faq.html', {'sb':'Answers to common questions'},
		['ATM Locations', 'atm_info.html', {'sb':'ATM locations and hours'}],
		['Bank History', 'history.html'],
		['Bank Hours', 'hours.html'],
		['Condition Report', 'condition.html'],
		['Contact Us', 'contactus.html'],
		['Eagle Branch Office', 'eaglelpo.html', {'sb':'Branch Office in Eagle, NE'}],
		['Employees', 'officers.html'],
        ['Questions', 'faq.html'],
        ['Free Movie!', 'movie.html']
	],
	['Privacy Policy', null,null,
	   ['Internet Policy','privacy.html'],
	   ['General Policy','privacygeneral.html']
	],
];

