//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 = "left";		// alignment mode
var absLEFT = 	28;		// 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 = "resources/";	// base path
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,sans-serif";	// main nav font face
var fSIZE = 	13;		// 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 = 	11;		// 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 = 	"#ffefc6";	// submenu cell color
var srCOLOR = 	"#ececec";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"#cc9966";	// submenu border color
var saLINK = 	"#3333aa";	// submenu link color
var saHOVER = 	"#990000";	// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"comic sans ms,arial,sans-serif";	// 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 dropshadow size
var shCOLOR =	"#bcbcbc";	// submenu dropshadow color
var shOPACITY = 75;		// 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 = 100;		// menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 200;	// child-menu opening delay time (not ns4/op5/op6)
var closeTIMER = 400;		// 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 = 765;		// 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;		//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 ***********************************************************

var mainColWidth = 80;
var spColWidth = 190;
var cpColWidth = 190;

// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER")

MI("","<img src=\"images/logo3.gif\" height=\"28\" width=\"136\" border=\"0\" />", 
	140, "center", "", "Team Falchion Logo", 0,0, "", "#990033","","","");

MI("index.htm","<span class=\"u\">H</span>ome",
	mainColWidth,"center","","",0,0,"h","#ffeac0","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(spColWidth,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("index.htm","Welcome","","");
//	SI("search.htm","Site Search","","");
//	SI("news.htm","What\'s New","","");
//	SI("sitemap.htm","Site Map","","");

MI("events.htm", "<span class=\"u\">E</span>vents", 
	mainColWidth, "center", "", "", 0, 0, "e", "", "", "", "");
	SP(spColWidth,"left","left",0,0,"","","","","","","");

	SI("diary.htm", "Diary 2005", "", "");
	SI("diary2004.htm", "Diary 2004", "", "");
	SI("display.htm","Fight Displays","","");
	SI("livinghistory.htm", "Living History Camp", "","");
	SI("tourney.htm","Tournaments","","");
	SI("banquet.htm","Banquets","","");
	SI("charity.htm","Charity Work","","");
	SI("","Other events","","");
		CP(cpColWidth,"left","center",0,0,"","","","","","","");
		CI("maunch.htm", "Black Maunch","","");
		CI("shires.htm", "Three Shires","","");

MI("training.htm", "<span class=\"u\">T</span>raining", 
	mainColWidth, "center", "", "", 0, 0, "t", "", "", "", "");
	SP(spColWidth,"left","left",0,0,"","","","","","","");
//	SI("roost.htm","The Roost, Long Eaton","","");
//	SI("rbl.htm","Royal British Legion, Beeston","","");
//	SI("bramcote.htm","Bramcote Park, Bramcote","","");
//	SI("","Education","","");
//		CP(cpColWidth,"left","left",0,0,"","","","","","","");
//		CI("e_falchion.htm", "The Falchion (Essay)","","");
//		CI("e_cantilupe.htm", "Nicholas de Cantilupe (Essay)","","");

//		CI("torh.htm", "Tales of Robin Hood","","");
//		CI("tuition.htm", "Personal Tuition","","");

MI("gallery.htm","<span class=\"u\">G</span>allery",
	mainColWidth, "center", "", "", 0, 0, "g", "", "", "", "");
	SP(spColWidth+140,"left","left",0,0,"","","","","","","");
	// add submenu link items ("url","Link name","_target","alt text")
	
	SI("g20040827.htm", "Aug 27-28 2004: Derby Market Charter Celebration", "", "Living History and Fight demos");
//	SI("g20040819.htm", "Aug 19 2004: B&amp;Q Store Openingt", "", "Robin Hood themed entertainment");

//	SI("g20040814.htm", "Aug 14 2004: Banquet at The Roost", "", "Medieval-themed entertainment");
//	SI("g20040725.htm", "Jul 25 2004: MOD Family Fun Day, Chetwynd Barracks", "", "Chetwynd Barracks Charity Fun Day");

	SI("g20040717.htm", "Jul 17 2004: Broxtowe Council Arts Festival", "", "Eastwood Hall Park School");

	SI("g20040613.htm", "Jun 13 2004: Tutbury Castle", "", "Living History and Fight demos");
	SI("g20040516.htm", "May 16 2004: Tutbury Castle", "", "Living History and Fight demos");

//	SI("g20040515.htm", "May 15 2004: Banquet at The Roost", "", "Medieval-themed entertainment");

	SI("g20040501.htm", "May Day Weekend 2004: Stafford Castle", "", "Stafford Castle Medieval Event");
	SI("g20040430.htm", "Apr 30 2004: Tutbury Castle Walpurgisn&auml;cht Ghosts", "", "Ghost Tours");
	SI("g20040425.htm", "Apr 25 2004: Tutbury Castle Ghosts", "", "Ghost Tours");
	SI("g20040409.htm", "Easter 2004: Nottingham Castle", "", "Nottingham Castle Medieval Event");
	SI("g20040214.htm", "Feb 14 2004: Banquet at The Roost", "", "Medieval-themed entertainment");

	SI("g20030921.htm", "Sep 21 2003: Tutbury Castle", "", "Tutbury Castle FairyTale Day II");
	SI("g20030831.htm", "Aug 31 2003: Tutbury Castle", "", "Tutbury Castle Robin Hood Day");
	SI("g20030817.htm", "Aug 17 2003: Tutbury Castle", "", "Ghosts");
	SI("g20030810.htm", "Aug 10 2003: Tutbury Castle", "", "Living History and Demonstrations");
	SI("g20030727.htm", "Jul 27 2003: Tutbury Castle", "", "Tutbury Castle Fairy Tale Fantasy Day");
	SI("g20030720.htm", "Jul 20 2003: Rainbows Hospice", "", "Rainbows Hospice Charity Day in Loughborough");
	SI("g20030421.htm", "Apr 21 2003: Three Wheat Sheaves", "", "Three Wheat Sheaves pub in Nottingham");
	SI("g20020907.htm", "Sep 7 2002: Shepherd\'s Rest", "", "Shepherd\'s Rest pub in Bagthorpe");

MI("members.htm","<span class=\"u\">M</span>embers",
	mainColWidth, "center", "", "", 0, 0, "m", "", "", "", "");
	SP(spColWidth,"left","left",0,0,"","","","","","","");
	// add submenu link items ("url","Link name","_target","alt text")
//	SI("alex.htm", "Alex", "", "");
	SI("angela.htm", "Angela / Raven", "", "");
//	SI("bez.htm", "Bez", "", "");
//	SI("brian.htm", "Brian", "", "");
	SI("clare.htm", "Clare de la Lune", "", "");
	SI("daz.htm", "Sir Darren of Mapperley", "", "");
	SI("emma.htm", "Emma", "", "");
//	SI("iain.htm", "Iain", "", "");
	SI("james.htm", "Sir Hamish McDougle", "", "");
	SI("mark.htm", "Mark", "", "");
//	SI("matt.htm", "Matt", "", "");
//	SI("miles.htm", "Miles", "", "");
//	SI("nathan.htm", "Nathan", "", "");
	SI("nick.htm", "Sir Nicholas de Cantelupe", "", "");
//	SI("nicky.htm", "Nicky", "", "");
//	SI("richard.htm", "Sir Richard du Falchion", "", "");
//	SI("russ.htm", "Russ", "", "");
	SI("theo.htm", "Theo", "", "");
//	SI("toni.htm", "Toni", "", "");
//	SI("wayne.htm", "Wayne", "", "");


MI("contacts.htm","<span class=\"u\">C</span>ontact", 
	mainColWidth, "center", "", "", 0, 0, "c", "", "", "", "");
	SP(spColWidth,"right","left",0,0,"","","","","","","");
	SI("contacts.htm#booking","Bookings","","");
	SI("contacts.htm#info","Enquiries","","");
//		CP(cpColWidth,"right","center",0,0,"","","","","","","");
//		CI("mailto:query@falchion.org", "Email enquiry","","For general enquiries about the team");
	SI("contacts.htm#chairman","Chairman","","");
//		CP(cpColWidth,"right","center",0,0,"","","","","","","");
//		CI("mailto:chair@falchion.org", "Email the chairman","","");
	SI("contacts.htm#secretary","Secretary","","");
//		CP(cpColWidth,"right","center",0,0,"","","","","","","");
//		CI("mailto:sec@falchion.org", "Email the secretary","","For queries about our constitution, insurance details and diary");
	SI("contacts.htm#treasurer","Treasurer","","");
//		CP(cpColWidth,"right","center",0,0,"","","","","","","");
//		CI("mailto:tresh@falchion.org", "Email the treasurer","","For queries relating to financial matters");
	SI("contacts.htm#feedback","Website","","");
//		CP(cpColWidth,"right","center",0,0,"","","","","","","");
//		CI("mailto:admin@falchion.org", "Email the webmaster","","To report problems with the website");
	


MI("links.htm","<span class=\"u\">L</span>inks", 
	mainColWidth, "center", "", "", 0, 0, "l", "", "", "", "");
	SP(spColWidth,"right","left",0,0,"","","","","","","");
	SI("http://www.realityinc.co.uk/phpBB2/", "Falchion Forum", "_blank", "Falchion news and messages");
	SI("", "Kit Suppliers", "", "Suppliers we have used");
		CP(cpColWidth,"right","center",0,0,"","","","","","","");
		CI("http://www.middenearth.co.uk", "Midden Earth","_blank","Costume and Accessories");
		CI("http://www.armourclass.co.uk", "Armour Class","_blank","Swords");
		CI("http://www.bytheswordinc.com", "By The Sword","_blank","Armour, clothing");
		CI("http://www.lancasters-armourie.co.uk/", "Lancaster\'s Armourie","_blank","Swords, armour, helmets");
		CI("http://www.dressedtokill.freeserve.co.uk/", "Dressed To Kill","_blank","Armour");
		CI("http://www.getdressedforbattle.co.uk/", "Get Dressed For Battle","_blank","Helmets");
		CI("http://www.vikingcrafts.co.uk", "Viking Crafts","_blank","Shields");
		CI("http://www.philfraser.com", "Phil Fraser","_blank","Shoes");
		CI("http://www.thehcc.co.uk", "The Historic Costume Company","_blank","Clothing");
		CI("http://www.shieldsandshoes.co.uk", "Shields and Shoes","_blank","Shields and Shoes");
	SI("http://www.houseofnames.com", "House of Names", "_blank", "Source of family heraldry info");
	SI("http://www.blazons.com", "Blazons! 2000", "_blank", "A Heraldry Drawing Utility");

/*
MI("activities.htm","<span class=\"u\">A</span>ctivities",mainColWidth, "center", "", "", 0, 0, "a", "", "", "", "");
	SP(spColWidth,"left","left",0,0,"","","","","","","");

	SI("display.htm","Fight Displays","","");
	SI("","Education","","");
		CP(cpColWidth,"left","center",0,0,"","","","","","","");
		CI("torh.htm", "Tales of Robin Hood","","");
		CI("tie.htm", "Theatre In Education","","");
		CI("tuition.htm", "Personal Tuition","","");

	SI("training.htm", "Training", "", "");
//		CP(cpColWidth,"left","center",0,0,"","","","","","","");
//		CI("gtrain1.htm", "Training Photos 1","","");
//		CI("gtrain2.htm", "Training Photos 2","","");

	
	SI("leather.htm","Leatherwork","","");
		CP(cpColWidth,"left","center",0,0,"","","","","","","");
//		CI("druidic.htm", "Druidic Leather","","");
		CI("middenearth.htm", "Midden Earth","","");


	SI("beads.htm","Beadwork","","Beads By Rhonda");
//	SI("facepainting.htm","Face Painting","","");
//	SI("charity.htm","Charity Work","","");

/*
MI("admin.htm","A<span class=\"u\">d</span>min", mainColWidth, "center", "", "", 0, 0, "d", "", "", "", "");
	SP(spColWidth,"right","left",0,0,"","","","","","","");
//	SI("constitution.htm","Constitution","","");
	SI("insurance.htm","Insurance","","");
	SI("", "2003 Q1 Meeting", "", "");
		CP(cpColWidth,"right","center",0,0,"","","","","","","");
		CI("q103agenda.htm", "Agenda","","");
		CI("q103minutes.htm", "Minutes","","");
//	SI("", "2003 Q2 Meeting", "", "");
//		CP(cpColWidth,"right","center",0,0,"","","","","","","");
//		CI("q203agenda.htm", "Agenda","","");
//		CI("q203minutes.htm", "Minutes","","");
*/


//* DO NOT EDIT THIS BIT *
}//***********************
//************************

