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



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROP DOWN MENU VERSION 3.8.5 by Brothercake
//  http://www.udm4.com/udm3/ 
//
//  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 not center)
var absTOP = 	62; 		// absolute top position

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

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

var baseHREF =	CodeBase+"resources/";	// base path 
var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"#330066";	// main nav cell color
var rCOLOR = 	"#F7C732";	// main nav cell rollover color
var keepLIT =	true;		// keep rollover color when browsing menu
var bSIZE = 	0;		// main nav border size
var bCOLOR = 	"#663399"	// main nav border color
var aLINK = 	"#FFFFFF";	// main nav link color
var aHOVER = 	"#000000";	// main nav link hover-color (dual purpose)
var aDEC = 		"none";	// main nav link decoration
var fFONT = 	"verdana,sans serif";	// main nav font face		
var fSIZE = 	10;		// main nav font size (pixels)	
var fWEIGHT = 	"bold"	// main nav font weight
var tINDENT = 	5;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	0;		// main nav vertical cell padding
var vtOFFSET = 	0;		// main nav vertical text offset (+/- pixels from middle)

var vOFFSET = 	0;		// shift the submenus vertically
var hOFFSET = 	0;		// shift the submenus horizontally

var smCOLOR = 	"#330066";	// submenu cell color
var srCOLOR = 	"#F7C732";	// submenu cell rollover color
var sbSIZE = 	0;		// submenu border size
var sbCOLOR = 	"#F7C732"	// submenu border color
var saLINK = 	"#FFFFFF";	// submenu link color
var saHOVER = 	"#330066";	// submenu link hover-color (dual purpose)
var saDEC = 	"none";	// submenu link decoration
var sfFONT = 	"verdana,sans serif";// submenu font face		
var sfSIZE = 	10;		// submenu font size (pixels)	
var sfWEIGHT = 	"bold"	// submenu font weight
var stINDENT = 5;			// submenu text indent (if text is left or right aligned)
var svPADDING = 2;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	3;		// menu drop shadow size 
var shCOLOR =	"#bcbcbc";	// menu drop shadow color
var shOPACITY = 75;		// menu drop shadow opacity (ie5/6 only)

var keepSubLIT=	true;		// keep submenu rollover color when browsing child menu	
var chvOFFSET = 0;		// shift the child menus vertically 			
var chhOFFSET = 0;		// shift the child menus horizontally 		

var openTIMER = 100;		// menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 200;	// child-menu opening delay time (not ns4/op5/op6)
var closeTIMER = 330;		// 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 = mu;		// allow resize/reload
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 = -1;		//arrow horizontal offset (not ns4/op5/op6)
var arrVOFFSET = -3;		//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)

var cellCLICK = true;		// links activate on TD click




//** LINKS ***********************************************************



// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER")

// *** Races ***
MI(CodeBase+"races/races.php","Races",150,"left","","",0,0,"","","",""); 
	
	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(150,"left","left",0,0,"","","","","","","");
	
	// add submenu link items ("url","Link name","_target","alt text")
	SI(CodeBase+"races/jiminy.php","Jiminy Peak","","");
	SI(CodeBase+"races/crit.php","Leagacy Banks Criterium","","");
	SI(CodeBase+"races/cross.php","BCA Cyclocross","","");
	SI(CodeBase+"races/youth.php","Youth Races","","");
	SI(CodeBase+"races/local.php","Other Local Races","","");
	SI(CodeBase+"races/reg_nat.php","Regional/National","","");

// *** Rides ***
MI(CodeBase+"rides/rides.php","Rides",125,"left","","",0,0,"","","",""); 

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(125,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI(CodeBase+"rides/weekly.php","Weekly Group Rides","","");
	SI(CodeBase+"rides/greylock.php","Greylock Century","","");
	SI(CodeBase+"rides/other.php","Other Rides","","");



// *** About Us ***
MI(CodeBase+"about/about.php","About Us",125,"left","","",0,0,"","","",""); 
	
	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(125,"left","left",0,0,"","","","","","","");
	
	// add submenu link items ("url","Link name","_target","alt text")
	SI(CodeBase+"about/join.php","Join BCA","","");
	SI(CodeBase+"about/advocacy.php","Bike Advocacy","","");
	SI(CodeBase+"about/contact.php","Contact Us","","");
	SI(CodeBase+"about/forms.php","Forms","","");
	SI(CodeBase+"about/links.php","Links","","");

/* hide the News menu for now

// *** News ***
MI(CodeBase+"news/news.php","News",110,"left","","",0,0,"","","",""); 

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(110,"left","left",0,0,"","","","","","","");
	
	// add submenu link items ("url","Link name","_target","alt text")
	SI(CodeBase+"news/signup.php","BCA Email News","","");
	
*/









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

