var MENU_ITEMS = [
	[wrap('01'),'/about.html',{'sw':62, 'bw':160},
		['Mission, Vision, Goals','/missionvision.html'],
		['Consortium Members','/consortium.html'],
		['Board','/board.html'],
		['Advocacy & Initiatives','/advocacy.html'],
		['Programs & Projects','/programs.html'],
		['Staff','/staff.html'],
		['Working Committees','/committees.html'],
		['Grants','/grants.html'],
		['Reports','/reports.html'],
		['News & Press Releases','/newspr.html'],
		['Give to CVHEC','/giving.html']
	],	
	[wrap('02'),'/whatittakes.html',{'sw':191, 'bw':191},
		['Community Colleges','/communitycolleges.html'],
		['Independent Universities','/independent-universities.html'],
		['Private Colleges & Universities','/private-universities.html'],
		['Public Universities','/universities.html']
	],
	[wrap('03'),'/explore.html',{'sw':160, 'bw':150}],
	[wrap('04'),'/financialaid.html',{'sw':95, 'bw':95},
		['Scholarships','/scholarships.html']
	],
	[wrap('05'),'/resources.html',{'sw':82, 'bw':150},
		['Career Planning/Exploration','/careerplanning.html'],
		['Career and Technical Education','/career.html']
	],
	[wrap('06'),'/contact.html',{'sw':82, 'bw':160}],
	];

function wrap (image) {
	return [
		'<img src="/images/navmain/nav_' + image + '_off.gif" border="0">',
		'<img src="/images/navmain/nav_' + image + '_on.gif" border="0">',
		'<img src="/images/navmain/nav_' + image + '_on.gif" border="0">'
	];
}