//UDMv3.5
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.5 by Brothercake
//  This is a special version for Dynamic Drive (http://www.dynamicdrive.com)
//
//  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 = "center";		// alignment
var absLEFT = 	0;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	8; 		// absolute top position

var staticMENU = false;		// static positioning mode (ie5,ie6 and ns4 only)

var stretchMENU = false;		// show empty cells
var showBORDERS = false;		// show empty cell borders

var baseHREF = "http://www.umrebounders.com/resources/"; 

var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"FFFFFF";	// main nav cell color
var rCOLOR = 	"FFFFFF";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"666666"	// main nav border color
var aLINK = 	"000000";	// main nav link color
var aHOVER = 	"990000";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"Verdana, Arial, Helvetica, sans-serif";	// main nav font face
var fSIZE = 	11;		// main nav font size (pixels)
var fWEIGHT = 	"bold"		// main nav font weight
var tINDENT = 	7;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	7;		// 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 = 	5;		// shift the submenus vertically
var hOFFSET = 	4;		// shift the submenus horizontally

var smCOLOR = 	"#FFCC00";	// submenu cell color

var srCOLOR = 	"FFFFFF";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"black"	// submenu border color
var saLINK = 	"black";	// submenu link color
var saHOVER = 	"990000";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"Verdana, Arial, Helvetica, sans-serif";// submenu font face
var sfSIZE = 	11;		// submenu font size (pixels)
var sfWEIGHT = 	""	// submenu font weight
var stINDENT = 	5;		// submenu text indent (if text is left or right aligned)
var svPADDING = 1;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	2;		// submenu drop shadow size
var shCOLOR =	"#cccccc";	// submenu drop shadow color
var shOPACITY = 75;		// submenu drop shadow 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 = 10;		// [** new **] menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 20;	// [** new **] child-menu opening delay time (not ns4/op5/op6)
var closeTIMER = 20;		// menu closing delay time

var cellCLICK = true;		// links activate on TD click
var aCURSOR = "hand";		// cursor for active links (not ns4 or opera)

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;		// [** new **] arrow width (not ns4/op5/op6)
var arrHEIGHT = 13;		// [** new **] arrow height (not ns4/op5/op6)

var arrHOFFSET = -1;		// [** new **] arrow horizontal offset (not ns4/op5/op6)
var arrVOFFSET = -3;		// [** new **] arrow vertical offset (not ns4/op5/op6)
var arrVALIGN = "middle";	// [** new **] arrow vertical align (not ns4/op5/op6)

var arrLEFT = "<";		// [** new **] left arrow (not ns4/op5/op6)
var arrRIGHT = ">";		// [** new **] right 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") [** last four are new **]
addMainItem("http://www.umrebounders.com/index.html","Home",133,"center","_parent","",0,0,"","FFFFFF","FFFFFF","000000","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
	defineSubmenuProperties(131,"center","center",-6,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")


		addSubmenuItem("http://www.umrebounders.com/sitemap.htm","Site Map","_parent","");
		addSubmenuItem("http://www.umrebounders.com/shop/home.htm","Shop","_parent","");
				
	
addMainItem("","Membership",132,"center","","",0,0,"","","","","");
	
	defineSubmenuProperties(160,"center","center",-6,0,"","","","","","","");
	
		addSubmenuItem("http://www.umrebounders.com/membership/benefits.htm","Benefits","_parent","");
		addSubmenuItem("http://www.umrebounders.com/membership/mvp.htm","MVP Extras","_parent","");	
		addSubmenuItem("http://www.umrebounders.com/membership/teeshirt.htm","UM Rebounders Tee-Shirt","_parent","");	
		addSubmenuItem("http://www.umrebounders.com/membership/testimonials.htm","Testimonials","_parent","");
		addSubmenuItem("http://www.umrebounders.com/membership/memorium.htm","In Memorium","_parent","");
		addSubmenuItem("http://www.umrebounders.com/membership/funraisers/home.htm","Fun Raisers","_parent","");
		addSubmenuItem("http://www.umrebounders.com/membership/radicals/home.htm","Rebounder Radicals","_parent","");
		
					// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(125,"left","center",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.umrebounders.com/membership/radicals/nc/home.htm","North Carolina","parent","");
			
		addSubmenuItem("http://www.umrebounders.com/membership/join.htm","Join Us","_parent","");

			// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(149,"left","center",0,-20,"","","","","","","");

addMainItem("","Activities",132,"center","","",0,0,"","","","","");

	defineSubmenuProperties(165,"center","center",-6,0,"","","","","","","");
	
		addSubmenuItem("http://www.umrebounders.com/activities/openpractice.htm","Open Practice","_parent","");
		addSubmenuItem("http://www.umrebounders.com/activities/socials.htm","Socials","_parent","");
		addSubmenuItem("http://www.umrebounders.com/activities/banquet.htm","Banquet","_parent","");
		addSubmenuItem("http://www.umrebounders.com/activities/thanksgiving.htm","Thanksgiving","_parent","");	
		addSubmenuItem("http://www.umrebounders.com/activities/travel.htm","Travel","_parent","");
		addSubmenuItem("http://www.umrebounders.com/activities/golf.htm","Mini-Golf","_parent","");
		addSubmenuItem("http://www.umrebounders.com/activities/acc.htm","The ACC Tournament","_parent","");
		addSubmenuItem("http://www.umrebounders.com/activities/ncaa.htm","The NCAA Tournament","_parent","");
		addSubmenuItem("http://www.umrebounders.com/activities/scrapbooks.htm","Scrapbooks","_parent","");
		addSubmenuItem("http://www.umrebounders.com/activities/tailgate.htm","Tailgate","_parent","");
		addSubmenuItem("http://www.umrebounders.com/activities/crab.htm","Crab Feast","_parent","");
		addSubmenuItem("http://www.umrebounders.com/activities/thinkpink.htm","Breast Cancer Awareness","_parent","");
		addSubmenuItem("http://www.umrebounders.com/activities/spirit.htm","Spread The Spirit","_parent","");

addMainItem("","News/MultiMedia",132,"center","","",0,0,"","","","","");

	defineSubmenuProperties(130,"center","center",-6,0,"","","","","","","");

			addSubmenuItem("http://www.umrebounders.com/news/meetings.htm","Meetings","_parent","");
			addSubmenuItem("http://www.umrebounders.com/news/announcements.htm","Announcements","_parent","");
			addSubmenuItem("http://www.umrebounders.com/news/memories/home.htm","Memories","_parent","");
			addSubmenuItem("http://www.umrebounders.com/news/kids.htm","Markus and Tyler","_parent","");
		

			// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(149,"left","center",0,-20,"","","","","","","");

addMainItem("","Links",132,"center","","",0,0,"","","","","");

	defineSubmenuProperties(175,"center","center",-6,0,"","","","","","","");

	addSubmenuItem("http://www.theacc.com/sports/w-baskbl/acc-w-baskbl-body.html","The ACC","_blank","");
	addSubmenuItem("http://www.ncaa.com/sports/basketball-women/d1","NCAA","_blank","");
	addSubmenuItem("","Blogs/Message Boards","","");
	
				// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(125,"left","center",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.dcbasketcases.blogspot.com/","DC BasketCases","_blank","");

	addSubmenuItem("","Alumni","","");
	
				// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(125,"left","center",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://shaydoron.net/","Shay Doron","_blank","");
	
	addSubmenuItem("http://umterps.cstv.com/sports/w-baskbl/md-w-baskbl-body.html","UM WBB Official Site","_blank","");
	addSubmenuItem("http://www.marylandwomensbasketball.com","Maryland Women's Basketball","_blank","");
	addSubmenuItem("http://umterps.cstv.com/undertheshell/","Under The Shell","_blank","");
	addSubmenuItem("http://www.terrapinclub.com/","The Terrapin Club","_blank","");
	addSubmenuItem("http://twitter.com/umdwbb","TerpsTwitter","_blank","");
	addSubmenuItem("http://www.wnba.com/","WNBA","_blank","");
	addSubmenuItem("http://www.wnba.com/mystics/","Washington Mystics","_blank","");
	addSubmenuItem("http://www.wnba.com/sparks/","Los Angeles Sparks","_blank","");
	addSubmenuItem("http://www.usabasketball.com/","USA Basketball","_blank","");
	addSubmenuItem("http://www.baltimoresun.com/sports/","The Baltimore Sun","_blank","");
	addSubmenuItem("http://www.washingtonpost.com/wp-dyn/content/sports/?sub=AR","The Washington Post","_blank","");
	addSubmenuItem("http://www.fibaeurope.com/euroleaguewomen/","FIBA Europe","_blank","");
	addSubmenuItem("http://teamtylerfoundation.com/","Team Tyler Foundation","_blank","");
	

addMainItem("","About Us",133,"center","","",0,0,"","","","","");

	defineSubmenuProperties(130,"center","center",-6,0,"","","","","","","");

	addSubmenuItem("http://www.umrebounders.com/about/history.htm","Living History","_parent","");
	addSubmenuItem("http://www.umrebounders.com/about/officers.htm","Officers","_parent","");
	addSubmenuItem("http://www.umrebounders.com/about/volunteers.htm","Volunteers","_parent","");
	addSubmenuItem("http://www.umrebounders.com/about/photographers.htm","Photographers","_parent","");
	addSubmenuItem("http://www.umrebounders.com/contact.htm","Contact Us","_parent","");
	

//**DO NOT EDIT THIS *****
}//***********************
//************************

