//UDMv3.8.1
//* DO NOT EDIT THIS BIT *
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.8.1 by Brothercake
//  http://www.brothercake.com/dropdown/ 
//
//  Link-wrapping routine by Brendan Armstrong
//  Original KDE modifications by David Joham
//  Opera reload/resize based on a routine by Michael Wallner
//  Select-element hiding routine by Huy Do
//
///////////////////////////////////////////////////////////////////////////





// *** POSITIONING AND STYLES *********************************************



var menuALIGN = "center";		// alignment mode
var absLEFT = 	50;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	90; 		// absolute top position

var staticMENU = false;		// static positioning mode (win/ie5,ie6 and ns4 only)

var stretchMENU = false;	// show empty cells
var showBORDERS = false;	// show empty cell borders

var baseHREF = "/courses/edtec561/resources/";	// base path
var zORDER = 	1000;		// base z-order of nav structure

var mCOLOR = 	"#003366";	// main nav cell color
var rCOLOR = 	"#336699";	// main nav cell rollover color
var bSIZE = 	0;		// main nav border size
var bCOLOR = 	"#cccc99";	// main nav border color
var aLINK = 	"#ffff99";	// main nav link color
var aHOVER = 	"";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"verdana,arial,sans-serif";	// main nav font face
var fSIZE = 	12;		// main nav font size (pixels)
var fWEIGHT = 	"bold";		// main nav font weight
var tINDENT = 	7;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	10;		// main nav vertical cell padding
var vtOFFSET = 	0;		// main nav vertical text offset (+/- pixels from middle)

var keepLIT =	true;		// keep rollover color when browsing menu
var vOFFSET = 	5;		// shift the submenus vertically
var hOFFSET = 	0;		// shift the submenus horizontally

var smCOLOR = 	"#ffff99";	// submenu cell color
var srCOLOR = 	"#cccc99";	// submenu cell rollover color
var sbSIZE = 	0;		// submenu border size
var sbCOLOR = 	"#996600";	// submenu border color
var saLINK = 	"#000000";	// submenu link color
var saHOVER = 	"#000000";	// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"verdana,arial,sans-serif";	// submenu font face
var sfSIZE = 	10;		// submenu font size (pixels)
var sfWEIGHT = 	"normal";	// submenu font weight
var stINDENT = 	5;		// submenu text indent (if text is left or right aligned)
var svPADDING = 5;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	2;		// submenu dropshadow size
var shCOLOR =	"#336699";	// submenu dropshadow color
var shOPACITY = 75;		// submenu dropshadow opacity (not ie4,ns4 or opera)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu
var chvOFFSET = 0;		// shift the child menus vertically
var chhOFFSET = 0;		// shift the child menus horizontally

var openTIMER = 0;		// menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 0;	// child-menu opening delay time (not ns4/op5/op6)
var closeTIMER = 0;		// menu closing delay time

var aCURSOR = "hand";		// cursor for active links (not ns4, op5 or op6)
var altDISPLAY = "";		// where to display alt text
var allowRESIZE = mu;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 765;		// override grid width
var gridHEIGHT = 500;		// override grid height
var documentWIDTH = 0;		// override document width

var hideSELECT = false;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;	// allow for text scaling in gecko browsers
var allowPRINTING = true;	// allow the navbar and menus to print (not ns4)

var arrWIDTH = 13;		//arrow width (not ns4/op5/op6)
var arrHEIGHT = 13;		//arrow height (not ns4/op5/op6)

var arrHOFFSET = -1;		//arrow horizontal offset (not ns4/op5/op6)
var arrVOFFSET = -3;		//arrow vertical offset (not ns4/op5/op6)
var arrVALIGN = "middle";	//arrow vertical align (not ns4/op5/op6)

var arrLEFT = "<";		//left arrow (not ns4/op5/op6)
var arrLEFT_ROLL = "";		//left rollover arrow (not ns4/op5/op6)
var arrRIGHT = ">";		//right arrow (not ns4/op5/op6)
var arrRIGHT_ROLL = "";		//right rollover arrow (not ns4/op5/op6)





//** LINKS ***********************************************************



// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER")
MI("","<span class='u'>S</span>chedule",90,"center","","Schedule",0,0,"u","","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(90,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("","On Campus","","On Campus Course Schedule");
	
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(90,"left","left",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		CI("/courses/edtec561/schedule-f11-oc.htm#S1","<strong>01</strong> - Aug 30","","Session 1");
		CI("/courses/edtec561/schedule-f11-oc.htm#S2","<strong>02</strong> - Sep 6","","Session 2");
		CI("/courses/edtec561/schedule-f11-oc.htm#S3","<strong>03</strong> - Sep 13","","Session 3");
		CI("/courses/edtec561/schedule-f11-oc.htm#S4","<strong>04</strong> - Sep 20","","Session 4");
		CI("/courses/edtec561/schedule-f11-oc.htm#S5","<strong>05</strong> - Sep 27","","Session 5");
		CI("/courses/edtec561/schedule-f11-oc.htm#S6","<strong>06</strong> - Oct 4","","Session 6");
		CI("/courses/edtec561/schedule-f11-oc.htm#S7","<strong>07</strong> - Oct 11","","Session 7");
		CI("/courses/edtec561/schedule-f11-oc.htm#S8","<strong>08</strong> - Oct 18","","Session 8");
		CI("/courses/edtec561/schedule-f11-oc.htm#S9","<strong>09</strong> - Oct 25","","Session 9");
		CI("/courses/edtec561/schedule-f11-oc.htm#S10","<strong>10</strong> - Nov 1","","Session 10");
		CI("/courses/edtec561/schedule-f11-oc.htm#S11","<strong>11</strong> - Nov 8","","Session 11");
		CI("/courses/edtec561/schedule-f11-oc.htm#S12","<strong>12</strong> - Nov 15","","Session 12");
		CI("/courses/edtec561/schedule-f11-oc.htm#S13","<strong>13</strong> - Nov 22","","Session 13");
		CI("/courses/edtec561/schedule-f11-oc.htm#S14","<strong>14</strong> - Nov 29","","Session 14");
		CI("/courses/edtec561/schedule-f11-oc.htm#S15","<strong>15</strong> - Dec 6","","Session 15");
		CI("/courses/edtec561/schedule-f11-oc.htm#S16","<strong>16</strong> - Dec 13","","Session 16");
		
	// add submenu link items ("url","Link name","_target","alt text")
	SI("","On Line","","On Line Course Schedule");
	
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(90,"left","left",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		CI("/courses/edtec561/schedule-f11-ol.htm#S1","<strong>01</strong> - Aug 30","","Session 1");
		CI("/courses/edtec561/schedule-f11-ol.htm#S2","<strong>02</strong> - Sep 6","","Session 2");
		CI("/courses/edtec561/schedule-f11-ol.htm#S3","<strong>03</strong> - Sep 13","","Session 3");
		CI("/courses/edtec561/schedule-f11-ol.htm#S4","<strong>04</strong> - Sep 20","","Session 4");
		CI("/courses/edtec561/schedule-f11-ol.htm#S5","<strong>05</strong> - Sep 27","","Session 5");
		CI("/courses/edtec561/schedule-f11-ol.htm#S6","<strong>06</strong> - Oct 4","","Session 6");
		CI("/courses/edtec561/schedule-f11-ol.htm#S7","<strong>07</strong> - Oct 11","","Session 7");
		CI("/courses/edtec561/schedule-f11-ol.htm#S8","<strong>08</strong> - Oct 18","","Session 8");
		CI("/courses/edtec561/schedule-f11-ol.htm#S9","<strong>09</strong> - Oct 25","","Session 9");
		CI("/courses/edtec561/schedule-f11-ol.htm#S10","<strong>10</strong> - Nov 1","","Session 10");
		CI("/courses/edtec561/schedule-f11-ol.htm#S11","<strong>11</strong> - Nov 8","","Session 11");
		CI("/courses/edtec561/schedule-f11-ol.htm#S12","<strong>12</strong> - Nov 15","","Session 12");
		CI("/courses/edtec561/schedule-f11-ol.htm#S13","<strong>13</strong> - Nov 22","","Session 13");
		CI("/courses/edtec561/schedule-f11-ol.htm#S14","<strong>14</strong> - Nov 29","","Session 14");
		CI("/courses/edtec561/schedule-f11-ol.htm#S15","<strong>15</strong> - Dec 6","","Session 15");
		CI("/courses/edtec561/schedule-f11-ol.htm#S16","<strong>16</strong> - Dec 13","","Session 16");		

MI("","<span class='u'>M</span>odules",90,"center","","Modules",0,0,"m","","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(130,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("/courses/edtec561/key/module01/intro.htm","<strong>Module 1</strong>","","Module 1");
	SI("/courses/edtec561/key/module02/intro.htm","<strong>Module 2</strong>","","Module 2");
	SI("/courses/edtec561/key/module03/intro.htm","<strong>Module 3</strong>","","Module 3");
	SI("/courses/edtec561/key1/module04/intro.htm","<strong>Module 4</strong>","","Module 4");
	SI("/courses/edtec561/key1/module05/intro.htm","<strong>Module 5</strong>","","Module 5");
	SI("/courses/edtec561/key1/module06/intro.htm","<strong>Module 6</strong>","","Module 6");
	SI("/courses/edtec561/key1/module07/intro.htm","<strong>Module 7</strong>","","Module 7");
	SI("/courses/edtec561/key1/module08/intro.htm","<strong>Module 8</strong>","","Module 8");
	SI("/courses/edtec561/key1/module09/intro.htm","<strong>Module 9</strong>","","Module 9");
	SI("/courses/edtec561/key1/module10/intro.htm","<strong>Module 10</strong>","","Module 10");
	SI("/courses/edtec561/key1/module11/intro.htm","<strong>Module 11</strong>","","Module 11");
	SI("/courses/edtec561/key1/module12/intro.htm","<strong>Module 12</strong>","","Module 12");	

MI("/courses/edtec561/assignments.htm","<span class='u'>A</span>ssignments",90,"center","","Assignments",0,0,"a","","","","");

MI("","M<span class='u'>y</span> 561",90,"center","","",0,0,"y","","","","");

	SP(93,"left","left",0,0,"","","","","","","");
	// add submenu link items ("url","Link name","_target","alt text")
	SI("/courses/edtec561/getting_started.htm","Getting Started","","Getting Started");
	SI("https://coedata.sdsu.edu/edtec/student_data/findrecords.php","My Profile","","My Profile");
	SI("/courses/edtec561/progress.htm","My Progress","","My Progress");
	SI("/courses/edtec561/grading_policy.htm","Grading Policy","","Grading Policy");


MI("","<span class='u'>R</span>esources",90,"center","","Resources",0,0,"r","","","","");	
		
	SP(107,"left","left",0,0,"","","","","","","");
	// add submenu link items ("url","Link name","_target","alt text")
	SI("/courses/edtec561/resources_online.htm"," For Online Folks","","Resources for Online Folks");
	SI("/courses/edtec561/resources_campus.htm","For Campus Folks","","Resources for Campus Folks");
	SI("/courses/edtec561/texts_tools.htm","Texts and Tools","","Texts and Tools");
	SI("/courses/edtec561/key1/listserv_class.htm","Listserv","","Listserv");

MI("/courses/edtec561/key1/students.htm","<span class='u'>P</span>eople",90,"center","","People",0,0,"p","","","","");
	
	

//* DO NOT EDIT THIS BIT *
}//***********************
//************************


