// menu_items.js file
// comments block here

var MENU_ITEMS =[
	["The Developing Mathematical Ideas Curriculum", "http://www2.edc.org/CDT/dmi/dmicur.html"],
	["Teacher Leadership Development", null,
		["Teacher Leadership Development", "http://www2.edc.org/CDT/cdt/cdt_teachlead.html"],
		["EDC and INTEL Mathematics Collaborative", "http://www2.edc.org/CDT/cdt/cdt_intel.html"]
	],
	["Thinking About Mathematics Instruction", "http://www2.edc.org/CDT/cdt/cdt_tmi.html",
		    ["TMI Collaborators", "http://www2.edc.org/cdt/cdt/tmi_collab.html"]
		],
	["Professional Development for Administrators", "http://www2.edc.org/CDT/cdt/cdt_admin.html",
		["Lenses on Learning Courses", "http://www2.edc.org/CDT/cdt/cdt_lol1.html",
			["Lenses on Learning 1", "http://www2.edc.org/CDT/cdt/cdt_lol1.html"],
			["Lenses on Learning 2", "http://www2.edc.org/CDT/cdt/cdt_lol2.html"],
			["Lenses on Learning Secondary", "http://www2.edc.org/CDT/cdt/cdt_lolsecondary.html"]
		],
		["Research on Administrators Knowledge and Practice", "http://www2.edc.org/cdt/cdt/cdt_linking.html",
			["Linking New Ideas to Practice", "http://www2.edc.org/cdt/cdt/cdt_linking.html"],
			["Leadership Content Knowledge", "http://www2.edc.org/cdt/cdt/cdt_lck.html"]
		],
		["Mathematics Leadership Program", "http://www2.edc.org/CDT/cdt/cdt_admin.html#MLP"],
		["Thinking About Mathematics Instruction", "http://www2.edc.org/CDT/cdt/cdt_tmi.html",
		    ["TMI Collaborators", "http://www2.edc.org/cdt/cdt/tmi_collab.html"]
		]
	],
	["Professional Development for Coaching", "http://www.edc.org/MLP/PDCoaches/index.html"],
	["Parent Involvement in Education", "http://www2.edc.org/CDT/cdt/cdt_parents.html"],
	["Project Work", null,
		["Current Projects", "http://www2.edc.org/MLT/CDT.asp"],
		["Past Projects", "http://www2.edc.org/CDT/cdt/cdt_pastprojects.html"]
	],
	["CDT Publications", null,
		["CDT Paper Series", "http://www2.edc.org/CDT/cdt/cdt_paperabs.html"],
		["CDT Research Papers & Books", "http://www2.edc.org/CDT/cdt/cdt_researchpapers.html"]
	],
	["Staff and Associates", "http://www2.edc.org/CDT/cdt/cdt_staff.html"],
	["SiteMap", "http://www2.edc.org/CDT/cdt/cdt_sitemap.html"],
	["Contact Us", "http://www2.edc.org/cdt/cdt/cdt_contactus.asp"]
];


