// menu_items.js file

var MENU_ITEMS2 =[
	["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Businesses", null, null, 
		["&nbsp;&nbsp;Internal Education<br>Partnerships", "b_internal.html", {'tw' : '_self'}],
		["&nbsp;&nbsp;External Education<br>Partnerships", "b_external.html", {'tw' : '_self'}],
		["&nbsp;&nbsp;", {'tw' : '_self'}],
		["&nbsp;&nbsp;", {'tw' : '_self'}],
		["&nbsp;&nbsp;", {'tw' : '_self'}],
		["&nbsp;&nbsp;", {'tw' : '_self'}],
	],
	
];

