	var NoOffFirstLineMenus=11;			// Number of main menu  items
						// Colorvariables:
						// Color variables take HTML predefined color names or "#rrggbb" strings
						//For transparency make colors and border color ""
	var LowBgColor="#FFFFFF";			// Background color when mouse is not over
	var HighBgColor="#FFFFFF";			// Background color when mouse is over
	var FontLowColor="#333333";			// Font color when mouse is not over
	var FontHighColor="#cc9900";			// Font color when mouse is over
	var BorderColor="#cccc99";			// Border color  #6969AA
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Verdana, Arial, Helvetica, sans-serif"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0 --> off
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered="left";		// Item text position left, center or right
	var MenuCentered="left";			// Menu horizontal position can be: left, center, right, justify,
						//  leftjustify, centerjustify or rightjustify. PartOfWindow determines part of window to use
	var MenuVerticalCentered="static";		// Menu vertical position top, middle,bottom or static
	var ChildOverlap=.07;					// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=120;				// Menu offset x coordinate
	var StartLeft=13;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="navig";			// Frame where first level appears
	var SecLineFrame="space";			// Frame where sub levels appear
	var DocTargetFrame="space";			// Frame where target documents appear
	var TargetLoc="";				// span id for relative positioning
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref="";				// BaseHref lets you specify the root directory for relative links. 


	var Arrws=[BaseHref+"graphics/tri.gif",10,10,BaseHref+"tridown.gif",10,5];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var PartOfWindow=.8;				// PartOfWindow: When MenuCentered is justify, sets part of window width to stretch to

	var MenuSlide="";
	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.3, wipeStyle=1)";

	var MenuShadow="";
//	var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#6969AA, offX=10, offY=10, positive=5)";
//	var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#6969AA, direction=135, strength=3)";

	var MenuOpacity="";
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=92)";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width);

Menu1=new Array("Home","index.htm","",0,20,200);

Menu2=new Array("Table of Contents","toc.htm","",0,20,133);		
	
Menu3=new Array("Resume","resume.htm","",2,20,133);
	Menu3_1=new Array("Web Resume","resume.htm","",0,20,133);
	Menu3_2=new Array("Printable Resume","javascript:NewWin=window.open('docs/Resume-2006.pdf','NWin');window['NewWin'].focus()","",0,20,133);

Menu4=new Array("Course Plan","course-plan.htm","",0,20,133);
	
Menu5=new Array("Statement of Philosophy","philosophy.htm","",2,20,133);
	Menu5_1=new Array("Web Version","philosophy.htm","",0,20,133);
	Menu5_2=new Array("Printable Version","javascript:NewWin=window.open('docs/PortfolioPhilosophyStatement.pdf','NWin');window['NewWin'].focus()","",0,20,133);
			
Menu6=new Array("Professional Development Plan","pd-plan.htm","",2,20,133);
	Menu6_1=new Array("Web Version","pd-plan.htm","",0,20,133);
	Menu6_2=new Array("Printable Version","javascript:NewWin=window.open('docs/ProfessionalDevelopmentPlan.pdf','NWin');window['NewWin'].focus()","",0,20,133);

Menu7=new Array("Internship","","",2,20,133);
	Menu7_1=new Array("Internship Log","internship-log.htm","",2,20,143);
		Menu7_1_1=new Array("Web Version","internship-log.htm","",0,20,133);
		Menu7_1_2=new Array("Printable Version","javascript:NewWin=window.open('docs/internshiphours.pdf','NWin');window['NewWin'].focus()","",0,20,133);
	Menu7_2=new Array("Internship Evaluation","javascript:NewWin=window.open('docs/DU-internship-eval.pdf','NWin');window['NewWin'].focus()","",0,20,143);

Menu8=new Array("Reflective Essays","reflective-essays.htm","",12,20,133);
	Menu8_1=new Array("Reflective Essay Overview","reflective-overview.htm","",0,20,280);
	Menu8_2=new Array("1: Foundation For Leadership","standard1.htm","",2,20,280);
		Menu8_2_1=new Array("Web Version","standard1.htm","",0,20,133);
		Menu8_2_2=new Array("Printable Version","javascript:NewWin=window.open('docs/standard1.pdf','NWin');window['NewWin'].focus()","",0,20,133);
	Menu8_3=new Array("2: Contextual Understanding","standard2.htm","",2,20,280);
		Menu8_3_1=new Array("Web Version","standard2.htm","",0,20,133);
		Menu8_3_2=new Array("Printable Version","javascript:NewWin=window.open('docs/standard2.pdf','NWin');window['NewWin'].focus()","",0,20,133);
	Menu8_4=new Array("3: Planning And Organization","standard3.htm","",2,20,280);
		Menu8_4_1=new Array("Web Version","standard3.htm","",0,20,133);
		Menu8_4_2=new Array("Printable Version","javascript:NewWin=window.open('docs/Standard3.pdf','NWin');window['NewWin'].focus()","",0,20,133);
	Menu8_5=new Array("4: Content Knowledge Instruction","standard4.htm","",2,20,280);
		Menu8_5_1=new Array("Web Version","standard4.htm","",0,20,133);
		Menu8_5_2=new Array("Printable Version","javascript:NewWin=window.open('docs/Standard4.pdf','NWin');window['NewWin'].focus()","",0,20,133);
	Menu8_6=new Array("5: Individualization of Instruction","standard5.htm","",2,20,280);
		Menu8_6_1=new Array("Web Version","standard5.htm","",0,20,133);
		Menu8_6_2=new Array("Printable Version","javascript:NewWin=window.open('docs/standard5.pdf','NWin');window['NewWin'].focus()","",0,20,133);
	Menu8_7=new Array("6: Management And Evaluation of Instruction","standard6.htm","",2,20,280);
		Menu8_7_1=new Array("Web Version","standard6.htm","",0,20,133);
		Menu8_7_2=new Array("Printable Version","javascript:NewWin=window.open('docs/standard6.pdf','NWin');window['NewWin'].focus()","",0,20,133);
	Menu8_8=new Array("7: Supervision of Personnel","standard7.htm","",2,20,280);
		Menu8_8_1=new Array("Web Version","standard7.htm","",0,20,133);
		Menu8_8_2=new Array("Printable Version","javascript:NewWin=window.open('docs/standard7.pdf','NWin');window['NewWin'].focus()","",0,20,133);
	Menu8_9=new Array("8: Supervision of Student Conduct","standard8.htm","",2,20,280);
		Menu8_9_1=new Array("Web Version","standard8.htm","",0,20,133);
		Menu8_9_2=new Array("Printable Version","javascript:NewWin=window.open('docs/standard8.pdf','NWin');window['NewWin'].focus()","",0,20,133);
	Menu8_10=new Array("9: Resources","standard9.htm","",2,20,280);
		Menu8_10_1=new Array("Web Version","standard9.htm","",0,20,133);
		Menu8_10_2=new Array("Printable Version","javascript:NewWin=window.open('docs/standard9.pdf','NWin');window['NewWin'].focus()","",0,20,133);
	Menu8_11=new Array("10: School Site Safety and Maintenance","standard10.htm","",2,20,280);
		Menu8_11_1=new Array("Web Version","standard10.htm","",0,20,133);
		Menu8_11_2=new Array("Printable Version","javascript:NewWin=window.open('docs/standard10.pdf','NWin');window['NewWin'].focus()","",0,20,133);
	Menu8_12=new Array("11: Parent and Community Involvement","standard11.htm","",2,20,280);
		Menu8_12_1=new Array("Web Version","standard11.htm","",0,20,133);
		Menu8_12_2=new Array("Printable Version","javascript:NewWin=window.open('docs/standard11.pdf','NWin');window['NewWin'].focus()","",0,20,133);

Menu9=new Array("Artifact Matrix","javascript:NewWin=window.open('artifact-matrix.htm','NWin');window['NewWin'].focus()","",0,20,100);

Menu10=new Array("Artifacts","artifacts.htm","",0,20,100);
Menu11=new Array("Recommendations","","",4,20,100);
	Menu11_1=new Array("Recommendation: Mario Williams","javascript:NewWin=window.open('docs/Rec-Williams.pdf','NWin');window['NewWin'].focus()","",0,20,220);
	Menu11_2=new Array("Recommendation: Karen Ellis","javascript:NewWin=window.open('docs/Rec-Ellis.pdf','NWin');window['NewWin'].focus()","",0,20,220);
	Menu11_3=new Array("Recommendation: Alan McQueen","javascript:NewWin=window.open('docs/Rec-McQueen.pdf','NWin');window['NewWin'].focus()","",0,20,220);
	Menu11_4=new Array("Recommendation: Annetta Gallegos","javascript:NewWin=window.open('docs/Rec-Gallegos.pdf','NWin');window['NewWin'].focus()","",0,20,220);
	
	
//	docs/Rec-Gallegos.pdf
