/*

//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
// SOC is appended to standard object naming convention
var newNavDeptSOC = new Object;
newNavDeptSOC.background = "#fafad2"; //d9f2ff custom light blue derived from Dark Azure-Cyan #006699
newNavDeptSOC.titlebackground = "lime"; //Dark Azure-Cyan
newNavDeptSOC.overimg = "/graphics/arrow_dn_black.gif";
newNavDeptSOC.outimg = "/graphics/arrow_dn_black.gif"; //used for menu items that have drop-downs
newNavDeptSOC.useclass = "deptnavitems";
newNavDeptSOC.titleclass = "deptnavheading";
flyDefs (newNavDeptSOC);


// SOC Flyout Menus

// SOC Academics
makeLayer ("imgDeptSOCacad", "Areas of Study...=/social/academics/",
"Bachelor of Arts, Social Welfare (BASW)=/social/academics/basw/",
"Master of Social Work (MSW)=/social/academics/msw/",
"Criminal Justice Minor=/social/academics/cjm/"
);

// SOC Admissions
makeLayer ("imgDeptSOCadmi", "Entrance Requirements...=/social/admissions/",
"Bachelor of Arts, Social Welfare (BASW)=/social/academics/basw/admission.cfm",
"Master of Social Work (MSW)=/social/academics/msw/admission.cfm"
//"Minors&nbsp;and&nbsp;Certificates=/social/academics/minors_certificates/"
);

// SOC Advising
makeLayer ("imgDeptSOCadvi", "For Current Students...=/social/advising/",
"BASW Advising=/social/advising/basw/",
"MSW Advising=/social/advising/msw/"
);


// SOC Resources
makeLayer ("imgDeptSOCreso", "Forms and Links...=/social/resources/",
"for BASW Students=/social/resources/student_resources_basw.cfm",
"for MSW Students=/social/resources/student_resources_msw.cfm",
"for Alumni=/social/resources/alumni_resources.cfm",
//"for Faculty=/social/resources/faculty_resources.cfm",
"for Practicum Instructors=/social/resources/practicum_instr_resources.cfm",
"More Links=/social/resources/links.cfm"
);


// SOC About
makeLayer ("imgDeptSOCabou", "Who We Are...=/social/about/",
"Overview=/social/about/",
"Accreditation=/social/about/accreditation.cfm",
"Advisory Council=/social/about/advisory_council.cfm",
"In the News=/social/about/news.cfm",
"Recent Faculty Publications=/social/about/faculty_publications.cfm",
"Recent Faculty Presentations=/social/about/faculty_presentations.cfm",
"Our Faculty=/social/about/faculty.cfm",
"Our Staff=/social/about/staff.cfm"
);
