//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 = "free";		// alignment mode
var absLEFT = 	0;		// 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 = "/menufiles/";	// base path
var zORDER = 	1000;		// base z-order of nav structure

var mCOLOR = 	"white";	// main nav cell color
var rCOLOR = 	"white";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"white";	// main nav border color
var aLINK = 	"#414141";	// main nav link color
var aHOVER = 	"";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"tahoma";	// main nav font face
var fSIZE = 	12;		// main nav font size (pixels)
var fWEIGHT = 	"normal";		// main nav font weight
var tINDENT = 	7;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	5;		// 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 = 	4;		// shift the submenus vertically
var hOFFSET = 	-1;		// shift the submenus horizontally

var smCOLOR = 	"white";	// submenu cell color
var srCOLOR = 	"white";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"#AEC4C4";	// submenu border color
var saLINK = 	"#398079";	// submenu link color
var saHOVER = 	"";	// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"tahoma";	// submenu font face
var sfSIZE = 	11;		// 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 = 2;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	1;		// submenu dropshadow size
var shCOLOR =	"#7E7E7B";	// submenu dropshadow color
var shOPACITY = 99;		// 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 = "";		// menu opening delay time (not ns4/op5/op6)
var openChildTIMER = "";	// 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 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 = true;		// 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 = "right";	//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("#","Adult <span class='u'>P</span>rograms",90,"left","","",0,0,"P","","","#343434","#398079");
	SP(200,"left","left",-3,"0","","","","","","#343434","#398079");
	SI("friendshipclub.html","Friendship Club","","Friendship Club");
	SI("coffeebreak.html","Coffee Break, Story Hour & Little Lambs","","Coffee Break, Story Hour & Little Lambs");
	SI("twentythirty.html","20's & 30's Bible Study Fellowship","","20's & 30's Bible Study Fellowship");
	SI("fridaybible.html","Friday Night Bible Study","","Friday Night Bible Study");
	SI("maturepersons.html","Mature Persons Bible Study","","Mature Persons Bible Study");
	SI("maturepersonsbf.html","Mature Persons Monthly Breakfast","","Mature Persons Monthly Breakfast");
	SI("university.html","University Students","","University Students");
	

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	
	// add submenu link items ("url","Link name","_target","alt text")
	
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		
		// add child menu link items ("url","Link name","_target","alt text")	

MI("","<span class='u'>M</span>embers Area",90,"left","","",0,0,"M","","","#343434","#398079");

	SP(95,"left","left",-3,"0","","","","","","#343434","#398079");
	SI("members-login.html","Members Login","","Members Login");
	SI("http://blog.waterloocrc.org","Church Blog","","Church blog");
	
MI("#","<span class='u'>W</span>orship Info",100,"left","","",0,0,"W","","","#343434","#398079");
	SP(130,"left","left",-3,"0","","","","","","#343434","#398079");
	SI("servicestime.html","Services & Times","","Services & Times");	
	SI("worshipstyle.html","Worship Style","","Worship Style");
	SI("http://blog.waterloocrc.org","Sermon Archive","","Sermon Archive");
	SI("musicgroup.html","Music Groups","","Music Groups");


MI("","Children & <span class='u'>Y</span>outh",110,"left","","",0,0,"Y","","","#343434","#398079");
	SP(160,"left","left",-3,"0","","","","","","#343434","#398079");
	SI("gems.html","GEMS","","GEMS");
	SI("cadets.html","Cadets","","Cadets");
	SI("sundayschool.html","Sunday School","","Sunday School");
	SI("highschool.html","High School Youth Group","","High School Youth Group");
	SI("juniorhigh.html","Youth in Action","","Youth in Action");
	SI("bibleschool.html","Vacation Bible School","","Vacation Bible School");


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

