/* Tigra Menu items structure */
var MENU_ITEMS = [
	[wr('Services'), 'index.html', {'sw':127},
		['Personal', 'personal.html'],
		['Business', 'business.html'],
		['Trust', 'trust.html'],
		['Treasury', 'treasury.html'],
	],
	[wr2('Story'), 'about.html', {'sw':127},
		['Community Calendar', 'aboutCalendar.html'],
		['Community', 'aboutCommunity.html'],
		['Timeline', 'aboutTimeline.html'],
	],
	[wr3('Investors'), 'investors.html', {'sw':127},
		['Charlottesville Board', 'investorsBoard.html'],
		['Winchester Board', 'investorsRegionalBoard.html'],
		['Investor Relations', 'http://www1.snl.com/irweblinkx/corporateprofile.aspx?iid=4019974',{'tw':'_blank'}],
		['Proxy Materials', 'proxyMaterials.html'],
	],
	[wr4('Calendar'), 'calendar.html', {'sw':127},
	],
	[wr5('Contact'), 'contact.html', {'sw':127},
		['Report Lost or Stolen Card', 'contactLost.html',{'sh':35},],
		['Office Locations', 'contactLocations.html'],
		['ATM Locations', 'contactATM.html'],
		['Directory', 'contactDirectory.html'],
		['24 Hour Banking', 'contact24hour.html'],
	]
];
function wr(Services) {
        return [
         '<img src="images/navServices.gif">',
           '<img src="images/navServicesOn.gif">',
           '<img src="images/navServicesOn.gif">'
        ];
}

function wr2(Story) {
        return [
         '<img src="images/navStory.gif">',
           '<img src="images/navStoryOn.gif">',
           '<img src="images/navStoryOn.gif">'
        ];
}
function wr3(Investors) {
        return [
         '<img src="images/navInvestors.gif">',
           '<img src="images/navInvestorsOn.gif">',
           '<img src="images/navInvestorsOn.gif">'
        ];
}
function wr4(Calendar) {
        return [
         '<img src="images/navCalendar.gif">',
           '<img src="images/navCalendarOn.gif">',
           '<img src="images/navCalendarOn.gif">'
        ];
}
function wr5(Contact) {
        return [
         '<img src="images/navContact.gif">',
           '<img src="images/navContactOn.gif">',
           '<img src="images/navContactOn.gif">'
        ];
}