//UDMv3.5
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.5 by Brothercake
//  This is a special version for Dynamic Drive (http://www.dynamicdrive.com)
//
//  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 = "left";		// alignment
var absLEFT = 	190;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	100; 		// absolute top position

var staticMENU = false;		// static positioning mode (ie5,ie6 and ns4 only)

var stretchMENU = false;		// show empty cells
var showBORDERS = false;		// show empty cell borders

var baseHREF = "";	// base path to .js files for the script (ie: resources/)
var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"0058A2";	// main nav cell color
var rCOLOR = 	"fce65f";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"ffebdc"	// main nav border color
var aLINK = 	"ffebdc";	// main nav link color
var aHOVER = 	"0058A2";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"verdana";	// main nav font face
var fSIZE = 	11;		// main nav font size (pixels)
var fWEIGHT = 	"bold"		// main nav font weight
var tINDENT = 	1;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	3;		// 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 = 	4;		// shift the submenus horizontally

var smCOLOR = 	"0058A2";	// submenu cell color

var srCOLOR = 	"fce65f";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"ffebdc"	// submenu border color
var saLINK = 	"ffebdc";	// submenu link color
var saHOVER = 	"0058A2";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"verdana";// submenu font face
var sfSIZE = 	11;		// 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 =	0;		// submenu drop shadow size
var shCOLOR =	"#cccccc";	// submenu drop shadow color
var shOPACITY = 75;		// submenu drop shadow 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 = 10;		// [** new **] menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 20;	// [** new **] child-menu opening delay time (not ns4/op5/op6)
var closeTIMER = 330;		// menu closing delay time

var cellCLICK = true;		// links activate on TD click
var aCURSOR = "hand";		// cursor for active links (not ns4 or opera)

var altDISPLAY = "";		// where to display alt text
var allowRESIZE = mu;		// 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;		// [** new **] arrow width (not ns4/op5/op6)
var arrHEIGHT = 13;		// [** new **] arrow height (not ns4/op5/op6)

var arrHOFFSET = -1;		// [** new **] arrow horizontal offset (not ns4/op5/op6)
var arrVOFFSET = -3;		// [** new **] arrow vertical offset (not ns4/op5/op6)
var arrVALIGN = "middle";	// [** new **] arrow vertical align (not ns4/op5/op6)

var arrLEFT = "<";		// [** new **] left arrow (not ns4/op5/op6)
var arrRIGHT = ">";		// [** new **] right 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") [** last four are new **]

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
	
	// add submenu link items ("url","Link name","_target","alt text")


addMainItem("","Member Services",122,"center","","",0,0,"","","","","");

	defineSubmenuProperties(180,"left","left",-4,0,"","","","","","","");

	addSubmenuItem("http://www.nmta.net/sponsors/","Sponsorship Opportunities","","");
	addSubmenuItem("http://www.nmta.net/members/insurance.asp","Health Insurance","","");
	addSubmenuItem("http://www.nmta.net/marina/","Marina Conference","","");
	addSubmenuItem("http://www.nmta.net/golf.asp","Golf Tournament","","");
	addSubmenuItem("http://www.nmta.net/showguidelines.asp","Boat Show Guidelines","","");
	addSubmenuItem("http://www.nmta.net/members/PDF/BYLAWS_APPROVED_031706.pdf","NMTA By-Laws","","");
	addSubmenuItem("http://www.nmta.net/whyjoin.asp","Join the NMTA","","");
	addSubmenuItem("http://www.nmta.net/jobs/jobs.asp","Job Openings","","");
	addSubmenuItem("http://www.nmta.net/members/membersonly.asp",">>> MEMBERS ONLY <<<","","");


addMainItem("","Gov't Affairs",92,"center","","",0,0,"","","","","");

	defineSubmenuProperties(180,"left","left",-4,0,"","","","","","","");


	addSubmenuItem("http://www.nmta.net/govaffairs/legislative.asp","General Info","","");
	addSubmenuItem("http://www.nmta.net/govaffairs/wambe.asp","Boater Education","","");
	addSubmenuItem("http://www.nmta.net/govaffairs/hb1651.asp","House Bill 1651","","");
	addSubmenuItem("http://www.nmta.net/govaffairs/NPDES_permit.asp","Stormwater Permits","","");
	addSubmenuItem("http://www.nmta.net/committees/politicalaction.asp","Political Action Committee","","");
	addSubmenuItem("http://www.spoca.org","SPOCA","_blank","");

addMainItem("","Grow Boating",95,"center","","",0,0,"","","","","");

	defineSubmenuProperties(120,"left","left",-4,0,"","","","","","","");

	addSubmenuItem("http://www.nmta.net/growboating/geninfo.asp","General Info","","");
	addSubmenuItem("","Regional","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(180,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.nmta.net/growboating/campaign.asp","Marketing","","");
		addChildmenuItem("http://www.nmta.net/growboating/boatstock.asp","Boatstock","","");
		addChildmenuItem("http://www.nmta.net/growboating/funonthefoss.asp","Fun on the Foss","","");
		addChildmenuItem("http://www.nmta.net/growboating/derby.asp","NW Salmon Derby Series","","");
		addChildmenuItem("http://www.nmta.net/growboating/nwi.asp","Wakeboard Tournament","","");
		addChildmenuItem("http://www.nmta.net/growboating/dbc.asp","Discover Boating Center","","");
		addChildmenuItem("http://www.nmta.net/growboating/website.asp","Boating/Fishing Websites","","");
		addChildmenuItem("http://www.nmta.net/growboating/grantprogram.asp","Grant Program","","");
		
	addSubmenuItem("","National","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(180,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.nmta.net/growboating/national/marketing.asp","Marketing","","");
		addChildmenuItem("http://www.nmta.net/growboating/national/dealercertification.asp","Dealer Certification","","");
		addChildmenuItem("http://www.nmta.net/growboating/national/productcertification.asp","Product Certification","","");
		addChildmenuItem("http://www.nmta.net/growboating/national/accessprotection.asp","Access Protection","","");
		addChildmenuItem("http://www.nmta.net/growboating/national/stats.asp","Statistics","","");


addMainItem("","Committees",88,"center","","",0,0,"","","","","");

	defineSubmenuProperties(140,"left","left",-4,0,"","","","","","","");


	addSubmenuItem("http://www.nmta.net/committees/board.asp","Board of Trustees","","");
	addSubmenuItem("http://www.nmta.net/committees/boatshow.asp","Boat Show","","");
	addSubmenuItem("http://www.nmta.net/committees/boatyard.asp","Boatyard","","");
	addSubmenuItem("http://www.nmta.net/committees/fish.asp","Fish","","");
	addSubmenuItem("http://www.nmta.net/committees/golf.asp","Golf","","");
	addSubmenuItem("http://www.nmta.net/committees/govaffairs.asp","Government Affairs","","");
	addSubmenuItem("http://www.nmta.net/committees/promotion.asp","Grow Boating","","");
	addSubmenuItem("http://www.nmta.net/committees/marina.asp","Marina","","");
	addSubmenuItem("http://www.nmta.net/committees/marinetech.asp","Marine Technicians","","");
	addSubmenuItem("http://www.nmta.net/committees/membership.asp","Membership","","");
	addSubmenuItem("http://www.nmta.net/committees/politicalaction.asp","Political Action","","");
	

addMainItem("","News Room",84,"center","","",0,0,"","","","","");

	defineSubmenuProperties(130,"left","left",-4,0,"","","","","","","");


	addSubmenuItem("http://www.nmta.net/wl/index.asp","NMTA Newsletter","","");
	addSubmenuItem("http://www.nmta.net/wl/campbellscorner.asp","Campbell's Corner","","");
	addSubmenuItem("http://www.nmta.net/tonytacklebox.htm","Tony's Tackle Box","_blank","");

addMainItem("http://www.nmta.net/jobs","Jobs",40,"center","","",0,0,"","","","","");

//**DO NOT EDIT THIS *****
}//***********************
//************************
