//UDMv3.8.2
//* DO NOT EDIT THIS BIT *
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.8.2 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 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 zORDER = 	1000;		// base z-order of nav structure
var aHOVER = 	"";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var keepLIT =	true;		// keep rollover color when browsing menu

if (anchorAlign == null)
	{var anchorAlign = "bottom";}  //if using anchor, then specify if aligns to top or bottom of anchor image

if (AnchorOffset == null)
	{var AnchorOffset = 0;}  //if using anchor, then specify if aligns to top or bottom of anchor image
	
if (menuALIGN == null)
	{var menuALIGN = "left";}		// alignment mode

//these can be set by database, so check first if exists before restating
if (absLEFT == null)
	{var absLEFT = 	0}		// absolute left or right position (if menu is left or right aligned)
	
if (absTOP == null)
	{var absTOP = 	0} 		// absolute top position

if (baseHREF==null)
	{var baseHREF = "javascripts/";}	// base path

if (mCOLOR==null)
	{var mCOLOR = 	"#c1c1c1";}	// main nav cell color
	
if (rCOLOR==null)
	{var rCOLOR = 	"#f7f7f7";}	// main nav cell rollover color

if (bSIZE == null)
	{var bSIZE = 1}		// main nav border size
	
if (bCOLOR==null)
	{var bCOLOR = 	"#454545"}	// main nav border color
	
if (aLINK==null)	
	{var aLINK = 	"#000000";}	// main nav link color

if (fFONT==null)
	{var fFONT = "arial,sans-serif";}	// main nav font face

if (fSIZE == null)
	{var fSIZE = 13;}		// main nav font size (pixels)

if (fWEIGHT==null)	
	{var fWEIGHT = 	"bold"}		// main nav font weight

if (tINDENT==null)	
	{var tINDENT = 	7;}		// main nav text indent (if text is left or right aligned)

if (vPADDING=null)
	{var vPADDING = 	7;}		// main nav vertical cell padding

if (vtOFFSET==null)
	{var vtOFFSET = 	0;}		// main nav vertical text offset (+/- pixels from middle)

if (vOFFSET=null)
	{var vOFFSET = 	5;}		// shift the submenus vertically

if (hOFFSET==null)
	{var hOFFSET = 	4;}		// shift the submenus horizontally

if (smCOLOR==null)
	{var smCOLOR = 	"#ffefc6";}	// submenu cell color

if (srCOLOR==null)
	{var srCOLOR = 	"#ececec";}	// submenu cell rollover color

if (sbSIZE==null)
	{var sbSIZE = 	1;}		// submenu border size

if (sbCOLOR==null)
	{var sbCOLOR = 	"#cc9966"}	// submenu border color

if (saLINK == null)
	{var saLINK = 	"#3333aa";}	// submenu link color

if (sfFONT==null)
	{var sfFONT = 	"comic sans ms,arial,sans-serif";}	// submenu font face

if (sfSIZE==null)
	{var sfSIZE = 	13;}		// submenu font size (pixels)

if (sfWEIGHT==null)
	{var sfWEIGHT = 	"normal"}	// submenu font weight

if (stINDENT==null)
	{var stINDENT = 	5;}		// submenu text indent (if text is left or right aligned)

if (svPADDING==null)
	{var svPADDING = 1;}		// submenu vertical cell padding

if (svtOFFSET==null)
	{var svtOFFSET = 0;}		// submenu vertical text offset (+/- pixels from middle)

if (shSIZE==null)
	{var shSIZE =	2;}		// submenu dropshadow size

if (shCOLOR==null)
	{var shCOLOR =	"#bcbcbc";}	// submenu dropshadow color

if (shOPACITY==null)
	{var shOPACITY = 75;}		// submenu dropshadow opacity (not ie4,ns4 or opera)


var saHOVER = 	"#0000FF";	// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var keepSubLIT = false;		// keep submenu rollover color when browsing child menu

if (chvOFFSET==null)
	{var chvOFFSET = -12;}		// shift the child menus vertically

if (chhOFFSET==null)
	{var chhOFFSET = 7;}			// shift the child menus horizontally

var closeTIMER =0;		// menu closing delay time
var aCURSOR = "hand";		// cursor for active links (not ns4 or opera)
var altDISPLAY = "title";		// 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 = false;	// allow for text scaling in mozilla 5
var allowPRINTING = false;	// allow the navbar and menus to print (not ns4)

var arrWIDTH = 11;		//arrow width
var arrHEIGHT = 11;		//arrow height

var arrHOFFSET = 0;		//arrow horizontal offset
var arrVOFFSET = 0;		//arrow vertical offset
var arrVALIGN = "middle";	//arrow vertical align

var arrLEFT = "arr_L.gif";	//left arrow
var arrLEFT_ROLL = "arr_LL.gif";//left rollover arrow
var arrRIGHT = "arr_R.gif";	//right arrow
var arrRIGHT_ROLL = "arr_RR.gif";//right rollover arrow


//setup menus



var bSIZE =	1;			// main nav border size
var fSIZE = 	11;			// main nav font size (pixels)
var fFONT ="tahoma,arial,sans serif";		// main nav font face
var mCOLOR = 	"#c1c1c1";		// main nav cell color
var rCOLOR = 	"#F7f7f7";	// main nav cell rollover color
var bCOLOR = 	"#454545";		// main nav border color
var aLINK = 	"#000000";		// main nav link color
var fWEIGHT = "normal";			// main nav font weight
var tINDENT = 	0;			// 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 = 	1;		// shift the submenus vertically
var hOFFSET = 	5;		// shift the submenus horizontally
var sbSIZE = 	1;		// submenu border size
var sfSIZE = 	10;		// submenu font size (pixels)
var sfFONT = 	"tahoma,arial,sans serif";	// submenu font face
var sfWEIGHT = 	"normal"	// submenu font weight
var stINDENT = 	5;		// submenu text indent (if text is left or right aligned)
var svPADDING = 0;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)
var smCOLOR = 	"c1c1c1";	// submenu cell color
var srCOLOR = 	"#F7f7f7";	// submenu cell rollover color
var sbCOLOR = "#454545"	// submenu border color
var saLINK = 	"#000000";	// submenu link color
var shSIZE =	2;		// submenu dropshadow size
var shCOLOR =	"#B0B0B0";	// submenu dropshadow color
var shOPACITY = 50;		// submenu dropshadow opacity (not ie4,ns4 or opera)
var chvOFFSET = 2;		// shift the child menus vertically
var chhOFFSET  = 1;			// shift the child menus horizontally
var anchorAlign = "bottom"; //if using anchor, then specify if aligns to top or bottom of anchor imagevar AnchorOffset = 20; //if using anchor, then specify then can offset horizontal +/-



addMainItem('www','Home Page',87,'center','','',0,0,'','','','','');

addMainItem('www','About Us',87,'center','','',0,0,'','','','','');
   defineSubmenuProperties(100,'','left',0,0,'','','','','','','');
      addSubmenuItem('www','Current Events','','');
         defineChildmenuProperties(100,'','left',0,0,'','','','','','','');
            addChildmenuItem('www','News','','');
            addChildmenuItem('www','Whats Next','','');
      addSubmenuItem('www','History','','');
         defineChildmenuProperties(100,'','left',0,0,'','','','','','','');
            addChildmenuItem('www','Timeline','','');
            addChildmenuItem('www','Our Founder','','');
addSubmenuItem('www','Mission Statement','','');

addMainItem('www','Power Transmission',150,'center','','',0,0,'','','','','');

addMainItem('www','Electronic Controls',150,'center','','',0,0,'','','','','');



//** LINKS ***********************************************************


//* DO NOT EDIT THIS BIT *
}//***********************
//************************


