/*

//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
// IAS is appended to standard object naming convention
var newNavDeptIAS = new Object;
newNavDeptIAS.background = "#e7e7ef"; //d9f2ff custom light blue derived from Dark Azure-Cyan #006699
newNavDeptIAS.titlebackground = "lime"; //Dark Azure-Cyan
newNavDeptIAS.outimg = "/graphics/arrow_dn_black.gif"; //used for menu items that have drop-downs
newNavDeptIAS.useclass = "deptnavitems";
newNavDeptIAS.titleclass = "deptnavheading";
flyDefs (newNavDeptIAS);


// IAS Flyout Menus

// IAS Academics
makeLayer ("imgDeptIASacad", "Areas of Study...=http://www.tacoma.washington.edu/ias/academics/",
"Bachelor&nbsp;of&nbsp;Arts=http://www.tacoma.washington.edu/ias/academics/ba/",
"Bachelor&nbsp;of&nbsp;Science=http://www.tacoma.washington.edu/ias/academics/bs/",
"Master&nbsp;of&nbsp;Arts=http://www.tacoma.washington.edu/ias/academics/ma/",
"Minors&nbsp;and&nbsp;Certificates=http://www.tacoma.washington.edu/ias/academics/minors_certificates/",
"Course&nbsp;Descriptions=http://www.tacoma.washington.edu/ias/courses/"
);

// IAS Admissions
makeLayer ("imgDeptIASadmi", "Entrance Requirements...=http://www.tacoma.washington.edu/ias/admissions/",
"Bachelor&nbsp;of&nbsp;Arts=http://www.tacoma.washington.edu/ias/academics/ba/admission.cfm",
"Bachelor&nbsp;of&nbsp;Science=http://www.tacoma.washington.edu/ias/academics/bs/admission.cfm",
"Master&nbsp;of&nbsp;Arts=http://www.tacoma.washington.edu/ias/academics/ma/admission.cfm"
//"Minors&nbsp;and&nbsp;Certificates=http://www.tacoma.washington.edu/ias/academics/minors_certificates/"
);

// IAS Advising
makeLayer ("imgDeptIASadvi", "For Current Students...=http://www.tacoma.washington.edu/ias/advising/",
"Undergraduate Advising=http://www.tacoma.washington.edu/ias/advising/ug/",
"Graduate Advising=http://www.tacoma.washington.edu/ias/advising/grad/"
);

// IAS Courses
/*
makeLayer ("imgDeptIAScour", "Course Information...=http://www.tacoma.washington.edu/ias/courses/",
"Graduate&nbsp;Course&nbsp;Descriptions=http://www.tacoma.washington.edu/ias/courses/courses_grad_all.cfm",
"Undergraduate&nbsp;Course&nbsp;Descriptions=http://www.tacoma.washington.edu/ias/courses/courses_ug_all.cfm"
);
*/

// IAS Resources
makeLayer ("imgDeptIASreso", "Forms and Links...=http://www.tacoma.washington.edu/ias/resources/",
"for Faculty=http://www.tacoma.washington.edu/ias/resources/faculty_resources.cfm", 
"for BA/BS Students=http://www.tacoma.washington.edu/ias/resources/student_resources_ug.cfm",
"for MA Students=http://www.tacoma.washington.edu/ias/resources/student_resources_grad.cfm",
"for Alumni=http://www.tacoma.washington.edu/ias/resources/alumni_resources.cfm",
"Links=http://www.tacoma.washington.edu/ias/resources/links.cfm"
);


// IAS About
makeLayer ("imgDeptIASabou", "Who We Are...=http://www.tacoma.washington.edu/ias/about/",
"Introduction=http://www.tacoma.washington.edu/ias/about/intro.cfm",
"Mission=http://www.tacoma.washington.edu/ias/about/mission.cfm",
"Strategic Plan=http://www.tacoma.washington.edu/ias/about/StrategicPlan_2008_2018.pdf",
//"News=http://www.tacoma.washington.edu/ias/about/news.cfm",
//"Our Alumni=http://www.tacoma.washington.edu/ias/about/alumni.cfm",
"Faculty News=http://www.tacoma.washington.edu/ias/about/faculty_news.cfm",
"Faculty Publications=http://www.tacoma.washington.edu/ias/about/faculty_publications.cfm",
"Faculty Directory=http://www.tacoma.washington.edu/ias/about/faculty.cfm",
"Staff Directory=http://www.tacoma.washington.edu/ias/about/staff.cfm",
"Jobs in IAS=http://www.tacoma.washington.edu/ias/about/employment.cfm"
//"Our Students=http://www.tacoma.washington.edu/ias/about/students.cfm"
);
