
	var NoOffFirstLineMenus=6; //set number of main menu items
	var LowBgColor='#36a7e9';
	var HighBgColor='#6666CC';
	var FontLowColor='white';
	var FontHighColor='white';
	var BorderColor='white';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="Verdana, Arial, Helvetica, sans-serif"
	var FontSize=8;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=86; //set vertical offset
	var StartLeft=115; //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='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	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("Instruments","#",2,18,100);
	Menu1_1=new Array("Lyostat2 Freeze Drying Microscope","lyostat2.htm",0,18,220);
	Menu1_2=new Array("Lyotherm2 Thermal Analyser","lyotherm.htm",0);

Menu2=new Array("Services","#",3);
	Menu2_1=new Array("Contract R&D","serv_randd.htm",0,18,100);
	Menu2_2=new Array("Consultancy","services.htm",0);
	Menu2_3=new Array("LyoHealth Check","lyohealthcheck.htm",0);
         

Menu3=new Array("Training","training.htm",0);

Menu4=new Array("Resources","resources.htm",4);
	Menu4_1=new Array("Introduction to Freeze drying","introduction.htm",0,18,220);
	Menu4_2=new Array("Papers and Publications","publications.htm",0,18,220);
	Menu4_3=new Array("Glossary","glossary.htm",0,18,220);
	Menu4_4=new Array("Links","links.htm",0,18,220);

Menu5=new Array("Enquiry","javascript:top.location.href='enquiry.php'",0);


Menu6=new Array("Contact","javascript:top.location.href='#'",2);
	Menu6_1=new Array("Email us","mailto:btl@biopharma.co.uk",0,18,100);
	Menu6_2=new Array("Agents","agents.htm",0);