//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=5; //set number of main menu items
	var LowBgColor='#000080';
	var HighBgColor='#1018A0';
	var FontLowColor='#ffffff';
	var FontHighColor='#ffffff';
	var BorderColor='#909395';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="arial, helvetica, sans serif"
	var FontSize=9;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=0; //set vertical offset
	var StartLeft=10; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='self';
	var SecLineFrame='self';
	var DocTargetFrame='self';
	var WebMasterCheck=0;

//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
//see accompanying "config.htm" file for more information on structure of menus

Menu1=new Array("MKTS Home","javascript:top.document.location.href='http://www.mkts.co.uk/';",0,25,145);

Menu2=new Array("Our Services","",4);
	Menu2_1=new Array("County Court","cchmsvcs.html",0,36,142);	
	Menu2_2=new Array("District Councils &<br>Police Forces","intsvcs.html",0);
	Menu2_3=new Array("Taped Police Interviews<br>Solicitors & Suspects","pspisvcs.html",0);
	Menu2_4=new Array("Other Transcription and Stenographers","othersvcs.html",0);

Menu3=new Array("Estimate Calculators","",3);
	Menu3_1=new Array("County Court","ccautoredirect.html",0,36,150);
	Menu3_2=new Array("District Councils &<br>Police Forces","intautoredirect.html",0);
	Menu3_3=new Array("Taped Police Interviews<br>Solicitors & Suspects","pspiautoredirect.html",0);

Menu4=new Array("Useful Links","",3);
	Menu4_1=new Array("Court Service Website","javascript:top.document.location.href='http://www.hmcourts-service.gov.uk/';",0,32,180);
	Menu4_2=new Array("EX107 Tape Transcription Request","javascript:top.document.location.href='http://www.hmcourts-service.gov.uk/HMCSCourtFinder/GetForm.do?court_forms_id=161';",0);
	Menu4_3=new Array("Authorised Members of the Tape Transcription Panel","javascript:top.document.location.href='http://www.hmcourts-service.gov.uk/HMCSCourtFinder/GetForm.do?court_forms_id=163';",0);

Menu5=new Array("Contact Us","contact.html",0);
