//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 NOTE was left
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 (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 = 	"silver";	// main nav cell color
var rCOLOR = 	"gray";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"gray"	// main nav border color
var aLINK = 	"white";	// main nav link color
var aHOVER = 	"";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"comic sans ms,arial";	// main nav font face
var fSIZE = 	14;		// main nav font size (pixels)
var fWEIGHT = 	""		// 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 = 	5;		// shift the submenus vertically
var hOFFSET = 	4;		// shift the submenus horizontally

var smCOLOR = 	"lightgrey";	// submenu cell color

var srCOLOR = 	"gray";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"gray"	// submenu border color
var saLINK = 	"";	// submenu link color
var saHOVER = 	"";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"comic sans ms,arial";// submenu font face
var sfSIZE = 	13;		// 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 = 1;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	2;		// 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 **]

addMainItem("http://www.southeastbasset.org.uk/","",73,"center","","",0,0,"","","","",""); //was HOME 100

addMainItem("events.html","EVENTS",96,"center","","",0,0,"","","","","");

	defineSubmenuProperties(230,"left","left",-4,0,"","","","","","","");

//	addSubmenuItem("butchershole.html","May - Walk & Jean & Dusty's Picnic","","");
//	addSubmenuItem("midfunday.html","June - BHC Championship Show","","");
//	addSubmenuItem("gillslapevening.html","June - Evening Walk & Picnic","","");
//	addSubmenuItem("jillandbrian.html","July Walk & Barbecue","","");
//	addSubmenuItem("fundaycrowhurst.html","August - Fun Day","","");
	addSubmenuItem("abbotswd.html","September - Walk","","");
	addSubmenuItem("gillslap.html","October - Walk","","");
	addSubmenuItem("dumps.html","November - Walk","","");
	addSubmenuItem("xmas.html","Xmas - Walk & Lunch","","");
	addSubmenuItem("xmasmeal2010.html","Xmas - Lunch","","");
	addSubmenuItem("gillslapjan.html","January - Walk","","");
	addSubmenuItem("shows.html","Shows","","");

addMainItem("lowdown.html","LOWDOWN",110,"center","","",0,0,"","","","","");

	defineSubmenuProperties(210,"left","left",-4,0,"","","","","","","");

        addSubmenuItem("lowdownwin09.html","LOWDOWN Winter 2009/10","","");

		// 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(300,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("ldwin09edsbark.html","p.3 The Editor's Bark","","");
		addChildmenuItem("ldwin09frchair.html","p.5 From the Chair","","");
	 	addChildmenuItem("ldwin09cooper.html","p.6 Cooper","","");
		addChildmenuItem("ldwin09johnston.html","p.7 George Johnston","","");
		addChildmenuItem("ldwin09newshound.html","p.10 News Hound","","");
		addChildmenuItem("ldwin09breedstan.html","p.16 The New Basset Hound Breed Standard","","");
		addChildmenuItem("ldwin09sheilalines.html","p.19 A Few Lines from Sheila","","");
		addChildmenuItem("ldwin09bithist.html","p.20 A Bit of History","","");
		addChildmenuItem("ldwin09xmasturkey.html","p.21 Legless Turkey","","");
//		addChildmenuItem("ldsum09texnotes.html","p.17 Texan Notes","","");
//		addChildmenuItem("ldsum09walks.html","p.20 Walks Report","","");
//		addChildmenuItem("ldsum09pwinnieswheel.html","p.31 Winnie's Wheelbarrow","","");
//		addChildmenuItem("ldsum09p34history.html","p.33 Roman Basset","","");
//		addChildmenuItem("ldsum09compresult.html","p.35 Competition Entries","","");
//		addChildmenuItem("ldsum09compwinner.html","back page Competition Winner","","");

        addSubmenuItem("lowdownsum09.html","LOWDOWN Summer 2009","","");

		// 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(300,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("ldsum09edsbark.html","p.3 The Editor's Bark","","");
		addChildmenuItem("ldsum09frchair.html","p.6 From the Chair","","");
		addChildmenuItem("ldsum09dusty.html","p.7 Dusty - A Short Tribute","","");
		addChildmenuItem("ldsum09events.html","p.8 Events Diary","","");
		addChildmenuItem("ldsum09newshound.html","p.10 News Hound","","");
		addChildmenuItem("ldsum09sking.html","p.12 The Accidental Basset Owner","","");
		addChildmenuItem("ldsum09sking2.html","p.14 Every Little (Basset) Helps","","");
		addChildmenuItem("ldsum09comp.html","p.15 Competition","","");
		addChildmenuItem("ldsum09p16health.html","p.16 Lungworm","","");
		addChildmenuItem("ldsum09texnotes.html","p.17 Texan Notes","","");
		addChildmenuItem("ldsum09walks.html","p.20 Walks Report","","");
		addChildmenuItem("ldsum09pwinnieswheel.html","p.31 Winnie's Wheelbarrow","","");
		addChildmenuItem("ldsum09p34history.html","p.33 Roman Basset","","");
		addChildmenuItem("ldsum09compresult.html","p.35 Competition Entries","","");
		addChildmenuItem("ldsum09compwinner.html","back page Competition Winner","","");

	addSubmenuItem("lowdownwin08.html","LOWDOWN Winter 2008/09","","");

		// 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(300,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("ldwin08front.html","Front Cover","","");
		addChildmenuItem("ldwin08offcom.html","p.1 Officers & Committee","","");
		addChildmenuItem("ldwin08editorsbark.html","p.3 The Editor's Bark","","");
		addChildmenuItem("ldwin08chair.html","p.5 From the Chair","","");
		addChildmenuItem("ldwin08webmast.html","p.6 News Hound - Website","","");
		addChildmenuItem("ldwin08midfun.html","p.7 News Hound - Fun Weekend in the Midlands","","");
		addChildmenuItem("ldwin08branchfun.html","p.10 News Hound - Branch Fun Day","","");
		addChildmenuItem("ldwin08barndance.html","p.14 News Hound - Barn Dance","","");
		addChildmenuItem("ldwin08events.html","p.15 Events Diary","","");
		addChildmenuItem("ldwin08ourhounds.html","p.16 Our Hounds","","");
		addChildmenuItem("ldwin08mollietv.html","p.18 Molly the Pop","","");
		addChildmenuItem("ldwin08molliefan.html","p.20 Mollie's Fan","","");
		addChildmenuItem("ldwin08comp.html","p.22 Competition","","");
		addChildmenuItem("ldwin08incjeff.html","p.23 The Incredible Mr. Jeffries","","");
		addChildmenuItem("ldwin08visit.html","p.25 The Visitor","","");
		addChildmenuItem("asset.html","p.26 A Basset is an Asset","","");
		addChildmenuItem("shows2008.html","p. 27 Show Results","","");
		addChildmenuItem("walkswin08.html","p.29 Walks Report","","");
		addChildmenuItem("winniewin08.html","p.35 Winnie's Wheelbarrow","","");
		addChildmenuItem("abitofhistorywin08.html","p.38 A Bit of History","","");
		addChildmenuItem("ldwin08back.html","back cover Sights From Across the Pond","","");

	addSubmenuItem("lowdownsum08.html","LOWDOWN Summer 2008","","");

		// 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(300,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("ldsum08editorsbark.html","p.2 The Editor's Bark","","");
		addChildmenuItem("chairsum08.html","p.4 From the Chair - Talented Tony","","");
		addChildmenuItem("finallynothingbutbassetssum08.html","p.5 Finally Nothing but Bassets","","");
		addChildmenuItem("newssum08.html","p.7 News Hound","","Branch AGM & Crufts Hound Day");
		addChildmenuItem("conception.html","p.11 The Conception","","");
		addChildmenuItem("yrbk1sum08.html","p.12 Yearbook Number One","","");
		addChildmenuItem("ldsum08comp.html","p.18 Competition","","");
		addChildmenuItem("stampsum08.html","p.19 Stamping Out Bassets?","","");
		addChildmenuItem("healthsum08.html","p.20 Hound Health Alert","","");
		addChildmenuItem("sigmundsum08.html","p.21 Sigmund - A Hound in Front of the Camera","","");
		addChildmenuItem("sigmundsum2ndpt08.html","p.26 A Tribute to Bosun","","");
		addChildmenuItem("walkssum08.html","p.27 Walks Report","","");
		addChildmenuItem("abitofhistorysum08.html","p.33 A Bit of History","","");
		addChildmenuItem("winniesum08.html","p.34 Winnie's Wheelbarrow","","");
		addChildmenuItem("newhoundssum08.html","Back Page New Hounds Gallery","","");
	
addMainItem("features.html","FEATURES",120,"center","","",0,0,"","","","","");

	defineSubmenuProperties(160,"left","left",-4,0,"","","","","","","");
//	addSubmenuItem("http://www.southeastbasset.org.uk/features/houndgallery/Hound_Gallery/Hound_Gallery","Member's Hounds","","");
	addSubmenuItem("facebook.html","Online networking","","");
	addSubmenuItem("asset.html","A Basset is an Asset","","");
	addSubmenuItem("president.html","Bassets for Obama","","");
	addSubmenuItem("contactformdoesitwork.html","Contact Form Problems","","");
        addSubmenuItem("http://southeastbasset.blogspot.com","Basset Blog","_blank","");

		// 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("blog.html","Latest Blog","","");
		// addChildmenuItem("crufts2009fromhome.htm","Crufts 2009 from home","","");
		// addChildmenuItem("crufts2009fromabroad.htm","Crufts 2009 from abroad","","");
		// addChildmenuItem("dusty.htm","Dusty","","");
		// addChildmenuItem("doescontactwork.htm","Contact form problems","","");
		// addChildmenuItem("isituptodate.htm","Is the page up to date","","");
		// addChildmenuItem("whatsthatsound.htm","What's that sound","","");

	
	addSubmenuItem("pigeon.html","Catch the Pigeon","","");
	addSubmenuItem("georgejohnston.html","George Johnston","","");
	addSubmenuItem("elvis.html","Nothin' but a Hound Dog","","");
	addSubmenuItem("mhpaint.html","Miranda Ellis - Artist","","");
	addSubmenuItem("april09walk.html","Airman's Grave Walk","","");
	addSubmenuItem("webmaster.html","Webmaster's Musings","","");
	addSubmenuItem("feetstoobig.html","Your Feet's Too Big","","");

addMainItem("shows2009.html","SHOWRESULTS",130,"center","","",0,0,"","","","","");

	defineSubmenuProperties(100,"left","left",-4,0,"","","","","","","");

	addSubmenuItem("shows2010.html","Results 2010","","");
	addSubmenuItem("shows.html","Shows 2010","","");
	addSubmenuItem("shows2009.html","Results 2009","","");
	addSubmenuItem("shows2008.html","Results 2008","","");
	
addMainItem("","HISTORY",100,"center","","",0,0,"","","","","");

	defineSubmenuProperties(220,"left","left",-4,0,"","","","","","","");

	addSubmenuItem("history.html","A History of the Branch","","");
	addSubmenuItem("breedhistory.html","The Basset Hound a Short History","","");
	addSubmenuItem("conception.html","The Conception","","");
	addSubmenuItem("yrbk1sum08.html","Yearbook Number One","","");
	addSubmenuItem("ldwin09bithist.html","The Basset Hound Club Archive","","");

        addSubmenuItem("","Basset People","","");

		// 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(200,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("georgejohnston.html","George Johnston","","");
		addChildmenuItem("abitofhistorysum08.html","Sir Everett Millais","","");
	addChildmenuItem("ldsum09dusty.html","Dusty Miller - A Short Tribute","","");
	addChildmenuItem("abitofhistorywin08.html","Margaret (Peg) Walton","","");
	addChildmenuItem("abitofhistorywin08.html","Joan Wells-Meacham","","");

addMainItem("","MEMBERSHIP",130,"center","","",0,0,"","","","","");

	defineSubmenuProperties(75,"left","left",-4,0,"","","","","","","");


	addSubmenuItem("joinus.html","Join Us","","");
	addSubmenuItem("renewal.html","Renewal","","");
	addSubmenuItem("committee.html","Committee","","");

addMainItem("links.html","LINKS",95,"center","","",0,0,"","","","","");
	
addMainItem("contact.html","CONTACT",100,"center","","",0,0,"","","","","");


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