/*

//default properties in /include/flyout_uwt_def.js
    FlyLyr.defs = {
	background: '#dcdcdc',//gainsboro
	titlebackground: '#330099',
	border: '#000000',
	borderwidth: 1,
	useclass: 'deptnavitems',
	titleclass: 'deptnavheading',
	overimg: '/graphics/arrow_dn_dkgray.gif',
	outimg: '/graphics/arrow_dn_purp.gif',
	position: 'IMG|b+9=t;IMG-l-5=l',
	pause: 50,
	timeout: 1250,
	positionleft: 0,
	alignright: 0,
	hpad: 2,
	vpad: -2,
	position: ''
    }

//these uwt mini bar overrides will now act as defaults unless overridden below...
	var newNavDeptUWT = new Object;
	newNavDeptUWT.background = "#f5f5f5";//whitesmoke
	newNavDeptUWT.titlebackground = "#330099";
	newNavDeptUWT.useclass = "uwtnavminiitems";
	newNavDeptUWT.titleclass = "uwtnavminiheading";
	newNavDeptUWT.position = "IMG|b+7=t;IMG-l-5=l;";


*/

// edit dept name (in CAPS) in these lines
// EDUC is appended to standard object naming convention
var newNavDeptEDUC = new Object;
newNavDeptEDUC.background = "#fff5ee"; //d9f2ff custom light blue derived from Dark Azure-Cyan #006699
newNavDeptEDUC.titlebackground = "lime"; //Dark Azure-Cyan
newNavDeptEDUC.overimg = "/graphics/arrow_dn_white.gif";
newNavDeptEDUC.outimg = "/graphics/arrow_dn_gray.gif"; //used for menu items that have drop-downs
newNavDeptEDUC.useclass = "deptnavitems";
newNavDeptEDUC.titleclass = "deptnavheading";
flyDefs (newNavDeptEDUC);


// EDUC Flyout Menus

// EDUC Prospective Students
makeLayer ("imgDeptEDUCpros", "",
"<strong>Washington State Certification:</strong>",
"K-8 Certification=/education/prospective_students/wa_cert/k8/",
"K-8 with Special Education Certification=/education/prospective_students/wa_cert/k8sped/",
"Secondary Science Certification=/education/prospective_students/wa_cert/secsci/",
"Professional Certification=/education/prospective_students/wa_cert/procert/",
"Educational Administrator Certification=/education/prospective_students/wa_cert/edadmin/",
"Videos: 33 Reasons to Teach=/education/prospective_students/33reasons/",

"<br /><strong>For Practicing Educators:</strong>",
"Master of Education=/education/prospective_students/med_educators/genmed/",
"Professional Certification=/education/prospective_students/med_educators/procert/",
"Educational Administrator Certification=/education/prospective_students/med_educators/edadmin/",

"<br />Endorsements=/education/prospective_students/med_educators/endorsements/"
);



// EDUC Current Students
makeLayer ("imgDeptEDUCcurr", "",		   
"K-8 Certification=/education/current_students/k8/",
"K-8 with Special Education Certification=/education/current_students/k8sped/",
"Secondary Science Certification=/education/current_students/secsci/",
"Professional Certification=/education/current_students/procert/",
"Master of Education for Practicing Educators=/education/current_students/med_educators/",
"Educational Administrator Certification=/education/current_students/edadmin"
);



// EDUC Resources
makeLayer ("imgDeptEDUCreso", "",
"Education Links=/education/resources/",
"Student Resources=/education/resources/students/",	   
"Faculty Resources=/education/resources/private/faculty_resources.cfm",
"Staff Resources=/education/resources/private/staff_resources.cfm",
"Part-Time Lecturer Resources=/education/resources/private/part_time_resources.cfm",
"Field Supervisor Resources=/education/resources/private/supervisors.cfm",
"Cooperating Teacher Resources=/education/resources/coop_teachers/",
"PEAB Teacher Certification Resources=/education/resources/peab/",
"PEAB Educational Administration Resources=/education/resources/ed_admin_peab/"
);



// EDUC About
makeLayer ("imgDeptEDUCabou", "",
"Overview=/education/about/",
"Mission, Vision, and Values=/education/about/mission.cfm",
"Accreditation=/education/about/accreditation.cfm",
"Our Faculty=/education/about/faculty.cfm",
"Our Staff=/education/about/staff.cfm"
);

