/* default properties in /include/flyout_uwt_def.js
   these apply to the standard dept toolbar,
   and can be overridden by each custom dept;
   they are also overriden here on the UWT Mini Nav Bar,
   since it is only implemented once.

    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: ''
    }
*/

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-4=l;";
newNavDeptUWT.position = "IMG|b+4=t;IMG-l-6=l;";

flyDefs (newNavDeptUWT);


// UWT Favorites
makeLayer ("imgDeptUWTtools", "Popular Campus Tools...",
"UWT Home=/",
"Alpine=http://alpine.washington.edu/",
"A-Z Index=/a-z_index.cfm",
"Calendar=/calendar/",
"Contact Us=/contact/",
"Directory=/directory/",
"Map and Directions=/campus_map/",
"MyUW=http://myuw.washington.edu/",
"Search=/search/",
"WebPine=http://webpine.washington.edu/"
);


// Info for...
makeLayer ("imgDeptUWTinfo", "Campus-Wide Information for...",
"Prospective Students=/enrollmentservices/admissions/",
"Current Students=/students/",
"Faculty &amp; Staff=/fac_staff/",
"Alumni=/alumni/",
"Community=/community/"
);

