 /***********************************************
*	(c) Ger Versluis 2000 version 10.80 12 May 2004          *
*	You may use this script on non commercial sites.	          *
*	www.burmees.nl/menu			          *
*	You may remove all comments for faster loading	          *		
************************************************/
	var NoOffFirstLineMenus=8;			// Number of main menu  items
						// Colorvariables:
						// Color variables take HTML predefined color names or "#rrggbb" strings
						//For transparency make colors and border color ""
	var LowBgColor="#003366";			// Background color when mouse is not over
	var HighBgColor="#EE391D";			// Background color when mouse is over
	var FontLowColor="#ffffcc";			// Font color when mouse is not over
	var FontHighColor="#ffffff";			// Font color when mouse is over
	var BorderColor="#003366";			// Border color
	var BorderWidthMain=1;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=1;			// Borderwidth between elements
	var BorderBtwnSub=1;			// Borderwidth between elements sub items
	var FontFamily="verdana,arial";	// Font family menu items
	var FontSize=11;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered="left";		// Item text position left, center or right
	var MenuCentered="leftjustify";			// Menu horizontal position can be: left, center, right, justify,
						//  leftjustify, centerjustify or rightjustify. PartOfWindow determines part of window to use
	var MenuVerticalCentered="top";		// Menu vertical position top, middle,bottom or static
	var ChildOverlap=0;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=103;				// Menu offset x coordinate. If StartTop is between 0 and 1 StartTop is calculated as part of windowheight
	var StartLeft=5;				// Menu offset y coordinate. If StartLeft is between 0 and 1 StartLeft is calculated as part of windowheight
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var DistFrmFrameBrdr=0;			// Distance between main menu and frame border
	var LeftPaddng=1;			// Left padding
	var TopPaddng=1;				// Top padding
	var FirstLineHorizontal=1;			// Number defines to which level the menu must unfold horizontal; 0 is all vertical
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var UnfoldDelay=100;			// delay before sub unfolds	
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="";			// Frame where first level appears
	var SecLineFrame="";			// Frame where sub levels appear
	var DocTargetFrame="";			// Frame where target documents appear
	var TargetLoc="";				// span id for relative positioning
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref="";				// BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws=["http://www.fbu.org.uk/tri.gif",5,10,BaseHref+"",10,5,"http://www.fbu.org.uk/trileft.gif",5,10,BaseHref+"",10,5];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";</script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......
	var PartOfWindow=.97;			// PartOfWindow: When MenuCentered is justify, sets part of window width to stretch to

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var BuildOnDemand=0;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var BgImgLeftOffset=5;			// Only relevant when bg image is used as rollover
	var ScaleMenu=1;				// 1/0 When set to 0 Menu scales with browser text size setting

	var HooverBold=0;				// 1 or 0
	var HooverItalic=0;				// 1 or 0
	var HooverUnderLine=1;			// 1 or 0
	var HooverTextSize=0;			// 0=off, number is font size difference on hoover
	var HooverVariant=0;			// 1 or 0

	var MenuSlide="";
	var MenuSlide="";
	var MenuSlide="";

	var MenuShadow="";
	var MenuShadow="";
	var MenuShadow="";

	var MenuOpacity="";
	var MenuOpacity="";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText or background image format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

Menu1=new Array("Home","http://www.fbu.org.uk/index.php","",0,17,138,"","","","","","",-1,-1,-1,"","Our Homepage");
Menu2=new Array("About Us","http://www.fbu.org.uk/aboutus/index.php","",7,17,138,"","","","","","",-1,-1,-1,"","");
	Menu2_1=new Array("Contact Us","http://www.fbu.org.uk/aboutus/contactus/index.php","",0,17,170,"","","","","","",-1,-1,-1,"","");
	Menu2_2=new Array("Essential Information","http://www.fbu.org.uk/aboutus/info/index.php","",0,17,138,"","","","","","",-1,-1,-1,"","");
	Menu2_3=new Array("Nationally","http://www.fbu.org.uk/aboutus/national/officersexec/index.php","",0,17,138,"","","","","","",-1,-1,-1,"","");
	Menu2_4=new Array("Regions","http://www.fbu.org.uk/aboutus/regions/index.php","",13,17,138,"","","","","","",-1,-1,-1,"","");
		Menu2_4_1=new Array("Region 1","http://www.fbu.org.uk/aboutus/regions/region1.php","",0,17,100,"","","","","","",-1,-1,-1,"","Strathclyde, Lothian & Borders, Grampian, Fife, Highlands & Islands, Dumfries & Galloway, Central and Tayside");
		Menu2_4_2=new Array("Region 2","http://www.fbu.org.uk/aboutus/regions/region2.php","",0,17,100,"","","","","","",-1,-1,-1,"","Northern Ireland");
		Menu2_4_3=new Array("Region 3","http://www.fbu.org.uk/aboutus/regions/region3.php","",0,17,100,"","","","","","",-1,-1,-1,"","Tyne & Wear, Cleveland, Durham and Northumberland");
		Menu2_4_4=new Array("Region 4","http://www.fbu.org.uk/aboutus/regions/region4.php","",0,17,100,"","","","","","",-1,-1,-1,"","West Yorkshire, South Yorkshire, North Yorkshire and Humberside");
		Menu2_4_5=new Array("Region 5","http://www.fbu.org.uk/aboutus/regions/region5.php","",0,17,100,"","","","","","",-1,-1,-1,"","Greater Manchester, Lancashire, Isle of Man, Cumbria, Merseyside and Cheshire");
		Menu2_4_6=new Array("Region 6","http://www.fbu.org.uk/aboutus/regions/region6.php","",0,17,100,"","","","","","",-1,-1,-1,"","Nottinghamshire, Derbyshire, Leicestershire, Lincolnshire and Northamptonshire");
		Menu2_4_7=new Array("Region 7","http://www.fbu.org.uk/aboutus/regions/region7.php","",0,17,100,"","","","","","",-1,-1,-1,"","Hereford & Worcester, West Midlands, Staffordshire, Warwickshire and Shropshire");
		Menu2_4_8=new Array("Region 8","http://www.fbu.org.uk/aboutus/regions/region8.php","",0,17,100,"","","","","","",-1,-1,-1,"","North Wales, Mid & West Wales and South Wales");
		Menu2_4_9=new Array("Region 9","http://www.fbu.org.uk/aboutus/regions/region9.php","",0,17,100,"","","","","","",-1,-1,-1,"","Hertfordshire, Cambridgeshire, Bedfordshire, Essex, Norfolk and Suffolk");
		Menu2_4_10=new Array("Region 10","http://www.london.fbu.org.uk","",0,17,100,"","","","","","",-1,-1,-1,"","London");
		Menu2_4_11=new Array("Region 11","http://www.fbu.org.uk/aboutus/regions/region11.php","",0,17,100,"","","","","","",-1,-1,-1,"","Kent, Surrey, East Sussex and West Sussex");
		Menu2_4_12=new Array("Region 12","http://www.fbu.org.uk/aboutus/regions/region12.php","",0,17,100,"","","","","","",-1,-1,-1,"","Oxfordshire, Buckinghamshire, Berkshire, Hampshire, Dorset and Isle of Wight");
		Menu2_4_13=new Array("Region 13","http://www.fbu.org.uk/aboutus/regions/region13.php","",0,17,100,"","","","","","",-1,-1,-1,"","Avon, Gloucestershire, Wiltshire, Somerset, Devon and Cornwall");
Menu2_5=new Array("Sections","http://www.fbu.org.uk/aboutus/sections/index.php","",6,17,138,"","","","","","",-1,-1,-1,"","");
		Menu2_5_1=new Array("Retained","http://www.fbu.org.uk/aboutus/sections/retained/index.php","",0,17,190,"","","","","","",-1,-1,-1,"","");
		Menu2_5_2=new Array("Control","http://www.fbu.org.uk/aboutus/sections/control/index.php","",0,17,190,"","","","","","",-1,-1,-1,"","");
		Menu2_5_3=new Array("Officers","http://www.fbu.org.uk/aboutus/sections/officers/index.php","",0,17,190,"","","","","","",-1,-1,-1,"","");
		Menu2_5_4=new Array("Women","http://www.nwcfbu.co.uk","",0,17,190,"","","","","","",-1,-1,-1,"","");
		Menu2_5_5=new Array("Black & Ethnic Minorities","http://www.fbu.org.uk/aboutus/sections/bemm/index.php","",0,17,190,"","","","","","",-1,-1,-1,"","");
		Menu2_5_6=new Array("Gay & Lesbian","http://www.fbulgbt.org.uk/","",0,17,190,"","","","","","",-1,-1,-1,"","");
	Menu2_6=new Array("Political Work","http://www.fbu.org.uk/aboutus/political/index.php","",3,17,138,"","","","","","",-1,-1,-1,"","");
		Menu2_6_1=new Array("Political Fund","http://www.fbu.org.uk/aboutus/political/politicalfund/index.php","",0,17,138,"","","","","","",-1,-1,-1,"","");
		Menu2_6_2=new Array("Campaigns","http://www.fbu.org.uk/campaigns/index.php","",0,17,138,"","","","","","",-1,-1,-1,"","");
		Menu2_6_3=new Array("TUC","http://www.fbu.org.uk/aboutus/political/tuc/index.php","",0,17,138,"","","","","","",-1,-1,-1,"","");
Menu2_7=new Array("Annual Conference","http://www.fbu.org.uk/aboutus/conference/index.php","",0,17,138,"","","","","","",-1,-1,-1,"","");
Menu3=new Array("News & Press","http://www.fbu.org.uk/newspress/index.php","",7,17,138,"","","","","","",-1,-1,-1,"","");
	Menu3_1=new Array("Press Releases","","",10,17,160,"","","","","","",-1,-1,-1,"","");
		Menu3_1_1=new Array("2010 Releases","http://www.fbu.org.uk/newspress/pressrelease/index.php","",0,17,140,"","","","","","",-1,-1,-1,"","");
		Menu3_1_2=new Array("2009 Releases","http://www.fbu.org.uk/newspress/pressrelease/2009/index.php","",0,17,140,"","","","","","",-1,-1,-1,"","");
		Menu3_1_3=new Array("2008 Releases","http://www.fbu.org.uk/newspress/pressrelease/2008/index.php","",0,17,140,"","","","","","",-1,-1,-1,"","");
		Menu3_1_4=new Array("2007 Releases","http://www.fbu.org.uk/newspress/pressrelease/2007/index.php","",0,17,140,"","","","","","",-1,-1,-1,"","");
		Menu3_1_5=new Array("2006 Releases","http://www.fbu.org.uk/newspress/pressrelease/2006/index.php","",0,17,140,"","","","","","",-1,-1,-1,"","");
		Menu3_1_6=new Array("2005 Releases","http://www.fbu.org.uk/newspress/pressrelease/2005/index.php","",0,17,140,"","","","","","",-1,-1,-1,"","");
		Menu3_1_7=new Array("2004 Releases","http://www.fbu.org.uk/newspress/pressrelease/2004/index.php","",0,17,140,"","","","","","",-1,-1,-1,"","");
		Menu3_1_8=new Array("2003 Releases","http://www.fbu.org.uk/newspress/pressrelease/2003/index.php","",0,17,140,"","","","","","",-1,-1,-1,"","");
		Menu3_1_9=new Array("2002 Releases","http://www.fbu.org.uk/newspress/pressrelease/2002/index.php","",0,17,140,"","","","","","",-1,-1,-1,"","");
		Menu3_1_10=new Array("2001 Releases","http://www.fbu.org.uk/newspress/pressrelease/2001/index.php","",0,17,140,"","","","","","",-1,-1,-1,"","");
	Menu3_2=new Array("All Members Circulars","","",9,17,160,"","","","","","",-1,-1,-1,"","");
		Menu3_2_1=new Array("2010 Circulars","http://www.fbu.org.uk/newspress/circulars/index.php","",0,17,140,"","","","","","",-1,-1,-1,"","");
		Menu3_2_2=new Array("2009 Circulars","http://www.fbu.org.uk/newspress/circulars/circ2009/index.php","",0,17,140,"","","","","","",-1,-1,-1,"","");
		Menu3_2_3=new Array("2008 Circulars","http://www.fbu.org.uk/newspress/circulars/circ2008/index.php","",0,17,140,"","","","","","",-1,-1,-1,"","");
		Menu3_2_4=new Array("2007 Circulars","http://www.fbu.org.uk/newspress/circulars/circ2007/index.php","",0,17,140,"","","","","","",-1,-1,-1,"","");
		Menu3_2_5=new Array("2006 Circulars","http://www.fbu.org.uk/newspress/circulars/circ2006/index.php","",0,17,140,"","","","","","",-1,-1,-1,"","");
		Menu3_2_6=new Array("2005 Circulars","http://www.fbu.org.uk/newspress/circulars/circ2005/index.php","",0,17,140,"","","","","","",-1,-1,-1,"","");
		Menu3_2_7=new Array("2004 Circulars","http://www.fbu.org.uk/newspress/circulars/circ2004/index.php","",0,17,140,"","","","","","",-1,-1,-1,"","");
		Menu3_2_8=new Array("2003 Circulars","http://www.fbu.org.uk/newspress/circulars/circ2003/index.php","",0,17,140,"","","","","","",-1,-1,-1,"","");
		Menu3_2_9=new Array("2002 Circulars","http://www.fbu.org.uk/newspress/circulars/circ2002/index.php","",0,17,140,"","","","","","",-1,-1,-1,"","");
	Menu3_3=new Array("E-Bulletin","http://www.fbu.org.uk/newspress/ebulletin/index.php","",0,17,160,"","","","","","",-1,-1,-1,"","");
	Menu3_4=new Array("Firefighter Magazine","","",11,17,160,"","","","","","",-1,-1,-1,"","");
		Menu3_4_1=new Array("2010 Editions","http://www.fbu.org.uk/newspress/ffmag/2010/index.php","",0,17,140,"","","","","","",-1,-1,-1,"","");
		Menu3_4_2=new Array("2009 Editions","http://www.fbu.org.uk/newspress/ffmag/2009/index.php","",0,17,140,"","","","","","",-1,-1,-1,"","");
		Menu3_4_3=new Array("2008 Editions","http://www.fbu.org.uk/newspress/ffmag/2008/index.php","",0,17,140,"","","","","","",-1,-1,-1,"","");
		Menu3_4_4=new Array("2007 Editions","http://www.fbu.org.uk/newspress/ffmag/2007/index.php","",0,17,140,"","","","","","",-1,-1,-1,"","");
		Menu3_4_5=new Array("2006 Editions","http://www.fbu.org.uk/newspress/ffmag/2006/index.php","",0,17,140,"","","","","","",-1,-1,-1,"","");
		Menu3_4_6=new Array("2005 Editions","http://www.fbu.org.uk/newspress/ffmag/2005/index.php","",0,17,140,"","","","","","",-1,-1,-1,"","");
		Menu3_4_7=new Array("2004 Editions","http://www.fbu.org.uk/newspress/ffmag/2004/index.php","",0,17,140,"","","","","","",-1,-1,-1,"","");
		Menu3_4_8=new Array("2003 Editions","http://www.fbu.org.uk/newspress/ffmag/2003/index.php","",0,17,140,"","","","","","",-1,-1,-1,"","");
		Menu3_4_9=new Array("2002 Editions","http://www.fbu.org.uk/newspress/ffmag/2002/index.php","",0,17,140,"","","","","","",-1,-1,-1,"","");
		Menu3_4_10=new Array("2001 Editions","http://www.fbu.org.uk/newspress/ffmag/2001/index.php","",0,17,140,"","","","","","",-1,-1,-1,"","");
		Menu3_4_11=new Array("2000 Editions","http://www.fbu.org.uk/newspress/ffmag/2000/index.php","",0,17,140,"","","","","","",-1,-1,-1,"","");
	Menu3_5=new Array("UK News Feed","http://www.fbu.org.uk/newspress/newsfeed/index.php","",0,17,160,"","","","","","",-1,-1,-1,"","");
	Menu3_6=new Array("Other Publications","http://www.fbu.org.uk/newspress/publications/index.php","",0,17,160,"","","","","","",-1,-1,-1,"","");
	Menu3_7=new Array("FBU Tube","http://www.fbu.org.uk/newspress/fbutube/index.php","",0,17,160,"","","","","","",-1,-1,-1,"","");
Menu4=new Array("Member Services","http://www.fbu.org.uk/member/index.php","",7,17,180,"","","","","","",-1,-1,-1,"","");
	Menu4_1=new Array("Lifelong Learning","http://ulf.fbu.org.uk","",0,17,180,"","","","","","",-1,-1,-1,"","");
	Menu4_2=new Array("Accident & Injury Fund","http://www.fbu.org.uk/member/ai/index.php","",0,17,180,"","","","","","",-1,-1,-1,"","");
	Menu4_3=new Array("Legal Services","http://www.fbu.org.uk/member/legal/index.php","",0,17,180,"","","","","","",-1,-1,-1,"","");
	Menu4_4=new Array("Contributions","http://www.fbu.org.uk/member/contributions/index.php","",0,17,180,"","","","","","",-1,-1,-1,"","");
	Menu4_5=new Array("Rule Book","http://www.fbu.org.uk/member/rulebook/index.php","",0,17,180,"","","","","","",-1,-1,-1,"","");
	Menu4_6=new Array("FBU Official Forms","http://www.fbu.org.uk/workplace/resources/forms/index.php","",0,17,270,"","","","","","",-1,-1,-1,"","");
	Menu4_7=new Array("Member Benefits","http://www.fbu.org.uk/member/benefits/index.php","",0,17,270,"","","","","","",-1,-1,-1,"","");
Menu5=new Array("Workplace","http://www.fbu.org.uk/workplace/index.php","",9,17,138,"","","","","","",-1,-1,-1,"","");
	Menu5_1=new Array("Health & Safety","http://www.fbu.org.uk/workplace/healthsafety/index.php","",0,17,160,"","","","","","",-1,-1,-1,"","");
	Menu5_2=new Array("Pensions","http://www.fbu.org.uk/workplace/pensions/index.php","",0,17,160,"","","","","","",-1,-1,-1,"","");
	Menu5_3=new Array("Education & Training","http://www.fbu.org.uk/workplace/educationtraining/index.php","",0,17,160,"","","","","","",-1,-1,-1,"","");
	Menu5_4=new Array("Fairness @ Work","http://www.fbu.org.uk/workplace/fairnesswork/index.php","",0,17,165,"","","","","","",-1,-1,-1,"","");
	Menu5_5=new Array("IRMP Strategy","http://www.fbu.org.uk/workplace/irmp/index.php","",0,17,165,"","","","","","",-1,-1,-1,"","");
	Menu5_6=new Array("IPDS","http://www.fbu.org.uk/workplace/ipds/index.php","",0,17,165,"","","","","","",-1,-1,-1,"","");
	Menu5_7=new Array("NJC","http://www.fbu.org.uk/workplace/njc/index.php","",11,17,165,"","","","","","",-1,-1,-1,"","");
		Menu5_7_1=new Array("2010 Circulars","http://www.fbu.org.uk/workplace/njc/2010/index.php","",0,17,140,"","","","","","",-1,-1,-1,"","");
		Menu5_7_2=new Array("2009 Circulars","http://www.fbu.org.uk/workplace/njc/2009/index.php","",0,17,140,"","","","","","",-1,-1,-1,"","");
		Menu5_7_3=new Array("2008 Circulars","http://www.fbu.org.uk/workplace/njc/2008/index.php","",0,17,140,"","","","","","",-1,-1,-1,"","");
		Menu5_7_4=new Array("2007 Circulars","http://www.fbu.org.uk/workplace/njc/2007/index.php","",0,17,140,"","","","","","",-1,-1,-1,"","");
		Menu5_7_5=new Array("2006 Circulars","http://www.fbu.org.uk/workplace/njc/2006/index.php","",0,17,140,"","","","","","",-1,-1,-1,"","");
		Menu5_7_6=new Array("2005 Circulars","http://www.fbu.org.uk/workplace/njc/2005/index.php","",0,17,140,"","","","","","",-1,-1,-1,"","");
		Menu5_7_7=new Array("2004 Circulars","http://www.fbu.org.uk/workplace/njc/2004/index.php","",0,17,140,"","","","","","",-1,-1,-1,"","");
		Menu5_7_8=new Array("2003 Circulars","http://www.fbu.org.uk/workplace/njc/2003/index.php","",0,17,140,"","","","","","",-1,-1,-1,"","");
		Menu5_7_9=new Array("2002 Circulars","http://www.fbu.org.uk/workplace/njc/2002/index.php","",0,17,140,"","","","","","",-1,-1,-1,"","");
		Menu5_7_10=new Array("2001 Circulars","http://www.fbu.org.uk/workplace/njc/2001/index.php","",0,17,140,"","","","","","",-1,-1,-1,"","");
		Menu5_7_11=new Array("2000 Circulars","http://www.fbu.org.uk/workplace/njc/2000/index.php","",0,17,140,"","","","","","",-1,-1,-1,"","");
	Menu5_8=new Array("Pay","http://www.fbu.org.uk/workplace/pay/index.php","",0,17,165,"","","","","","",-1,-1,-1,"","");
	Menu5_9=new Array("Resources","http://www.fbu.org.uk/workplace/resources/index.php","",4,17,165,"","","","","","",-1,-1,-1,"","");
		Menu5_9_1=new Array("LRD database of local agreements","http://www.fbu.org.uk/workplace/resources/lrd.php","",0,17,350,"","","","","","",-1,-1,-1,"","");
		Menu5_9_2=new Array("Pay and Conditions Grey Book Database","http://www.fbu.org.uk/workplace/resources/greybook/grey_bookview.php?id=20","",0,17,350,"","","","","","",-1,-1,-1,"","");
		Menu5_9_3=new Array("FBU Official Forms","http://www.fbu.org.uk/workplace/resources/forms/index.php","",0,17,350,"","","","","","",-1,-1,-1,"","");
		Menu5_9_4=new Array("FBU Conference Resolution DataBase","http://www.fbu.org.uk/workplace/resources/res_db/index.php","",0,17,350,"","","","","","",-1,-1,-1,"","");
Menu6=new Array("Campaigns","http://www.fbu.org.uk/campaigns/index.php","",7,17,138,"","","","","","",-1,-1,-1,"","P");
	Menu6_1=new Array("Safer Firefighters Safer Communities","http://www.fbu.org.uk/campaigns/fatalities/index.php","",0,17,250,"","","","","","",-1,-1,-1,"","");
	Menu6_2=new Array("NO2 Fire Deaths","http://www.fbu.org.uk/campaigns/no2/index.php","",0,17,250,"","","","","","",-1,-1,-1,"","");
	Menu6_3=new Array("Justice for Pensions","http://www.fbu.org.uk/campaigns/pensions/justiceindex.php","",0,17,250,"","","","","","",-1,-1,-1,"","");
	Menu6_4=new Array("Out Of Control","http://www.fbu.org.uk/campaigns/outofcontrol/index.php","",0,17,250,"","","","","","",-1,-1,-1,"","");
	Menu6_5=new Array("Off The Run","http://www.fbu.org.uk/campaigns/offtherun/index.php","",0,17,250,"","","","","","",-1,-1,-1,"","");
	Menu6_6=new Array("Attacks on Firefighters","http://www.fbu.org.uk/campaigns/attacks/index.php","",0,17,250,"","","","","","",-1,-1,-1,"","");
	Menu6_7=new Array("International","http://www.fbu.org.uk/campaigns/international/index.php","",0,17,250,"","","","","","",-1,-1,-1,"","");
Menu7=new Array("Shop","http://www.fbu.org.uk/shop/index.php","",0,17,138,"","","","","","",-1,-1,-1,"","");
Menu8=new Array("Links","http://www.fbu.org.uk/links/index.php","",9,17,138,"","","","","","",-1,-1,-1,"","");
	Menu8_1=new Array("Local Authority","http://www.fbu.org.uk/links/localauthority.php","",0,17,250,"","","","","","",-1,-1,-1,"","");
	Menu8_2=new Array("Health & Safety","http://www.fbu.org.uk/links/healthsafety.php","",0,17,250,"","","","","","",-1,-1,-1,"","");
	Menu8_3=new Array("Trade Union","http://www.fbu.org.uk/links/tradeunion.php","",0,17,250,"","","","","","",-1,-1,-1,"","");
	Menu8_4=new Array("Government","http://www.fbu.org.uk/links/government.php","",0,17,250,"","","","","","",-1,-1,-1,"","");
	Menu8_5=new Array("Affiliated Organisations","http://www.fbu.org.uk/links/affiliated.php","",0,17,250,"","","","","","",-1,-1,-1,"","");
	Menu8_6=new Array("Voluntary Organisations","http://www.fbu.org.uk/links/voluntary.php","",0,17,250,"","","","","","",-1,-1,-1,"","");
	Menu8_7=new Array("Politics","http://www.fbu.org.uk/links/political.php","",0,17,250,"","","","","","",-1,-1,-1,"","");
	Menu8_8=new Array("International","http://www.fbu.org.uk/links/international.php","",0,17,250,"","","","","","",-1,-1,-1,"","");
	Menu8_9=new Array("Employment / Trade Union Rights","http://www.fbu.org.uk/links/employ_union_rights.php","",0,17,250,"","","","","","",-1,-1,-1,"","");