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



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.8.1 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 = "center";		// alignment mode
var absLEFT = 	108;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	123; 		// 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 =  5000;		// base z-order of nav structure

var mCOLOR = 	"#D2DEF4";	// main nav cell color
var rCOLOR = 	"#182235";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"#000000";	// main nav border color
var aLINK = 	"#182235";	// main nav link color
var aHOVER = 	"#FFFFFF";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"arial,sans-serif";	// main nav font face
var fSIZE = 	13;		// 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 = 	2;		// 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 = 	5;		// shift the submenus horizontally

var smCOLOR = 	"#D2DEF4";	// submenu cell color
var srCOLOR = 	"#182235";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"#000000";	// submenu border color
var saLINK = 	"#182235";	// submenu link color
var saHOVER = 	"#FFFFFF";	// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"arial,sans-serif";	// submenu font face
var sfSIZE = 	13;		// submenu font size (pixels)
var sfWEIGHT = 	"bold";	// submenu font weight
var stINDENT = 	7;		// 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 =	2;		// submenu dropshadow size
var shCOLOR =	"#bcbcbc";	// 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 = 0;		// shift the child menus vertically
var chhOFFSET = 0;		// shift the child menus horizontally

var openTIMER = 0;		// menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 200;	// child-menu opening delay time (not ns4/op5/op6)
var closeTIMER = 10;		// menu closing delay time

var aCURSOR = "hand";		// cursor for active links (not ns4, op5 or op6)
var altDISPLAY = "status";		// where to display alt text
var allowRESIZE = true;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 0;		// override grid width
var gridHEIGHT = 0;		// override grid height
var documentWIDTH = 0;		// override document width

var hideSELECT = false;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = true;	// allow for text scaling in gecko browsers
var allowPRINTING = true;	// 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)

//** Customization for highlighting current page with different background color ******
//find page location 
var sPath = window.location.pathname;
//var sPage = sPath.substring(sPath.lastIndexOf('\\') + 1);
var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);

//Special handling for messaging pages.
if (sPage == "TellFriends.htm") {sPage = "Messaging.htm"}
if (sPage == "Join.htm") {sPage = "Messaging.htm"}
if (sPage == "MessageUs.htm") {sPage = "Messaging.htm"}

//build an array of page options to compare sPage against - the order needs to match the order below
var arPages = new Array("GettingStarted.htm", "GettingEducated.htm", 
"InstantActivism.htm", "MoreActivism.htm", "IssueSpecificLinks.htm", "Info.htm", "Messaging.htm");

//build background and font colors arrays
var arBackgroundColor = new Array; 
var arFontColor = new Array; 
for(i=0;i<arPages.length;i++) { 
    if(sPage==arPages[i]) { 
		arBackgroundColor[i]="#31456A"; 
		arFontColor[i]="#FBFCFE"; 
	} 
    else { 
		arBackgroundColor[i]=""; 
		arFontColor[i]=""; 
	} 
} 


//** 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("/index.htm","Home",50,"center","","Home",0,0,"",arBackgroundColor[0],"",arFontColor[0],"");

MI("/GettingStarted.htm","Getting Started",112,"center","","Getting Started",0,0,"",arBackgroundColor[0],"",arFontColor[0],"");

MI("/GettingEducated.htm","Getting Educated",122,"center","","Getting Educated",0,0,"",arBackgroundColor[1],"",arFontColor[1],"");

MI("/InstantActivism.htm","Instant Activism",114,"center","","Instant Activism",0,0,"",arBackgroundColor[2],"",arFontColor[2],"");

MI("/MoreActivism.htm","More Activism",110,"center","","More Activism",0,0,"",arBackgroundColor[3],"",arFontColor[3],"");

MI("/IssueSpecificLinks.htm","Links",60,"center","","Links",0,0,"",arBackgroundColor[4],"",arFontColor[4],"");

MI("/Info.htm","Info",50,"center","","Info",0,0,"",arBackgroundColor[5],"",arFontColor[5],"");

MI("/Messaging.htm","Messaging",90,"center","","Messaging",0,0,"",arBackgroundColor[6],"",arFontColor[6],"");
	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(184,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("/TellFriends.htm","Tell Friends","","");
	SI("/Join.htm","Join TLA Network","","");
	SI("/MessageUs.htm","Send Us a Message","","");

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