/*

//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 = "#4b0082";
	newNavDeptUWT.useclass = "uwtnavminiitems";
	newNavDeptUWT.titleclass = "uwtnavminiheading";
	newNavDeptUWT.position = "IMG|b+7=t;IMG-l-5=l;";


*/

// edit dept name (in CAPS) in these lines
// TECH is appended to standard object naming convention
var newNavDeptTECH = new Object;
newNavDeptTECH.background = "#fff5ee"; //d9f2ff custom light blue derived from Dark Azure-Cyan #006699
newNavDeptTECH.titlebackground = "lime"; //Dark Azure-Cyan
newNavDeptTECH.overimg = "/graphics/arrow_dn_white.gif";
newNavDeptTECH.outimg = "/graphics/arrow_dn_black.gif"; //used for menu items that have drop-downs
newNavDeptTECH.useclass = "deptnavitems";
newNavDeptTECH.titleclass = "deptnavheading";
flyDefs (newNavDeptTECH);

  
// TECH Flyout Menus

// TECH Prospective Students
makeLayer ("imgDeptTECHpros", "Areas of Study...=http://www.tacoma.washington.edu/tech/prospective_students/",
"Bachelor of Arts=http://www.tacoma.washington.edu/tech/prospective_students/ba/css/",
"Bachelor of Science=http://www.tacoma.washington.edu/tech/prospective_students/bs/",
"Master of Science=http://www.tacoma.washington.edu/tech/prospective_students/ms/css/",
"Minors and Certificates=http://www.tacoma.washington.edu/tech/prospective_students/mc/",
"Web Community=http://www.tacoma.washington.edu/tech/community/"
);

// TECH Current Students
makeLayer ("imgDeptTECHcurr", "How-To Info For...=http://www.tacoma.washington.edu/tech/current_students/",
"Bachelors Students=http://www.tacoma.washington.edu/tech/current_students/bachelors/",
"Masters Students=http://www.tacoma.washington.edu/tech/current_students/masters/",
"Web Community=http://www.tacoma.washington.edu/tech/community/"
);

// TECH Resources
makeLayer ("imgDeptTECHreso", "Forms and Links...=http://www.tacoma.washington.edu/tech/resources/",
"for Bachelors Students=http://www.tacoma.washington.edu/tech/resources/for_bachelors/",
"for Masters Students=http://www.tacoma.washington.edu/tech/resources/for_masters/",
"for Faculty=http://www.tacoma.washington.edu/tech/resources/for_faculty/",
"for Staff=http://www.tacoma.washington.edu/tech/resources/for_staff/",
"for Student Employees=http://www.tacoma.washington.edu/tech/resources/for_stu_emp/",
"for Alumni=http://www.tacoma.washington.edu/tech/resources/for_alumni/"
);


// TECH About Us
makeLayer ("imgDeptTECHabou", "Who We Are...=http://www.tacoma.washington.edu/tech/about_us/",
"Overview=http://www.tacoma.washington.edu/tech/about_us/",
"Basics=http://www.tacoma.washington.edu/tech/about_us/basics/",
"People=http://www.tacoma.washington.edu/tech/about_us/people/",
"News and Events=http://www.tacoma.washington.edu/tech/about_us/news_and_events/",
"Teaching/Research Affiliations=/tech/about_us/teaching_res/",
"Outreach=http://www.tacoma.washington.edu/tech/about_us/outreach/",
"Alumni=http://www.tacoma.washington.edu/tech/about_us/alumni/"
);
