/*

//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
// NUR is appended to standard object naming convention
var newNavDeptNUR = new Object;
newNavDeptNUR.background = "#fff5ee"; //d9f2ff custom light blue derived from Dark Azure-Cyan #006699
newNavDeptNUR.titlebackground = "lime"; //Dark Azure-Cyan
newNavDeptNUR.overimg = "/graphics/arrow_dn_white.gif";
newNavDeptNUR.outimg = "/graphics/arrow_dn_gray.gif"; //used for menu items that have drop-downs
newNavDeptNUR.useclass = "deptnavitems";
newNavDeptNUR.titleclass = "deptnavheading";
flyDefs (newNavDeptNUR);


// NUR Flyout Menus

// NUR Prospective Students
makeLayer ("imgDeptNURpros", "",
"Bachelor of Science in Nursing (BSN)=/nursing/prospective_students/bsn/",
"Master of Nursing (MN)=/nursing/prospective_students/mn/",
"Health and Society Minor=/nursing/prospective_students/hs/"
);

// NUR Current Students
makeLayer ("imgDeptNURcurr", "",
"Bachelor of Science in Nursing (BSN)=/nursing/current_students/bsn/",
"Master of Nursing (MN)=/nursing/current_students/mn/"
//"Minors&nbsp;and&nbsp;Certificates=/nursing/academics/minors_certificates/"
);

// NUR Alumni
makeLayer ("imgDeptNURalum", "",
"BSN Advising=/nursing/alumni/bsn/",
"MN Advising=/nursing/alumni/mn/");


// NUR Resources
makeLayer ("imgDeptNURreso", "",
//"for BSN Students=/nursing/resources/student_resources_bsn.cfm",
//"for MN Students=/nursing/resources/student_resources_mn.cfm",
//"for Alumni=/nursing/resources/alumni_resources.cfm",
//"for Faculty=/nursing/resources/faculty_resources.cfm",
"Forms=/nursing/resources/forms.cfm",
"Nursing Links=/nursing/resources/index.cfm",
"Scholarships=/nursing/resources/scholarships.cfm",
"Info for MN Fieldwork Facilitators=/nursing/resources/facilitators/"
);


// NUR About
makeLayer ("imgDeptNURabou", "",
"Overview=/nursing/about/",
"Accreditation=/nursing/about/accreditation.cfm",
"Advisory Council=/nursing/about/advisory_council.cfm",
"Annual Awards=/nursing/about/annual_awards.cfm",
"Diversity=/nursing/about/diversity.cfm",
"Faculty=/nursing/about/faculty.cfm",
"Staff=/nursing/about/staff.cfm"
);
