/* --- menu items --- */
var webPath = '#';

var MENU1_ITEMS = [

	[wrap(null, 'home'), 'webpages.asp?wpid=1', {'tt': '', 'sw':60, 'bw':150}],
	[wrap(null, 'maryalice'), 'webpages.asp?wpid=13', {'tt': '', 'sw':87, 'bw':200}],
	[wrap(null, 'district1'), 'webpages.asp?wpid=27', {'tt': '', 'sw':78, 'bw':150},
		['Staff', 'Webpages.asp?wpid=27'],
		['Useful links', 'Webpages.asp?wpid=21'],
		['Approved Projects', 'Webpages.asp?wpid=46']
	],
	[wrap(null, 'inthenews'), 'webpages.asp?wpid=16', {'tt': '', 'sw':97, 'bw':160}],
	[wrap(null, 'ontheissues'), 'webpages.asp?wpid=20', {'tt': '', 'sw':103, 'bw':160}],
	//[wrap(null, 'events'), 'EventsCalendarMonth.asp?Action=1ST&WPID=14', {'tt': '', 'sw':67, 'bw':160}],
	[wrap(null, 'gallery'), 'webpages.asp?wpid=15', {'tt': '', 'sw':66, 'bw':160}],
	[wrap(null, 'getinvolved'), 'getinvolved.asp?wpid=34', {'tt': '', 'sw':100, 'bw':160}],
	[wrap(null, 'contactus'), 'webmail.asp?wpid=3', {'tt': '', 'sw':85, 'bw':150}]

];


function wrap(text, imagename) {
	return ['<img src="menu_v2/' + imagename + '.png">','<img src="menu_v2/' + imagename + 'o.png" >','<img src="menu_v2/' + imagename + 'o.png">']
}
