/*

//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
// HR is appended to standard object naming convention
var newNavDeptHR = new Object;
newNavDeptHR.background = "#eaebd6"; //?
newNavDeptHR.titlebackground = "#33ff00"; //lime
newNavDeptHR.outimg = "/graphics/arrow_dn_black.gif"; //used for menu items that have drop-downs
newNavDeptHR.useclass = "deptnavitems";
newNavDeptHR.titleclass = "deptnavheading";
flyDefs (newNavDeptHR);


// HR Flyout Menus

// HR Employment

makeLayer ("imgDeptHRempl", "Info for Prospective Employees...=http://www.tacoma.washington.edu/hr/jobs/",
"Current Openings=http://www.tacoma.washington.edu/hr/jobs/index.cfm",
"Status of Recent Openings=http://www.tacoma.washington.edu/hr/jobs/status.cfm"
);

makeLayer ("imgDeptHRreso", "HR Info and Documents...=http://www.tacoma.washington.edu/hr/resources/",
"Policies, Procedures, and Forms=http://www.tacoma.washington.edu/hr/resources/polproc.cfm",
//"Timesheets=http://www.tacoma.washington.edu/hr/resources/timesheets.cfm",
"Reward and Recognition Ideas=http://www.tacoma.washington.edu/hr/resources/reward.cfm"
);


// HR Transportation
makeLayer ("imgDeptHRtran", "Options for UWT Employees...=http://www.tacoma.washington.edu/hr/transportation/",
"Commute Alternatives=http://www.tacoma.washington.edu/hr/transportation/commute.cfm",
"UPass=http://www.tacoma.washington.edu/hr/transportation/upass.cfm",
"Parking Options=http://www.tacoma.washington.edu/hr/transportation/parking.cfm",
"Relax Rewards=http://www.tacoma.washington.edu/hr/transportation/relax.cfm",
"Rideshare Program=http://www.tacoma.washington.edu/hr/transportation/rideshare.cfm"
);



// HR Training and Development
makeLayer ("imgDeptHRtrai", "and Development...=http://www.tacoma.washington.edu/hr/training/",
"Overview=http://www.tacoma.washington.edu/hr/training/index.cfm",
"Upcoming Training Opportunities=http://www.tacoma.washington.edu/hr/training/courses.cfm"
);


