/*

//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


// SECURITY is appended to standard object naming convention
var newNavDeptSEC = new Object;
newNavDeptSEC.background = "#ffffcc"; //pale yellow
//newNavDeptSEC.titlebackground = "lime"; //doesn't seem to be used...
//newNavDeptSEC.overimg = "/graphics/arrow_dn_red.gif";  //need to make this
newNavDeptSEC.outimg = "/graphics/arrow_dn_black.gif"; //used for menu items that have drop-downs
newNavDeptSEC.useclass = "deptnavitems";
newNavDeptSEC.titleclass = "deptnavheading";
newNavDeptSEC.position = "IMG|b+4=t;IMG-l-7=l;";
flyDefs (newNavDeptSEC);


// SECURITY Flyout Menus

// SECURITY Home (no menu)


// SECURITY Campus Safety

makeLayer ("imgDeptSECsafe", 
		   "Safety Information=/security/about/",
"Annual&nbsp;Report=/security/annual_report.cfm",
"Building&nbsp;hours=/security/campus_hours.cfm",
"Clery&nbsp;Act&nbsp;Crime&nbsp;Statistics=/security/resources/right_to_know.cfm",
"60-Day&nbsp;Incident&nbsp;Log=/security/incidents/",
"Emergency&nbsp;Operations&nbsp;Plan=/security/eop/",
"Emergency&nbsp;Resources&nbsp;Map=/security/about/emergency_resources.cfm",
"Our&nbsp;staff=/security/about/staff.cfm"
);

// SECURITY Services
makeLayer ("imgDeptSECserv", "Let&nbsp;us&nbsp;help&nbsp;you=/security/services/",
"Key&nbsp;and&nbsp;Card&nbsp;Access=/security/services/card_key.cfm",
"Lost&nbsp;and&nbsp;Found=/security/services/lost_found.cfm",
"Motorist&nbsp;Assistance=/security/services/motorist.cfm",
"Parking&nbsp;Enforcement=/security/services/parking_map.cfm",
"Rape&nbsp;Agression&nbsp;Defense&nbsp;(RAD)=/security/services/rad.cfm",
"Safety&nbsp;Escort&nbsp;Program=/security/services/campus_escort.cfm"
);

// SECURITY Policies & Laws
makeLayer ("imgDeptSECpoli", "Keep&nbsp;yourself&nbsp;legal=/security/policies_laws/",
"Alcohol&nbsp;Policy=/security/policies_laws/alcohol_policy.cfm",
"Drug&nbsp;Policy=/security/policies_laws/drug_policy.cfm",
"Federal&nbsp;and&nbsp;State&nbsp;Drug&nbsp;Laws=/security/policies_laws/drug_laws.cfm",
"Sexual&nbsp;Assault&nbsp;Policy=/security/policies_laws/sexual_assault_policy.cfm",
"Student&nbsp;Conduct&nbsp;Code=/studentaffairs/SS/conduct_about.cfm"
);

// SECURITY Resources
makeLayer ("imgDeptSECreso", "See&nbsp;safety&nbsp;information=/security/resources/",
"Health&nbsp;and&nbsp;Safety&nbsp;Committee=/safety/",
"Identity&nbsp;Theft=/security/resources/identity_theft.cfm",
"Safe&nbsp;Campus=http://depts.washington.edu/uwhr/uwt-safecampus/index.shtml",
"Sex&nbsp;Offender&nbsp;Registry=/security/resources/sex_offenders.cfm",
"Tacoma&nbsp;Police&nbsp;Department=http://www.cityoftacoma.org/Page.aspx?nid=170"


);

// SECURITY Emergency Action Plan
makeLayer ("imgDeptSECeap", "Read&nbsp;before&nbsp;an&nbsp;emergency&nbsp;happens=/security/eap/",
"Whole&nbsp;Document&nbsp;(PDF, 71 pages)=/security/eap/eap_full.pdf",
"Table&nbsp;of&nbsp;contents=/security/eap/11_contents.pdf",
"Selected&nbsp;Chapters...",
"&gt;&nbsp;Emergency&nbsp;Communication=/security/eap/02_communication.pdf",
"&gt;&nbsp;Evacuation=/security/eap/03_evacuation.pdf",
"&gt;&nbsp;Building&nbsp;Wardens&nbsp;and&nbsp;Floor&nbsp;Wardens=/security/eap/04_wardens.pdf",
"&gt;&nbsp;Incident&nbsp;Plans=/security/eap/06_incident.pdf",
"&gt;&nbsp;Inclement&nbsp;Weather,&nbsp;Suspension&nbsp;of&nbsp;Operations&nbsp;Procedure=/security/eap/07_weather.pdf",
"&gt;&nbsp;Emergency&nbsp;Campus&nbsp;Lockdown=/security/eap/08_lockdown.pdf",
"&gt;&nbsp;First&nbsp;Aid&nbsp;Stations&nbsp;and&nbsp;Campus&nbsp;Building&nbsp;Floor&nbsp;Plans=/security/eap/09_firstAid.pdf"
);






