/*
  --- 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 = [
	['Internet Banking', null, null,
		['Bank On-line', 'ibintro.html'],
		['On-line Check Ordering', 'checkintro.html'],
		['On-line Privacy Policy', 'privacy.html'],
		['Download Registration', 'ncbnettel.htm'],
		['VISA and Mastercard Statements', 'cardcheck.html'],
		['Site Map', 'sitemap.html'],
		['Home Page', 'index.html'],
	],
	['Products & Services', null, null,
		['On-line Banking', 'ibintro.html'],
		['On-line Check Ordering', 'checkintro.html'],
		['Checking Accounts', 'checking.html'],
		['Saving Accounts', 'savings.html'],
		['Certificates of Deposit', 'savings.html'],
		['Individual Retirement Accounts', 'ira.html'],
		['Loans', 'loans.html'],
		['Credit Cards', 'cards.html'],
		['VISA and Mastercard Statements', 'cardcheck.html'],
		['Junior Life Savers Club', 'kidclub.html'],
		['Telebanker', 'telebank.html'],
		['ATM Locations', 'atm.html'],
		['Custom Check Designs', 'customcheck.html'],
		['Site Map', 'sitemap.html'],
		['Home Page', 'index.html'],
	],
	['Information', null, null,
		['Business Hours', 'hours.html'],
		['Important Announcements', 'announcement.html'],
		['Online Privacy Policy', 'privacy.html'],
		['Notice of Privacy Statement', 'privacyII.html'],
		['IRA Information', 'ira.html'],
		['Links of Interest', 'links.html'],
		['Identity Theft Links', 'idtheft.html'],
		['Latest Website Updates', 'update.html'],
		['Site Map', 'sitemap.html'],
		['Home Page', 'index.html'],
	],
	['The NCB Community', null, null,
		['Saints Club', 'saints.html'],
		['Area Event Calendar', 'event.html'],
		['Meet the NCB Staff', 'staff.html'],
		['NCB Newsletter', 'newsletter.html'],
		['NCB Contest', 'contest.html'],
		['2009 in Review', '2009review.html'],
		['Site Map', 'sitemap.html'],
		['Home Page', 'index.html'],
	],
	
];

