/*

//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
// TRV is appended to standard object naming convention
var newNavDeptTRV = new Object;
newNavDeptTRV.background = "#ffffcc"; //pale yellow
newNavDeptTRV.outimg = "/graphics/arrow_dn_white.gif"; //used for menu items that have drop-downs
newNavDeptTRV.overimg = "/graphics/arrow_dn_gray.gif";
newNavDeptTRV.useclass = "deptnavitems";
newNavDeptTRV.titleclass = "deptnavheading";
flyDefs (newNavDeptTRV);


// TRV Flyout Menus

// TRV Upcoming Schedule
makeLayer ("imgDeptTRVtour","Upcoming Programs",
"<strong>Upcoming Programs:</strong>",
"&#8226;&nbsp;Kenya=http://www.tacoma.washington.edu/travel/upcoming/africa",
"&#8226;&nbsp;Argentina=http://www.tacoma.washington.edu/travel/upcoming/argentina",
"<br /><strong>International Exchange:<strong>",
"&#8226;&nbsp;Groningen, The Netherlands=http://www.tacoma.washington.edu/travel/exchange/groningen/"
);




// TRV Resources
makeLayer ("imgDeptTRVreso", "General Information and Forms...=http://www.tacoma.washington.edu/travel/resources/",
"Calendar=http://www.tacoma.washington.edu/travel/resources/calendar.cfm",
"FAQ=http://www.tacoma.washington.edu/travel/resources/faq.cfm",
"Student Resources=http://www.tacoma.washington.edu/travel/resources/student_resources.cfm",
"Faculty Resources=http://www.tacoma.washington.edu/travel/resources/faculty_resources.cfm",
"Forms=http://www.tacoma.washington.edu/travel/resources/forms.cfm",
"Scholarships=http://www.tacoma.washington.edu/travel/resources/scholarships.cfm"
);
