 /***********************************************
*	(c) Ger Versluis 2000 version 9.50 24 July 2003	          *
*	You may use this script on non commercial sites.	          *
*	www.burmees.nl/menu			          *
*	You may remove all comments for faster loading	          *		
************************************************/
	var NoOffFirstLineMenus=5;			// 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="DEE0C0";			// Background color when mouse is not over
	var HighBgColor="black";			// Background color when mouse is over
	var FontLowColor="black";			// Font color when mouse is not over
	var FontHighColor="white";			// Font color when mouse is over
	var BorderColor="black";			// Border color
	var BorderWidthMain=1;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=1;			// Border between elements main items 1 or 0
	var BorderBtwnSub=1;			// Border between elements sub items 1 or 0
	var FontFamily="rial, helvetica, sans-serif";	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=0;				// 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="left";			// 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=0;			// vertical overlap child/ parent
	var StartTop=40;				// Menu offset x coordinate. If StartTop is between 0 and 1 StartTop is calculated as part of windowheight
	var StartLeft=0;				// 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 LeftPaddng=8;				// Left padding
	var TopPaddng=3;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	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=[BaseHref+"tri.gif",10,10,BaseHref+"tridown.gif",10,10,BaseHref+"trileft.gif",10,10,BaseHref+"triup.gif",10,10];

						// 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=.8;			// 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;

	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 format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

Menu1=new Array("Home","index.htm","",0,20,140,"","","","","","",-1,-1,-1,"","Home");

Menu2=new Array("Production Section","","",11,20,140,"","","","","","",-1,-1,-1,"","Production Section");
	Menu2_1=new Array("Background","background.htm","",0,20,140,"","","","","","",-1,-1,-1,"","Background");
	Menu2_2=new Array("Production Services","production.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Production Services");
	Menu2_3=new Array("Rate Card","javascript:NewWin=window.open('ratecard.pdf','NWin');window['NewWin'].focus()","",0,0,0,"","","","","","",-1,-1,-1,"","Rate Card");
	Menu2_4=new Array("Rates & Agreements","rates.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Rates & Agreements");
	Menu2_5=new Array("Production Credits","productioncredits.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Production Credits");
	Menu2_6=new Array("Rentals","rentals.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Rentals");
	Menu2_7=new Array("Request Production Pack","javascript:NewWin=window.open('requestproductionpack.htm','Request','resizable=no,scrollbars=no,width=395,height=510','NWin');window['NewWin'].focus()","",0,0,0,"","","","","","",-1,-1,-1,"","Request Production Pack");
	Menu2_8=new Array("Sample Book Pages","javascript:NewWin=window.open('bookpages.pdf','NWin');window['NewWin'].focus()","",0,0,0,"","","","","","",-1,-1,-1,"","Book Pages");
	Menu2_9=new Array("Sample Salary Voucher","javascript:NewWin=window.open('salaryvoucher.gif','NWin');window['NewWin'].focus()","",0,0,0,"","","","","","",-1,-1,-1,"","Salary Voucher");
	Menu2_10=new Array("Technical Advisory","technicaladvisory.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Technical Advisory");
	Menu2_11=new Array("TVC Rate Card","javascript:NewWin=window.open('tvcratecard.pdf','NWin');window['NewWin'].focus()","",0,0,0,"","","","","","",-1,-1,-1,"","TVC Rate Card");

Menu3=new Array("Artistes Section","","",13,20,140,"","","","","","",-1,-1,-1,"","Artistes Section");
	Menu3_1=new Array("Accounts Enquiries","javascript:NewWin=window.open('accountsenquiries.htm','Enquiry','resizable=no,scrollbars=no,width=395,height=435','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","Accounts Enquiries");
	Menu3_2=new Array("Application Form","javascript:NewWin=window.open('application.pdf','NWin');window['NewWin'].focus()","",0,0,0,"","","","","","",-1,-1,-1,"","Application Form");
	Menu3_3=new Array("Image Gallery","gallery.htm","",14,20,140,"","","","","","",-1,-1,-1,"","Image Gallery");
		Menu3_3_1=new Array("Bloody Sunday","bloodysunday.htm","",0,20,140,"","","","","","",-1,-1,-1,"","Bloody Sunday");
		Menu3_3_2=new Array("Captain Corelli's Mandolin","captaincorellismandolin.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Captain Corelli's Mandolin");
		Menu3_3_3=new Array("Guinness: Six Nations","guinness.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Guinness: Six Nations");
		Menu3_3_4=new Array("Murder Prevention","murderprevention.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Murder Prevention");
		Menu3_3_5=new Array("New Tricks III","newtricksc.htm","",0,0,0,"","","","","","",-1,-1,-1,"","New Tricks III");
		Menu3_3_6=new Array("Naina","naina.htm","",0,0,0,"","","","","","",-1,-1,-1,""," Naina");
		Menu3_3_7=new Array("Rose & Maloney II","roseandmaloneyb.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Rose & Maloney II");
		Menu3_3_8=new Array("Saving Private Ryan","savingprivateryan.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Saving Private Ryan");
		Menu3_3_9=new Array("Shotgun Wedding","shotgunwedding.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Shotgun Wedding");
		Menu3_3_10=new Array("Tactical Training","trainingnovember.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Tactical Training: November 2005");
		Menu3_3_11=new Array("Telling Lies","tellinglies.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Telling Lies");
		Menu3_3_12=new Array("The Knock V","theknockv.htm","",0,0,0,"","","","","","",-1,-1,-1,"","The Knock V");
		Menu3_3_13=new Array("The Man and the Mouse","themanandthemouse.htm","",0,0,0,"","","","","","",-1,-1,-1,"","The Man and the Mouse");
		Menu3_3_14=new Array("Ultimate Force IV","ultimateforced.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Ultimate Force IV");
	Menu3_4=new Array("New Artistes","newartistes.htm","",0,0,0,"","","","","","",-1,-1,-1,"","New Artistes");
	Menu3_5=new Array("Rate Card","javascript:NewWin=window.open('ratecard.pdf','NWin');window['NewWin'].focus()","",0,0,0,"","","","","","",-1,-1,-1,"","Rate Card");
	Menu3_6=new Array("Rates & Agreements","rates.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Rates & Agreements");
	Menu3_7=new Array("Production Credits","productioncredits.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Production Credits");
	Menu3_8=new Array("Registration","registration.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Registration");
	Menu3_9=new Array("Request Application Form","javascript:NewWin=window.open('requestapplicationform.htm','Request','resizable=no,scrollbars=no,width=380,height=450','NWin');window['NewWin'].focus()","",0,0,0,"","","","","","",-1,-1,-1,"","Request Application Form");
	Menu3_10=new Array("Terms & Conditions","javascript:NewWin=window.open('terms.pdf','NWin');window['NewWin'].focus()","",0,0,0,"","","","","","",-1,-1,-1,"","Terms & Conditions");
	Menu3_11=new Array("TVC Rate Card","javascript:NewWin=window.open('tvcratecard.pdf','NWin');window['NewWin'].focus()","",0,0,0,"","","","","","",-1,-1,-1,"","TVC Rate Card");
	Menu3_12=new Array("Uniform Surplus","uniform.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Uniform Surplus");
	Menu3_13=new Array("Uniform Varieties","uniformvarieties.htm","",0,0,0,"","","","","","",-1,-1,-1,"","Uniform Varieties");

Menu4=new Array("Resources","","",11,20,140,"","","","","","",-1,-1,-1,"","Resources");
	Menu4_1=new Array("Advisory","technicaladvisory.htm","",0,20,140,"","","","","","",-1,-1,-1,"","Advisory");
	Menu4_2=new Array("Affiliates","","",4,20,140,"","","","","","",-1,-1,-1,"","Affiliates");
		Menu4_2_1=new Array("Amputees in Action","javascript:NewWin=window.open('http://www.amputeesinaction.com/','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","Amputees in Action");
		Menu4_2_2=new Array("Cop & Dog Services","javascript:NewWin=window.open('http://www.copanddog.com','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","Cop & Dog Services");
		Menu4_2_3=new Array("Screen Machines","","",0,20,140,"","","","","","",-1,-1,-1,"","Screen Machines");
		Menu4_2_4=new Array("2020 Casting","javascript:NewWin=window.open('http://www.2020casting.com','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","2020 Casting");
	Menu4_3=new Array("Film & Television","","",9,20,140,"","","","","","",-1,-1,-1,"","Film & Television");
		Menu4_3_1=new Array("Empire Film Magazine","javascript:NewWin=window.open('http://www.empireonline.co.uk','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","Empire Film Magazine");
		Menu4_3_2=new Array("Film Unlimited","javascript:NewWin=window.open('http://film.guardian.co.uk','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","Film Unlimited");
		Menu4_3_3=new Array("IMDb","javascript:NewWin=window.open('http://www.imdb.com','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","IMDb");
		Menu4_3_4=new Array("Netribution","javascript:NewWin=window.open('http://www.netribution.co.uk','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","Netribution");
		Menu4_3_5=new Array("Premiere Magazine","javascript:NewWin=window.open('http://www.premieremag.com','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","Premiere Magazine");
		Menu4_3_6=new Array("Shooting People","javascript:NewWin=window.open('http://shootingpeople.org','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","Shooting People");
		Menu4_3_7=new Array("The Hidden Extra","javascript:NewWin=window.open('http://www.hiddenextra.com','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","The Hidden Extra");
		Menu4_3_8=new Array("Total Film Magazine","javascript:NewWin=window.open('http://www.totalfilm.co.uk','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","Total Film Magazine");
		Menu4_3_9=new Array("UK Screen","javascript:NewWin=window.open('http://www.ukscreen.com','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","UK Screen");
	Menu4_4=new Array("Industry Publications","","",7,20,140,"","","","","","",-1,-1,-1,"","Industry Publications");
		Menu4_4_1=new Array("Contacts","javascript:NewWin=window.open('http://www.spotlightcd.com/spotpubs/pub7.html','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","Contacts");
		Menu4_4_2=new Array("Kays Media","javascript:NewWin=window.open('http://www.kays.co.uk','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","Kays Media");
		Menu4_4_3=new Array("PCR","javascript:NewWin=window.open('http://www.pcrnewsletter.com','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","PCR");
		Menu4_4_4=new Array("Screen Daily","javascript:NewWin=window.open('http://www.screendaily.com','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","Screen Daily");
		Menu4_4_5=new Array("The Knowledge","javascript:NewWin=window.open('http://www.theknowledgeonline.com','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","The Knowledge");
		Menu4_4_6=new Array("The Spotlight","javascript:NewWin=window.open('http://www.spotlightcd.com/spotpubs','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","The Spotlight");
		Menu4_4_7=new Array("The Stage","javascript:NewWin=window.open('http://www.thestage.co.uk','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","The Stage");
	Menu4_5=new Array("Merchandise","","",2,20,140,"","","","","","",-1,-1,-1,"","Merchandise");
		Menu4_5_1=new Array("SA19 Products","products.htm","",0,20,140,"","","","","","",-1,-1,-1,"","SA19 Products");
		Menu4_5_2=new Array("Uniform Surplus","uniform.htm","",0,20,140,"","","","","","",-1,-1,-1,"","Uniform Surplus");
	Menu4_6=new Array("News","news.htm","",0,20,140,"","","","","","",-1,-1,-1,"","News");
	Menu4_7=new Array("Police Service","","",5,20,140,"","","","","","",-1,-1,-1,"","Police Service");
		Menu4_7_1=new Array("Blue Line Careers","javascript:NewWin=window.open('http://www.bluelinecareers.co.uk','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","Blue Line Careers");
		Menu4_7_2=new Array("Metropolitan Police","javascript:NewWin=window.open('http://www.met.police.uk','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","Metropolitan Police");
		Menu4_7_3=new Array("Off Duty","javascript:NewWin=window.open('http://www.offduty.co.uk','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","Off Duty");
		Menu4_7_4=new Array("Police 999","javascript:NewWin=window.open('http://www.police999.com','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","Police 999");
		Menu4_7_5=new Array("UK Police Cars","javascript:NewWin=window.open('http://www.ukpolicecars.co.uk','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","UK Police Cars");
	Menu4_8=new Array("Rate Card","javascript:NewWin=window.open('ratecard.pdf','NWin');window['NewWin'].focus()","",0,0,0,"","","","","","",-1,-1,-1,"","Rate Card");
	Menu4_9=new Array("Transport","","",8,20,140,"","","","","","",-1,-1,-1,"","Transport");
		Menu4_9_1=new Array("Congestion Charge","javascript:NewWin=window.open('http://www.cclondon.com','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","Congestion Charge");
		Menu4_9_2=new Array("London Transport","javascript:NewWin=window.open('http://www.londontransport.co.uk','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","London Transport");
		Menu4_9_3=new Array("Multimap","javascript:NewWin=window.open('http://www.multimap.co.uk','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","Multimap");
		Menu4_9_4=new Array("National Rail Enquiries","javascript:NewWin=window.open('http://www.nationalrail.co.uk','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","National Rail Enquiries");
		Menu4_9_5=new Array("NCP Car Parks","javascript:NewWin=window.open('http://www.ncp.co.uk','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","NCP Car Parks");
		Menu4_9_6=new Array("Streetmap","javascript:NewWin=window.open('http://www.streetmap.co.uk','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","Streetmap");
		Menu4_9_7=new Array("The Trainline","javascript:NewWin=window.open('http://www.thetrainline.com','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","The Trainline");
		Menu4_9_8=new Array("The Tube","javascript:NewWin=window.open('http://www.thetube.com','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","The Tube");
	Menu4_10=new Array("TVC Rate Card","javascript:NewWin=window.open('tvcratecard.pdf','NWin');window['NewWin'].focus()","",0,0,0,"","","","","","",-1,-1,-1,"","TVC Rate Card");
	Menu4_11=new Array("Unions & Organisations","","",8,20,140,"","","","","","",-1,-1,-1,"","Unions & Organisations");
		Menu4_11_1=new Array("BBC","javascript:NewWin=window.open('http://www.bbc.co.uk','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","BBC");
		Menu4_11_2=new Array("BECTU","javascript:NewWin=window.open('http://www.bectu.org.uk','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","BECTU");
		Menu4_11_3=new Array("DTI","javascript:NewWin=window.open('http://www.dti.gov.uk','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","DTI");
		Menu4_11_4=new Array("Equity","javascript:NewWin=window.open('http://www.equity.org.uk','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","Equity");
		Menu4_11_5=new Array("FAA","javascript:NewWin=window.open('http://www.bectu.org.uk','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","FAA");
		Menu4_11_6=new Array("ITV","javascript:NewWin=window.open('http://www.itv.com','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","ITV");
		Menu4_11_7=new Array("NASAA","javascript:NewWin=window.open('http://www.nasaa.org.uk','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","NASAA");
		Menu4_11_8=new Array("PACT","javascript:NewWin=window.open('http://www.pact.co.uk','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","PACT");
		Menu4_11_9=new Array("PRA","javascript:NewWin=window.open('http://www.pact.co.uk/pra/index.asp','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","PRA");
Menu5=new Array("Contacts","","",6,20,140,"","","","","","",-1,-1,-1,"","Contacts");
	Menu5_1=new Array("Accounts Enquiries","javascript:NewWin=window.open('accountsenquiries.htm','Enquiry','resizable=no,scrollbars=no,width=395,height=435','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","Accounts Enquiries");
	Menu5_2=new Array("Contact Details","contacts.htm","",0,20,140,"","","","","","",-1,-1,-1,"","Contact Details");
	Menu5_3=new Array("Email","","",2,20,140,"","","","","","",-1,-1,-1,"","Email");
		Menu5_3_1=new Array("Email Accounts","mailto:accts@sa19.co.uk","",0,20,140,"","","","","","",-1,-1,-1,"","Email Accounts");
		Menu5_3_2=new Array("Email SA19","mailto:info@sa19.co.uk","",0,0,0,"","","","","","",-1,-1,-1,"","Email SA19");
	Menu5_4=new Array("Map","javascript:NewWin=window.open('http://www.multimap.com/map/browse.cgi?client=public&db=pc&lang=&addr1=&client=public&addr2=&advanced=&addr3=&pc=W127JU&quicksearch=w127ju&cidr_client=none','NWin');window['NewWin'].focus()","",0,0,0,"","","","","","",-1,-1,-1,"","Map");
	Menu5_5=new Array("Request Application Form","javascript:NewWin=window.open('requestapplicationform.htm','Request','resizable=no,scrollbars=no,width=380,height=450','NWin');window['NewWin'].focus()","",0,0,0,"","","","","","",-1,-1,-1,"","Request Application Form");
	Menu5_6=new Array("Request Production Pack","javascript:NewWin=window.open('requestproductionpack.htm','Request','resizable=no,scrollbars=no,width=395,height=510','NWin');window['NewWin'].focus()","",0,0,0,"","","","","","",-1,-1,-1,"","Request Production Pack");