//UDMv3.8.4
//* DO NOT EDIT THIS BIT *
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROP DOWN MENU VERSION 3.8 by Brothercake
//  http://www.brothercake.com/dropdown/ 
//
//  Link-wrapping routine by Brendan Armstrong
//  Original KDE modifications by David Joham
//  Opera reload/resize based on a routine by Michael Wallner
//  Select-element hiding routine by Huy Do
//
///////////////////////////////////////////////////////////////////////////





// *** POSITIONING AND STYLES *********************************************



var menuALIGN = "left";		// alignment mode
var absLEFT = 	108;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	15; 		// absolute top position

var staticMENU = false;		// static positioning mode (win/ie5,ie6 and ns4 only)

var stretchMENU = false;	// show empty cells
var showBORDERS = false;	// show empty cell borders

var baseHREF = "resources/";	// base path
var zORDER = 	1000;		// base z-order of nav structure

var mCOLOR = 	"#f63323";	// main nav cell color
var rCOLOR = 	"#f63323";	// main nav cell rollover color
var bSIZE = 	5;		// main nav border size
var bCOLOR = 	"#ffffff";	// main nav border color
var aLINK = 	"#ffffff";	// main nav link color
var aHOVER = 	"";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"verdana,arial,helvetica";	// main nav font face
var fSIZE = 	11;		// main nav font size (pixels)
var fWEIGHT = 	"bold";		// main nav font weight
var tINDENT = 	0;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	11;		// main nav vertical cell padding
var vtOFFSET = 	0;		// main nav vertical text offset (+/- pixels from middle)

var keepLIT =	true;		// keep rollover color when browsing menu
var vOFFSET = 	-250;		// shift the submenus vertically
var hOFFSET = 	-200;		// shift the submenus horizontally

var smCOLOR = 	"#f63323";	// submenu cell color
var srCOLOR = 	"#ececec";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"#000000";	// submenu border color
var saLINK = 	"#ffffff";	// submenu link color
var saHOVER = 	"#990000";	// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"verdana,arial,helvetica";	// submenu font face
var sfSIZE = 	9;		// submenu font size (pixels)
var sfWEIGHT = 	"normal";	// submenu font weight
var stINDENT = 	5;		// submenu text indent (if text is left or right aligned)
var svPADDING = 0;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	2;		// submenu dropshadow size
var shCOLOR =	"#000000";	// submenu dropshadow color
var shOPACITY = 75;		// submenu dropshadow opacity (not ie4,ns4 or opera)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu
var chvOFFSET = -12;		// shift the child menus vertically
var chhOFFSET = 7;		// shift the child menus horizontally

var openTIMER = 100;		// menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 100;	// child-menu opening delay time (not ns4/op5/op6)
var closeTIMER = 400;		// menu closing delay time

var aCURSOR = "hand";		// cursor for active links (not ns4, op5 or op6)
var altDISPLAY = "";		// where to display alt text
var allowRESIZE = true;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 760;		// override grid width
var gridHEIGHT = 500;		// override grid height
var documentWIDTH = 0;		// override document width

var hideSELECT = false;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;	// allow for text scaling in gecko browsers
var allowPRINTING = false;	// allow the navbar and menus to print (not ns4)

var arrWIDTH = 13;		//arrow width (not ns4/op5/op6)
var arrHEIGHT = 13;		//arrow height (not ns4/op5/op6)

var arrHOFFSET = 0;		//arrow horizontal offset (not ns4/op5/op6)
var arrVOFFSET = 0;		//arrow vertical offset (not ns4/op5/op6)
var arrVALIGN = "middle";	//arrow vertical align (not ns4/op5/op6)

var arrLEFT = "<";		//left arrow (not ns4/op5/op6)
var arrLEFT_ROLL = "";		//left rollover arrow (not ns4/op5/op6)
var arrRIGHT = ">";		//right arrow (not ns4/op5/op6)
var arrRIGHT_ROLL = "";		//right rollover arrow (not ns4/op5/op6)





//** LINKS ***********************************************************



// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER")
MI("","Sport Management Dept.",190,"center","","Pages in the Cortland Sport Management Web Site",0,0,"u","#000000","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(225,"left","left",125,-30,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://www.cortland.edu/spmg","Sport Management Home","","");
	SI("http://www.cortland.edu/spmg/alumni.html","Alumni","","");
	SI("http://www.cortland.edu/spmg/club.htm","Club","","");
	SI("https://blaze.cortland.edu/cp/home/displaylogin","Online Course Login","","");
	SI("http://www.cortland.edu/spmg/curriculum.html","Curriculum","","");
	SI("http://www.cortland.edu/spmg/faculty.html","Faculty","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(115,"left","left",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		CI("http://www.cortland.edu/spmg/faculty.html","Michael Crauder","","");
		CI("http://www.cortland.edu/spmg/faculty.html","Daniel DePerno","","");
		CI("http://www.cortland.edu/spmg/faculty.html","Mark Dodds","","");
		CI("http://www.cortland.edu/spmg/faculty.html","Ted Fay","","");
		CI("http://www.cortland.edu/spmg/faculty.html","Peter Han","","");
		CI("http://www.cortland.edu/spmg/faculty.html","Kevin Heisey","","");
		CI("http://www.cortland.edu/spmg/faculty.html","James Reese","","");
		CI("http://www.cortland.edu/spmg/faculty.html","Matthew Seyfried","","");
		CI("http://www.cortland.edu/spmg/faculty.html","David Snyder","","");
		CI("http://www.cortland.edu/spmg/faculty.html","Luisa Velez","","");
		CI("http://www.cortland.edu/spmg/faculty.html","Aaron Zipp","","");
		CI("http://www.cortland.edu/spmg/faculty.html","Sarah Zipp","","");

	SI("","Graduate Program","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(250,"left","left",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		CI("http://www.cortland.edu/spmg/grad_adm_req.htm","Admissions","","");
		CI("http://www.cortland.edu/spmg/grad_course_des.htm","Course Descriptions","","");
		CI("http://www.cortland.edu/spmg/grad_prog_sched_dom.htm","M.S. in Sport Management","","");
		CI("http://www.cortland.edu/spmg/grad_prog_sched_onl.htm","M.S. in Sport Management - Executive Online","","");
		CI("http://www.cortland.edu/spmg/grad_prog_sched_intl.htm","M.S. in International Sport Management","","");
		CI("http://www.cortland.edu/spmg/grad_prog_sched_intl_dual.htm","M.S. in International Sport Management - Dual","","");
		
	SI("http://www.cortland.edu/spmg/internships.html","Internships","","");
	SI("http://www.cortland.edu/spmg/news.htm","News","","");
	SI("http://www.cortland.edu/spmg/newsarchive.htm","News Archive","","");
	SI("http://www.cortland.edu/spmg/research.htm","Research","","");
	SI("http://www.cortland.edu/spmg/jobs.html","Sport Career Center","","");
	SI("http://www.cortland.edu/spmg/stlc.html","Sport Media & Technology Learning Center","","");

MI("","SUNY Cortland",160,"center","","Pages in the SUNY Cortland Web Site",0,0,"x","#000000","","","");

	SP(175,"left","left",0,45,"","","","","","","");

	SI("http://www.cortland.edu","SUNY Cortland Home","","");
	SI("http://www.cortland.edu/professionalstudies","School of Prof. Studies","","");
	SI("http://www.cortland.edu/asap/","Academic Support","","");
	SI("http://www.cortland.edu/administrative.html","Administration","","");
	SI("http://www.cortland.edu/admissions/index.html","Admissions","","");
	SI("http://www.cortland.edu/advisement/","Advisement & Transition","","");
	SI("http://www.cortland.edu/alumnidonors/","Alumni & Donors","","");
	SI("http://www.cortland.edu/athletics/","Athletics","","");
	SI("http://www.cortlandasc.com/","Bookstore","","");
	SI("http://www.cortland.edu/business/bursar.html","Bursar/Student Accounts","","");
	SI("http://www.cortland.edu/phyplant/bussched.htm","Bus Schedule","","");
	SI("http://www.cortland.edu/resources/calendars.html","Calendar","","");
	SI("http://www.cortland.edu/career/","Career Services","","");
	SI("http://www.cortland.edu/catalog/","College Catalog","","");
	SI("http://www.cortland.edu/community/","Community & Visitors","","");
	SI("http://studentinfo.cortland.edu/pls/prod/regweb.course_sched","Course Schedule","","");
	SI("http://www.cortlandasc.com/dining/","Dining Services","","");
	SI("http://www.cortland.edu/search/email.asp","Directory Search","","");
	SI("http://www.cortland.edu/diversity/","Diversity","","");
	SI("http://www.cortland.edu/emergency/","Emergency Notification","","");
	SI("http://www.cortland.edu/community/events.html","Events","","");
	SI("http://www.cortland.edu/resources/faculty.html","Faculty & Staff Resources","","");
	SI("http://www.cortland.edu/finadv/","Financial Advisement (Aid)","","");
	SI("http://www.cortland.edu/gradstudies/","Graduate Programs","","");
	SI("http://www.cortlandabroad.com/","International Programs","","");
	SI("http://library.cortland.edu/","Library","","");
	SI("https://blaze.cortland.edu/cp/home/displaylogin","MyRedDragon(Banner)","","");
	SI("https://blaze.cortland.edu/cp/home/displaylogin","Online Education(WebCT)","","");
	SI("http://www2.cortland.edu/recsports/","Recreational Sports","","");
	SI("http://www.cortland.edu/registrar/","Registrar's Office","","");
	SI("http://www.cortland.edu/sga/","Student Government Association","","");
	SI("http://www.cortland.edu/sdc/hservices/","Student Health Service","","");
	SI("http://www.cortland.edu/studentlife.html","Student Life","","");
	SI("http://www.cortland.edu/summer","Summer Session","","");
	SI("http://www.cortland.edu/tech.html","Technology on Campus","","");
	SI("http://www.cortland.edu/undergrad.asp","Undergraduate Programs","","");
	SI("http://www.cortland.edu/univpolice/homepage.html","University Police","","");
	SI("http://webmail.cortland.edu/","Web Mail Access","","");
	SI("http://www.cortland.edu/winter","Winter Session","","");

MI("","Partners",125,"center","","Partner Web Sites",0,0,"b","#000000","","","");

	SP(165,"left","left",155,30,"","","","","","","");

	SI("http://www.cortlandasc.com","Auxillary Services Corporation","","");
	SI("http://www.cortland.edu/athletics","SUNY Cortland Athletics","","");
	SI("http://www.dartfish.com","Dartfish","","");
	SI("http://hamptoninn.hilton.com/en/hp/hotels/index.jhtml;jsessionid=LZTKEE42LYJ0WCSGBIWM22QKIYFC5UUC?ctyhocn=CTDNYHX","Hampton Inn Cortland","","");
	SI("http://www.sportsbusinessjournal.com","SportsBusiness Journal","",""); 
	SI("http://www.usateamhandballwomen.com","USA Women's Team Handball","","");
	SI("http://www.visualsportstechnology.com","Visual Sports Technology","","");






//* DO NOT EDIT THIS BIT *
}//***********************
//************************

