//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 = "virtual";	// alignment mode
var absLEFT = 	0;			// absolute left or right position (if menu is left or right aligned)
var absTOP = 	0;			// absolute top position

var staticMENU = false;		// static positioning mode (win/ie5,ie6 and ns4 only)

var stretchMENU = true;		// show empty cells
var showBORDERS = true;		// show empty cell borders

var baseHREF = "/Templates/menu/";		// ==========> base path of default.js, menu.js, etc.
var zORDER = 	1000;		// base z-order of nav structure

var mCOLOR = 	"#ffefc6";	// main nav cell color
var rCOLOR = 	"#ececec";	// main nav cell rollover color
var bSIZE = 	1;			// main nav border size
var bCOLOR = 	"#cc9966";	// main nav border color
var aLINK = 	"#990033";	// main nav link color
var aHOVER = 	"";			// main nav link hover-color (dual purpose)
var aDEC = 		"none";		// main nav link decoration
var fFONT = 	"Arial, Helvetica, sans-serif";	// main nav font face
var fSIZE = 	2;			// 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 = 	0;			// shift the submenus vertically
var hOFFSET = 	0;			// shift the submenus horizontally

var smCOLOR = 	"#ffffff";	// submenu cell color
var srCOLOR = 	"#ffffff";	// submenu cell rollover color
var sbSIZE = 	1;			// submenu border size
var sbCOLOR = 	"#9b98c7";	// submenu border color
var saLINK = 	"#7979b5";	// submenu link color
var saHOVER = 	"#9b98c7";	// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"Arial, Helvetica, sans-serif";	// submenu font face
var sfSIZE = 	"x-small";	// 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 = 1;			// submenu vertical cell padding
var svtOFFSET = 0;			// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	1;			// submenu dropshadow size
var shCOLOR =	"#7979b5";	// submenu dropshadow color
var shOPACITY = 100;		// 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 = 7;			// shift the child menus horizontally

var openTIMER = 0;			// menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 0;		// child-menu opening delay time (not ns4/op5/op6)
var closeTIMER = 200;		// 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 = 600;		// 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 = true;	// 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)

//** LINKS ***********************************************************

// Home
addMainItem();
	// (width,ignored,text alignment)
	defineSubmenuProperties(150,"left","center");
	// (link URL,link text,target,alternate text)
	addSubmenuItem("/index.htm","Home","","");

// About Us
addMainItem();
	defineSubmenuProperties(150,"left","center");
	addSubmenuItem("/pages/about_us.htm","About Us","","");
	addSubmenuItem("/pages/about_us/our_vision.htm","Vision Statement","","");
	addSubmenuItem("/pages/about_us/our_mission.htm","Our Mission","","");
	addSubmenuItem("/pages/about_us/who_are_we.htm","Who Are We?","","");
	addSubmenuItem("/pages/about_us/our_core_values.htm","Our Core Values","","");
	addSubmenuItem("/pages/about_us/what_do_we_do.htm","What Do We Do?","","");
	addSubmenuItem("/pages/about_us/critical_process_evangelism.htm","Critical Process","","");
	addSubmenuItem("/pages/about_us/history.htm","The History of CBMC","","");
	addSubmenuItem("/pages/about_us/statement_of_faith.htm","Statement of Faith","","");
	addSubmenuItem("/pages/getting_to_know_us.htm","Want to Get to Know Us?","","");
	addSubmenuItem("http://www.cbmc.com","CBMC National","_blank","");

// Questions About God
addMainItem();
	defineSubmenuProperties(150,"left","center");
	addSubmenuItem("/pages/questions_god.htm","Questions About God","","");
	addSubmenuItem("/index.htm","Seekers Home Page","","");

// Events
addMainItem();
	defineSubmenuProperties(150,"left","center");
	addSubmenuItem("/pages/events.htm","Events","","");

// Speaker Schedule
addMainItem();
	defineSubmenuProperties(150,"left","center");
	addSubmenuItem("/pages/speak_schedule.htm","Speaker Schedule","","");
	addSubmenuItem("/pages/next_speaker_info.htm","Next Speaker","","");
	addSubmenuItem("/pages/previous_event_flyers.htm","Previous Speaker Event Flyers","","");

// Believers Activites
addMainItem();
	defineSubmenuProperties(150,"left","center");
	addSubmenuItem("/pages/activities.htm","Activities for Believers","","");
	addSubmenuItem("/pages/believer.htm","Believers Home Page","","");
//	addSubmenuItem("/pages/topics.htm","First Thursday Bible Topics","","");
	addSubmenuItem("/pages/forums.htm","Forums","","");
//	addSubmenuItem("/pages/AroundMetro/index.htm","Around the Metro","","");
	addSubmenuItem("/forms/volunteer/volunteer_oppor.htm","Volunteer Opportunities","","");
	addSubmenuItem("https://www.cbmc.com/members/memberarea/default.aspx","Join CBMC Network","_blank","");

// Resources
addMainItem();
	defineSubmenuProperties(150,"left","center");
	addSubmenuItem("/pages/resource_center/resources.htm","Resource Center","","");
	addSubmenuItem("/pages/resource_center/resources.htm#tapes","Tape Library","","");
	addSubmenuItem("/pages/resource_center/resources.htm#books","Recommended Books","","");
	addSubmenuItem("/pages/resource_center/resources.htm#bible_study","Bible Study Resources","","");
	addSubmenuItem("/pages/resource_center/resources.htm#apologetics","Christian Apologetics","","");
	addSubmenuItem("http://www.cbmc.com/tools/","CBMC National Resource Center","_blank","");

// Contacts
addMainItem();
	defineSubmenuProperties(150,"left","center");
	addSubmenuItem("/pages/key_contacts.htm","Key Contacts","","");
	addSubmenuItem("/pages/contact_us.htm","Contact Us","","");
	addSubmenuItem("/pages/donation.htm","Make a Donation","","");

// Want to Get to Know Us?
addMainItem();
	defineSubmenuProperties(150,"left","center");
	addSubmenuItem("/pages/getting_to_know_us.htm","CBMC Denver","","");
	addSubmenuItem("http://www.cbmc.com","CBMC National","_blank","");

// What's New
addMainItem();
	defineSubmenuProperties(150,"left","center");
	addSubmenuItem("/pages/whats_new.htm","What's New","","");

//* DO NOT EDIT THIS BIT *
}//***********************
//************************

