/*
 DHTML Menu version 3.3.19
 Written by Andy Woolley
 Copyright 2002 (c) Milonic Solutions. All Rights Reserved.
 Please vist http://www.milonic.co.uk/menu or e-mail menu3@milonic.com
 This script featured on Dynamic Drive (http://www.dynamicdrive.com)
 */

//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
//menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.



////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=95);Shadow(color='#777777', Direction=135, Strength=5)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
}


timegap=500			// The time delay for menus to remain visible
followspeed=5			// Follow Scrolling speed
followrate=40			// Follow Scrolling Rate
suboffset_top=0;		// Sub menu offset Top position 
suboffset_left=0;		// Sub menu offset Left position

style1=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"000066",			// Mouse Off Font Color
"d9e3e8",			// Mouse Off Background Color
"000066",			// Mouse On Font Color
"faf6da",			// Mouse On Background Color
"white",			// Menu Border Color 
14,				// Font Size in pixels
"normal",			// Font Style (italic or normal)
"normal",			// Font Weight (bold or normal)
"Arial",			// Font Name
6,				// Menu Item Padding
,				// Sub Menu Image (Leave this blank if not needed)
,				// 3D Border & Separator bar
"66ffff",			// 3D High Color
"000099",			// 3D Low Color
,			// Current Page Item Font Color (leave this blank to disable)
,			// Current Page Item Background Color (leave this blank to disable)
,				// Top Bar image (Leave this blank to disable)
,				// Menu Header Font Color (Leave blank if headers are not needed)
,				// Menu Header Background Color (Leave blank if headers are not needed)
]

style2=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"white",			// Mouse Off Font Color
"000066",			// Mouse Off Background Color
"000066",			// Mouse On Font Color
"faf6da",			// Mouse On Background Color
"white",			// Menu Border Color 
12,				// Font Size in pixels
"normal",			// Font Style (italic or normal)
"normal",			// Font Weight (bold or normal)
"Arial",			// Font Name
6,				// Menu Item Padding
,				// Sub Menu Image (Leave this blank if not needed)
,				// 3D Border & Separator bar
"66ffff",			// 3D High Color
"000099",			// 3D Low Color
,			// Current Page Item Font Color (leave this blank to disable)
,			// Current Page Item Background Color (leave this blank to disable)
,				// Top Bar image (Leave this blank to disable)
,				// Menu Header Font Color (Leave blank if headers are not needed)
,				// Menu Header Background Color (Leave blank if headers are not needed)
]

style3=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"white",			// Mouse Off Font Color
"617690",			// Mouse Off Background Color
"000066",			// Mouse On Font Color
"faf6da",			// Mouse On Background Color
"white",			// Menu Border Color 
12,				// Font Size in pixels
"normal",			// Font Style (italic or normal)
"normal",			// Font Weight (bold or normal)
"Arial",			// Font Name
6,				// Menu Item Padding
,				// Sub Menu Image (Leave this blank if not needed)
,				// 3D Border & Separator bar
"66ffff",			// 3D High Color
"000099",			// 3D Low Color
,			// Current Page Item Font Color (leave this blank to disable)
,			// Current Page Item Background Color (leave this blank to disable)
,				// Top Bar image (Leave this blank to disable)
,				// Menu Header Font Color (Leave blank if headers are not needed)
,				// Menu Header Background Color (Leave blank if headers are not needed)
]

style4=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"000066",			// Mouse Off Font Color
"d9e3e8",			// Mouse Off Background Color
"000066",			// Mouse On Font Color
"faf6da",			// Mouse On Background Color
"white",			// Menu Border Color 
12,				// Font Size in pixels
"normal",			// Font Style (italic or normal)
"normal",			// Font Weight (bold or normal)
"Arial",			// Font Name
6,				// Menu Item Padding
,				// Sub Menu Image (Leave this blank if not needed)
,				// 3D Border & Separator bar
"66ffff",			// 3D High Color
"000099",			// 3D Low Color
,			// Current Page Item Font Color (leave this blank to disable)
,			// Current Page Item Background Color (leave this blank to disable)
,				// Top Bar image (Leave this blank to disable)
,				// Menu Header Font Color (Leave blank if headers are not needed)
,				// Menu Header Background Color (Leave blank if headers are not needed)
]


addmenu(menu=[			// This is the array that contains your menu properties and details
"mainmenu",			// Menu Name - This is needed in order for the menu to be called
203,				// Menu Top - The Top position of the menu in pixels
39,				// Menu Left - The Left position of the menu in pixels
231,				// Menu Width - Menus width in pixels
1,				// Menu Border Width 
,				// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,				// Properties Array - this is set higher up, as above
1,				// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",			// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,				// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
0, 				// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,				// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
"center",			// Position of TOP sub image left:center:right
,				// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,				// Right To Left - Used in Hebrew for example. (1=on/0=off)
,				// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,				// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,				// Reserved for future use
,				// Reserved for future use
,				// Reserved for future use


," : : Contact Information","http://www.uncw.edu/private/wseassessment/contact.html",,"Contact Information",1
//," : : Curriculum Map &gt;","show-menu=cmap","","Curriculum Map",1
," : : Unit Assessment &gt;","show-menu=unit","","Unit Assessment",1
," : : Graduate Programs","","","Graduate Programs",1
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MIT Program &gt;","show-menu=assess_mit","","MIT Program",1
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MAT Program &gt;","show-menu=assess_mat","","MAT Program",1
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MSA Program &gt;","show-menu=assess_msa","","MSA Program",1
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MED Program &gt;","show-menu=assess_med","","MED Program",1
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EDD Program &gt;","show-menu=assess_edd","","EDD Program",1
," : : Undergraduate Programs","","","Undergraduate Programs",1
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;EYC Education &gt;","show-menu=assess_under_eyc","","EYC Education",1
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Middle Grades Education &gt;","show-menu=assess_under_mid","","Middle Grades Education",1
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Elementary Education &gt;","show-menu=assess_under_elem","","Elementary Education",1
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Special Education &gt;","show-menu=assess_under_sped","","Special Education",1
," : : Add On Programs","","","Add On Programs",1
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AIG &gt;","show-menu=assess_addon_aig","","AIG",1
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CIS &gt;","","","CIS",1
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ESL &gt;","","","ESL",1
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MSA &gt;","","","MSA",1
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Reading &gt;","","","Reading",1

//," : : Blank","show-menu=info","","Blank",1
])

		//addmenu(menu=["cmap",
	    //,,210,1,"",style2,,"left",effect,0,,,,,,,,,,,
		//,"Graduate Curriculum Map","http://www.uncw.edu/private/wseassessment/documents/CurricularMap.doc",,"Graduate Curricular Map",1
		//,"Undergraduate Curriculum Map","",,"Undergraduate Curricular Map",1
		//])
		
		addmenu(menu=["unit",
	    ,,215,1,"",style2,,"left",effect,0,,,,,,,,,,,
		,"WSE Strategic Goals &amp; Objectives","http://www.uncw.edu/private/wseassessment/documents/WSEStratPlan2005ImplemUpdateFeb2007.pdf",,"WSE Strategic Goals &amp; Objectives",1
		,"Assessment Handbook","http://www.uncw.edu/private/ncate/WSE_SUPPORT/ASSESSMENT/Assessment_System_Handbookrev.doc",,"Assessment Handbooks",1
		,"Conceptual Framework","http://www.uncw.edu/private/wseassessment/documents/ConceptualFramework.pdf",,"Conceptual Framework",1
		,"WSE Annual Report","http://www.uncw.edu/ed/facultyinfo/pdfs/annualreport.pdf",,"WSE Annual Report",1
		,"Performance Evaluation Scale","http://www.uncw.edu/private/wseassessment/documents/PerformanceEvalScale.PDF",,"Performance Evaluation Scale",1
		])

	
	//menu items for MIT
	
		addmenu(menu=["assess_mit",
	    ,,175,1,"",style2,,"left",effect,0,,,,,,,,,,,
		,"MIT Program Overview","http://www.uncw.edu/private/wseassessment/mit/index.html",,"Program Overview",1
		,"Curriculum Map","",,"Curriculum Map",1
		,"Assessment Matrix","",,"Assessment Matrix",1
		//,"Learning Outcome 1","http://www.uncw.edu/private/wseassessment/mit/outcome_1.html",,"Learning Outcome 1",1
		//,"Learning Outcome 2","http://www.uncw.edu/private/wseassessment/mit/outcome_2.html",,"Learning Outcome 2",1
		//,"Learning Outcome 3","http://www.uncw.edu/private/wseassessment/mit/outcome_3.html",,"Learning Outcome 3",1
		//,"Learning Outcome 4","http://www.uncw.edu/private/wseassessment/mit/outcome_4.html",,"Learning Outcome 4",1
		//,"Learning Outcome 5","http://www.uncw.edu/private/wseassessment/mit/outcome_5.html",,"Learning Outcome 5",1
		//,"Learning Outcome 6","http://www.uncw.edu/private/wseassessment/mit/outcome_6.html",,"Learning Outcome 6",1
		])
		
		
	//menu items for MAT
	
		addmenu(menu=["assess_mat",
	    ,,175,1,"",style2,,"left",effect,0,,,,,,,,,,,
		,"MAT Program Overview","http://www.uncw.edu/private/wseassessment/mat/index.html",,"Program Overview",1
		,"MAT English &gt;","show-menu=assess_mat_eng",,"MAT English",1
		,"MAT History &gt;","show-menu=assess_mat_his",,"MAT History",1
		,"MAT Math &gt;","show-menu=assess_mat_math",,"MAT Math",1
		,"MAT Science &gt;","show-menu=assess_mat_sci",,"MAT Science",1
		,"MAT Social Studies &gt;","show-menu=assess_mat_ss",,"MAT Social Studies",1
		])
			//MAT English
			addmenu(menu=["assess_mat_eng",
			,,175,1,"",style2,,"left",effect,0,,,,,,,,,,,
			,"Curriculum Map","",,"Curriculum Map",1
			,"Assessment Matrix","http://www.uncw.edu/private/wseassessment/documents/ProgramAssessmentPlans/assessment_mat_eng.doc",,"Assessment Matrix",1
			//,"Learning Outcome 1","http://www.uncw.edu/private/wseassessment/mat/eng/outcome_1.html",,"Learning Outcome 1",1
			//,"Learning Outcome 2","http://www.uncw.edu/private/wseassessment/mat/eng/outcome_2.html",,"Learning Outcome 2",1
			//,"Learning Outcome 3","http://www.uncw.edu/private/wseassessment/mat/eng/outcome_3.html",,"Learning Outcome 3",1
			//,"Learning Outcome 4","http://www.uncw.edu/private/wseassessment/mat/eng/outcome_4.html",,"Learning Outcome 4",1
			//,"Learning Outcome 5","http://www.uncw.edu/private/wseassessment/mat/eng/outcome_5.html",,"Learning Outcome 5",1
			//,"Learning Outcome 6","http://www.uncw.edu/private/wseassessment/mat/eng/outcome_6.html",,"Learning Outcome 6",1
			])
		
			//MAT History
			addmenu(menu=["assess_mat_his",
			,,175,1,"",style2,,"left",effect,0,,,,,,,,,,,
			,"Curriculum Map","",,"Curriculum Map",1
			,"Assessment Matrix","http://www.uncw.edu/private/wseassessment/documents/ProgramAssessmentPlans/assessment_mat_his.doc",,"Assessment Matrix",1
			//,"Learning Outcome 1","http://www.uncw.edu/private/wseassessment/mat/his/outcome_1.html",,"Learning Outcome 1",1
			])
			
			//MAT Math
			addmenu(menu=["assess_mat_math",
			,,175,1,"",style2,,"left",effect,0,,,,,,,,,,,
			,"Curriculum Map","",,"Curriculum Map",1
			,"Assessment Matrix","",,"Assessment Matrix",1
			//,"Learning Outcome 1","http://www.uncw.edu/private/wseassessment/mat/his/outcome_1.html",,"Learning Outcome 1",1
			])
			
			//MAT Science
			addmenu(menu=["assess_mat_sci",
			,,175,1,"",style2,,"left",effect,0,,,,,,,,,,,
			,"Curriculum Map","",,"Curriculum Map",1
			,"Assessment Matrix","http://www.uncw.edu/private/wseassessment/documents/ProgramAssessmentPlans/assessment_mat_sci.doc",,"Assessment Matrix",1
			//,"Learning Outcome 1","http://www.uncw.edu/private/wseassessment/mat/sci/outcome_1.html",,"Learning Outcome 1",1
			])
			
			//MAT Social Studies
			addmenu(menu=["assess_mat_ss",
			,,175,1,"",style2,,"left",effect,0,,,,,,,,,,,
			,"Curriculum Map","",,"Curriculum Map",1
			,"Assessment Matrix","http://www.uncw.edu/private/wseassessment/documents/ProgramAssessmentPlans/assessment_mat_ss.doc",,"Assessment Matrix",1
			//,"Learning Outcome 1","http://www.uncw.edu/private/wseassessment/mat/ss/outcome_1.html",,"Learning Outcome 1",1
			])
			
			
	//menu items for MSA
	
		addmenu(menu=["assess_msa",
	    ,,175,1,"",style2,,"left",effect,0,,,,,,,,,,,
		,"MSA Program Overview","http://www.uncw.edu/private/wseassessment/msa/index.html",,"Program Overview",1
		,"Curriculum Map","",,"Curriculum Map",1
		,"Assessment Matrix","",,"Assessment Matrix",1
		//,"Learning Outcome 1","http://www.uncw.edu/private/wseassessment/msa/outcome_1.html",,"Learning Outcome 1",1
		//,"Learning Outcome 2","http://www.uncw.edu/private/wseassessment/msa/outcome_2.html",,"Learning Outcome 2",1
		//,"Learning Outcome 3","http://www.uncw.edu/private/wseassessment/msa/outcome_3.html",,"Learning Outcome 3",1
		//,"Learning Outcome 4","http://www.uncw.edu/private/wseassessment/msa/outcome_4.html",,"Learning Outcome 4",1
		//,"Learning Outcome 5","http://www.uncw.edu/private/wseassessment/msa/outcome_5.html",,"Learning Outcome 5",1
		//,"Learning Outcome 6","http://www.uncw.edu/private/wseassessment/msa/outcome_6.html",,"Learning Outcome 6",1
		//,"Learning Outcome 7","http://www.uncw.edu/private/wseassessment/msa/outcome_7.html",,"Learning Outcome 7",1
		//,"Learning Outcome 8","http://www.uncw.edu/private/wseassessment/msa/outcome_8.html",,"Learning Outcome 8",1
		//,"Learning Outcome 9","http://www.uncw.edu/private/wseassessment/msa/outcome_9.html",,"Learning Outcome 9",1
		])
		
		
		
	//menu items for MED
	
		addmenu(menu=["assess_med",
	    ,,250,1,"",style2,,"left",effect,0,,,,,,,,,,,
		,"MED Curriculum/Instruction Supervision &gt;","show-menu=assess_med_cis",,"MED Curriculum/Instruction Supervision",1
		,"MED Elementary Education &gt;","show-menu=assess_med_elem",,"MED Elementary Education",1
		,"MED Language &amp; Literacy &gt;","show-menu=assess_med_ll",,"MED Language &amp; Literacy",1
		,"MED Middle Grades Education &gt;","show-menu=assess_med_mid",,"MED Middle Grades Education",1
		,"MED Secondary Education &gt;","show-menu=assess_med_sec",,"MED Secondary Education",1
		,"MED Special Education &gt;","show-menu=assess_med_sped",,"MED Special Education",1
		
		])
			//Secondary Education
				addmenu(menu=["assess_med_sec",
				,,175,1,"",style2,,"left",effect,0,,,,,,,,,,,
				,"MED Secondary Education Program Overview","http://www.uncw.edu/private/wseassessment/med/over_sec.html",,"Program Overview",1
				,"Curriculum Map","",,"Curriculum Map",1
				,"Assessment Matrix","http://www.uncw.edu/private/wseassessment/documents/ProgramAssessmentPlans/assessment_med_sec.doc",,"Assessment Matrix",1
				//,"Learning Outcome 1","http://www.uncw.edu/private/wseassessment/med/sec/outcome_1.html",,"Learning Outcome 1",1
				//,"Learning Outcome 2","med/sec/outcome_2.html",,"Learning Outcome 2",1
				//,"Learning Outcome 3","med/sec/outcome_3.html",,"Learning Outcome 3",1
				//,"Learning Outcome 4","med/sec/outcome_4.html",,"Learning Outcome 4",1
				//,"Learning Outcome 5","med/sec/outcome_5.html",,"Learning Outcome 5",1
				//,"Learning Outcome 6","med/sec/outcome_6.html",,"Learning Outcome 6",1
				])
				
			//Elementary Education
				addmenu(menu=["assess_med_elem",
				,,175,1,"",style2,,"left",effect,0,,,,,,,,,,,
				,"MED Elementary Education Program Overview","http://www.uncw.edu/private/wseassessment/med/over_elem.html",,"Program Overview",1
				,"Curriculum Map","",,"Curriculum Map",1
				,"Assessment Matrix","http://www.uncw.edu/private/wseassessment/documents/ProgramAssessmentPlans/assessment_med_elem.doc",,"Assessment Matrix",1
				//,"Learning Outcome 1","http://www.uncw.edu/private/wseassessment/med/elem/outcome_1.html",,"Learning Outcome 1",1
				//,"Learning Outcome 2","http://www.uncw.edu/private/wseassessment/med/elem/outcome_2.html",,"Learning Outcome 2",1
				//,"Learning Outcome 3","http://www.uncw.edu/private/wseassessment/med/elem/outcome_3.html",,"Learning Outcome 3",1
				//,"Learning Outcome 4","http://www.uncw.edu/private/wseassessment/med/elem/outcome_4.html",,"Learning Outcome 4",1
				//,"Learning Outcome 5","http://www.uncw.edu/private/wseassessment/med/elem/outcome_5.html",,"Learning Outcome 5",1
				//,"Learning Outcome 6","http://www.uncw.edu/private/wseassessment/med/elem/outcome_6.html",,"Learning Outcome 6",1
				//,"Learning Outcome 7","http://www.uncw.edu/private/wseassessment/med/elem/outcome_7.html",,"Learning Outcome 7",1
				//,"Learning Outcome 8","med/elem/outcome_8.html",,"Learning Outcome 8",1
				])
				
			//Middle Grades Education
				addmenu(menu=["assess_med_mid",
				,,175,1,"",style2,,"left",effect,0,,,,,,,,,,,
				,"MED Middle Grades Education Program Overview","http://www.uncw.edu/private/wseassessment/med/over_mid.html",,"Program Overview",1
				,"Curriculum Map","",,"Curriculum Map",1
				,"Assessment Matrix","http://www.uncw.edu/private/wseassessment/documents/ProgramAssessmentPlans/assessment_med_mid.doc",,"Assessment Matrix",1
				//,"Learning Outcome 1","http://www.uncw.edu/private/wseassessment/med/mid/outcome_1.html",,"Learning Outcome 1",1
				//,"Learning Outcome 2","http://www.uncw.edu/private/wseassessment/med/mid/outcome_2.html",,"Learning Outcome 2",1
				//,"Learning Outcome 3","http://www.uncw.edu/private/wseassessment/med/mid/outcome_3.html",,"Learning Outcome 3",1
				//,"Learning Outcome 4","http://www.uncw.edu/private/wseassessment/med/mid/outcome_4.html",,"Learning Outcome 4",1
				//,"Learning Outcome 5","http://www.uncw.edu/private/wseassessment/med/mid/outcome_5.html",,"Learning Outcome 5",1
				//,"Learning Outcome 6","med/mid/outcome_6.html",,"Learning Outcome 6",1
				])
				
			//Language and Literacy Education
				addmenu(menu=["assess_med_ll",
				,,175,1,"",style2,,"left",effect,0,,,,,,,,,,,
				,"MED Language and Literacy Education Program Overview","http://www.uncw.edu/private/wseassessment/med/over_ll.html",,"Program Overview",1
				,"Curriculum Map","",,"Curriculum Map",1
				,"Assessment Matrix","http://www.uncw.edu/private/wseassessment/documents/ProgramAssessmentPlans/assessment_med_ll.doc",,"Assessment Matrix",1
				//,"Learning Outcome 1","http://www.uncw.edu/private/wseassessment/med/ll/outcome_1.html",,"Learning Outcome 1",1
				//,"Learning Outcome 2","med/ll/outcome_2.html",,"Learning Outcome 2",1
				//,"Learning Outcome 3","med/ll/outcome_3.html",,"Learning Outcome 3",1
				//,"Learning Outcome 4","med/ll/outcome_4.html",,"Learning Outcome 4",1
				//,"Learning Outcome 5","med/ll/outcome_5.html",,"Learning Outcome 5",1
				//,"Learning Outcome 6","med/ll/outcome_6.html",,"Learning Outcome 6",1
				])
				
			//CIS Education
				addmenu(menu=["assess_med_cis",
				,,175,1,"",style2,,"left",effect,0,,,,,,,,,,,
				,"MED CIS Program Overview","http://www.uncw.edu/private/wseassessment/med/over_cis.html",,"Program Overview",1
				,"Curriculum Map","",,"Curriculum Map",1
				,"Assessment Matrix","",,"Assessment Matrix",1
				//,"Learning Outcome 1","http://www.uncw.edu/private/wseassessment/med/cis/outcome_1.html",,"Learning Outcome 1",1
				//,"Learning Outcome 2","med/cis/outcome_2.html",,"Learning Outcome 2",1
				//,"Learning Outcome 3","med/cis/outcome_3.html",,"Learning Outcome 3",1
				//,"Learning Outcome 4","med/cis/outcome_4.html",,"Learning Outcome 4",1
				//,"Learning Outcome 5","med/cis/outcome_5.html",,"Learning Outcome 5",1
				//,"Learning Outcome 6","med/cis/outcome_6.html",,"Learning Outcome 6",1
				//,"Learning Outcome 7","med/cis/outcome_7.html",,"Learning Outcome 7",1
				//,"Learning Outcome 8","med/cis/outcome_8.html",,"Learning Outcome 8",1
				])
				
			//Special Education
				addmenu(menu=["assess_med_sped",
				,,175,1,"",style2,,"left",effect,0,,,,,,,,,,,
				,"MED Special Education Program Overview","http://www.uncw.edu/private/wseassessment/med/over_sped.html",,"Program Overview",1
				,"Curriculum Map","",,"Curriculum Map",1
				,"Assessment Matrix","http://www.uncw.edu/private/wseassessment/documents/ProgramAssessmentPlans/assessment_med_sped.doc",,"Assessment Matrix",1
				//,"Learning Outcome 1","http://www.uncw.edu/private/wseassessment/med/sped/outcome_1.html",,"Learning Outcome 1",1
				])
				
		//menu items for EDD
	
		addmenu(menu=["assess_edd",
	    ,,175,1,"",style2,,"left",effect,0,,,,,,,,,,,
		,"EDD Program Overview","",,"Program Overview",1
		,"Curriculum Map","",,"Curriculum Map",1
		,"Assessment Matrix","http://www.uncw.edu/private/wseassessment/edd/documents/EDDStandardAlignment.pdf",,"Assessment Matrix",1
		//,"Learning Outcome 1","",,"Learning Outcome 1",1
		])
		
		addmenu(menu=["assess_under_eyc",
	    ,,200,1,"",style2,,"left",effect,0,,,,,,,,,,,
		,"EYC Education Overview","http://www.uncw.edu/private/wseassessment/under/eyc/index.html",,"EYC Education Overview",1
		,"Curriculum Map","",,"Curriculum Map",1
		,"Assessment Matrix","http://www.uncw.edu/private/wseassessment/under/eyc/EYCAssessment/EYCAssessmentPlanTemplate.doc",,"Assessment Matrix",1
		//,"Learning Outcome 1","http://www.uncw.edu/private/wseassessment/under/eyc/outcome_1.html",,"Learning Outcome 1",1
		])
		
		addmenu(menu=["assess_under_elem",
	    ,,200,1,"",style2,,"left",effect,0,,,,,,,,,,,
		,"Elementary Education Overview","http://www.uncw.edu/private/wseassessment/under/elem/index.html",,"Elementary Education Overview",1
		,"Curriculum Map","",,"Curriculum Map",1
		,"Assessment Matrix","http://www.uncw.edu/private/wseassessment/documents/ProgramAssessmentPlans/assessment_under_elem.doc",,"Assessment Matrix",1
		//,"Learning Outcome 1","http://www.uncw.edu/private/wseassessment/under/elem/outcome_1.html",,"Learning Outcome 1",1
		])
		
		addmenu(menu=["assess_under_mid",
	    ,,200,1,"",style2,,"left",effect,0,,,,,,,,,,,
		,"Middle Grades Education Overview","http://www.uncw.edu/private/wseassessment/under/mid/index.html",,"Middle Grades Education Overview",1
		,"Curriculum Map","",,"Curriculum Map",1
		,"Assessment Matrix","http://www.uncw.edu/private/wseassessment/documents/ProgramAssessmentPlans/assessment_under_mid.doc",,"Assessment Matrix",1
		//,"Learning Outcome 1","http://www.uncw.edu/private/wseassessment/under/mid/outcome_1.html",,"Learning Outcome 1",1
		])
		
		addmenu(menu=["assess_under_sped",
	    ,,200,1,"",style2,,"left",effect,0,,,,,,,,,,,
		,"Special Education Overview","http://www.uncw.edu/private/wseassessment/under/sped/index.html",,"Special Education Overview",1
		,"Adapted Curriculum &gt;","show-menu=under_sped_adapt",,"Adapted Curriculum",1
		,"General Curriculum &gt;","show-menu=under_sped_general",,"General Curriculum",1
		])

		addmenu(menu=["under_sped_adapt",
	    	,,200,1,"",style2,,"left",effect,0,,,,,,,,,,,
		,"Curriculum Map","http://www.uncw.edu/private/wseassessment/documents/CurriculumMap/cm_SPEDadapt.pdf",,"Curriculum Map",1
		,"Assessment Matrix","http://www.uncw.edu/private/wseassessment/documents/ProgramAssessmentPlans/assessment_under_sped_adapt.pdf",,"Assessment Matrix",1
		//,"Learning Outcome 1","http://www.uncw.edu/private/wseassessment/under/sped/outcome_a1.html",,"Learning Outcome 1",1
		//,"Learning Outcome 2","http://www.uncw.edu/private/wseassessment/under/sped/outcome_a2.html",,"Learning Outcome 2",1
		//,"Learning Outcome 3","http://www.uncw.edu/private/wseassessment/under/sped/outcome_a3.html",,"Learning Outcome 3",1
		//,"Learning Outcome 4","http://www.uncw.edu/private/wseassessment/under/sped/outcome_a4.html",,"Learning Outcome 4",1
		//,"Learning Outcome 5","http://www.uncw.edu/private/wseassessment/under/sped/outcome_a5.html",,"Learning Outcome 5",1
		//,"Learning Outcome 6","http://www.uncw.edu/private/wseassessment/under/sped/outcome_a6.html",,"Learning Outcome 6",1
		//,"Learning Outcome 7","http://www.uncw.edu/private/wseassessment/under/sped/outcome_a7.html",,"Learning Outcome 7",1
		//,"Learning Outcome 8","http://www.uncw.edu/private/wseassessment/under/sped/outcome_a8.html",,"Learning Outcome 8",1
		//,"Learning Outcome 9","http://www.uncw.edu/private/wseassessment/under/sped/outcome_a9.html",,"Learning Outcome 9",1
		//,"Learning Outcome 10","http://www.uncw.edu/private/wseassessment/under/sped/outcome_a10.html",,"Learning Outcome 10",1
		//,"Learning Outcome 11","http://www.uncw.edu/private/wseassessment/under/sped/outcome_a11.html",,"Learning Outcome 11",1
		//,"Learning Outcome 12","http://www.uncw.edu/private/wseassessment/under/sped/outcome_a12.html",,"Learning Outcome 12",1
		//,"Learning Outcome 13","http://www.uncw.edu/private/wseassessment/under/sped/outcome_a13.html",,"Learning Outcome 13",1
		//,"Learning Outcome 14","http://www.uncw.edu/private/wseassessment/under/sped/outcome_a14.html",,"Learning Outcome 14",1

		])

		addmenu(menu=["under_sped_general",
	    	,,200,1,"",style2,,"left",effect,0,,,,,,,,,,,
		,"Assessment Matrix","http://www.uncw.edu/private/wseassessment/documents/ProgramAssessmentPlans/assessment_under_sped_gen.pdf",,"Assessment Matrix",1
		,"Curriculum Map","http://www.uncw.edu/private/wseassessment/documents/CurriculumMap/cm_SPEDgen.pdf",,"Curriculum Map",1
		//,"Learning Outcome 1","http://www.uncw.edu/private/wseassessment/under/sped/outcome_1.html",,"Learning Outcome 1",1
		//,"Learning Outcome 2","http://www.uncw.edu/private/wseassessment/under/sped/outcome_2.html",,"Learning Outcome 2",1
		//,"Learning Outcome 3","http://www.uncw.edu/private/wseassessment/under/sped/outcome_3.html",,"Learning Outcome 3",1
		//,"Learning Outcome 4","http://www.uncw.edu/private/wseassessment/under/sped/outcome_4.html",,"Learning Outcome 4",1
		//,"Learning Outcome 5","http://www.uncw.edu/private/wseassessment/under/sped/outcome_5.html",,"Learning Outcome 5",1
		//,"Learning Outcome 6","http://www.uncw.edu/private/wseassessment/under/sped/outcome_6.html",,"Learning Outcome 6",1
		//,"Learning Outcome 7","http://www.uncw.edu/private/wseassessment/under/sped/outcome_7.html",,"Learning Outcome 7",1
		//,"Learning Outcome 8","http://www.uncw.edu/private/wseassessment/under/sped/outcome_8.html",,"Learning Outcome 8",1
		//,"Learning Outcome 9","http://www.uncw.edu/private/wseassessment/under/sped/outcome_9.html",,"Learning Outcome 9",1
		//,"Learning Outcome 10","http://www.uncw.edu/private/wseassessment/under/sped/outcome_10.html",,"Learning Outcome 10",1
		//,"Learning Outcome 11","http://www.uncw.edu/private/wseassessment/under/sped/outcome_11.html",,"Learning Outcome 11",1
		])
		
		//addmenu(menu=["assess_addon_esl",
	    //	,,200,1,"",style2,,"left",effect,0,,,,,,,,,,,
		//,"Curriculum Map","http://www.uncw.edu/private/wseassessment/addon/esl/curriculumap.html",,"Curriculum Map",1
		//,"Assessment Matrix","http://www.uncw.edu/private/wseassessment/documents/ProgramAssessmentPlans/assessment_addon_esl.doc",,"Assessment Matrix",1
		//,"Learning Outcome 1","http://www.uncw.edu/private/wseassessment/addon/esl/outcome_1.html",,"Learning Outcome 1",1
		//])
		
		addmenu(menu=["assess_addon_aig",
	    	,,200,1,"",style2,,"left",effect,0,,,,,,,,,,,
		,"Curriculum Map","",,"Curriculum Map",1
		,"Assessment Matrix","http://www.uncw.edu/private/wseassessment/documents/ProgramAssessmentPlans/assessment_addon_aig.doc",,"Assessment Matrix",1
		//,"Learning Outcome 1","http://www.uncw.edu/private/wseassessment/addon/aig/outcome_1.html",,"Learning Outcome 1",1
		])
		
//		addmenu(menu=["assess_addon_tfellows",
//	    	,,200,1,"",style2,,"left",effect,0,,,,,,,,,,,
//		,"Curriculum Map","http://www.uncw.edu/private/wseassessment/addon/tfellows/curriculumap.html",,"Curriculum Map",1
//		,"Assessment Matrix","http://www.uncw.edu/private/wseassessment/documents/ProgramAssessmentPlans/assessment_addon_tfellows.doc",,"Assessment Matrix",1
//		,"Learning Outcome 1","http://www.uncw.edu/private/wseassessment/addon/tfellows/outcome_1.html",,"Learning Outcome 1",1
//		])
		
//		addmenu(menu=["assess_addon_pfellows",
//	    	,,200,1,"",style2,,"left",effect,0,,,,,,,,,,,
//		,"Curriculum Map","http://www.uncw.edu/private/wseassessment/addon/pfellows/curriculumap.html",,"Curriculum Map",1
//		,"Assessment Matrix","http://www.uncw.edu/private/wseassessment/documents/ProgramAssessmentPlans/assessment_addon_pfellows.doc",,"Assessment Matrix",1
//		,"Learning Outcome 1","http://www.uncw.edu/private/wseassessment/addon/pfellows/outcome_1.html",,"Learning Outcome 1",1
//		])
		
		//addmenu(menu=["blank",
	    	//,,175,1,"",style2,,"left",effect,0,,,,,,,,,,,
		//,"Blank","show-menu=blank2",,"Blank",1
		//])
		

dumpmenus()