/*

//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
// URB is appended to standard object naming convention
var newNavDeptURB = new Object;
newNavDeptURB.background = "#f5f5f5"; //d9f2ff custom light blue derived from Dark Azure-Cyan #006699
newNavDeptURB.titlebackground = "lime"; //Dark Azure-Cyan
newNavDeptURB.overimg = "/graphics/arrow_dn_sky.gif";
newNavDeptURB.outimg = "/graphics/arrow_dn_white.gif"; //used for menu items that have drop-downs
newNavDeptURB.useclass = "deptnavitems";
newNavDeptURB.titleclass = "deptnavheading";
flyDefs (newNavDeptURB);


// FA Flyout Menus

// FA Standing Committees
makeLayer ("imgDeptFAstandComm", "Standing&nbsp;Committees...=/faculty_assembly/standing_committees/"
);

// FA Admissions
makeLayer ("imgDeptFAexeCon", "Executive&nbsp;Counsil...=/faculty_assembly/executive_counsil/"
);

// FA Tri-Campus
makeLayer ("imgDeptFAtriCam", "With our powers combined...=/faculty_assembly/tri-campus/"
);

// FA Resources
makeLayer ("imgDeptFAreso", "Forms and Links...=/faculty_assembly/resources/"
);
