// menu_items.js file

var MENU_ITEMS1 =[
	["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Educators", null, null, 
		["&nbsp;&nbsp;Engaging Parents", "e_parents.html", {'tw' : '_self'}],
		["&nbsp;&nbsp;Engaging Businesses", "e_business.html", {'tw' : '_self'}],
		["&nbsp;&nbsp;", {'tw' : '_self'}],
		["&nbsp;&nbsp;", {'tw' : '_self'}],
		["&nbsp;&nbsp;", {'tw' : '_self'}],
		["&nbsp;&nbsp;", {'tw' : '_self'}],
	],
];

