/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=10;			// Number of first level items
	var LowBgColor='gray';			// Background color when mouse is not over
	var LowSubBgColor='#cccccc';			// Background color when mouse is not over on subs
	var HighBgColor='#cccccc';			// Background color when mouse is over
	var HighSubBgColor='white';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='black';			// Font color when mouse is over
	var FontSubHighColor='black';			// Font color subs when mouse is over
	var BorderColor='';			// Border color
	var BorderSubColor='white';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana, arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;				// 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 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0.05;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=20;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=5;				// Left padding
	var TopPaddng=7;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='MenuPos';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['/tri.gif',5,10,'/tridown.gif',10,5,'/trileft.gif',5,10];	// Arrow source, width and height

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


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Home","/index.htm","",0,30,158);

Menu2=new Array("Company","/about.htm","",0);


Menu3=new Array("Services","","",12);
	Menu3_1=new Array("Mechanical Properties","","",6,30,190);
		Menu3_1_1=new Array("Metals hardness","","",5,30,170);
			Menu3_1_1_1=new Array("Brinell","/brinell.htm","",0,30,170);
			Menu3_1_1_2=new Array("Rockwell","/rockwell.htm","",0);
			Menu3_1_1_3=new Array("Vickers","/vickers.htm","",0);
			Menu3_1_1_4=new Array("Microhardness","/microhard.htm","",0);
			Menu3_1_1_5=new Array("Portable","/leeb.htm","",0);
		Menu3_1_2=new Array("Plastics hardness","","",3,30,200);
			Menu3_1_2_1=new Array("Rockwell","/rockwell.htm","",0,30,170);
			Menu3_1_2_2=new Array("Shore","/rubber.htm","",0);
			Menu3_1_2_3=new Array("Microhardness","/microhard.htm","",0);
		Menu3_1_3=new Array("Rubber hardness","","",1,30,200);
			Menu3_1_3_1=new Array("Rubber","/rubber.htm","",0,30,170);
		Menu3_1_4=new Array("Coatings hardness","","",2,30,200);
			Menu3_1_4_1=new Array("Pendulum","/pendulum.htm","",0,30,170);
			Menu3_1_4_2=new Array("Microhardness","/microhard.htm","",0);
		Menu3_1_5=new Array("Impact testing","/impact.htm","",0);
		Menu3_1_6=new Array("Tensile testing","/tensile.htm","",0);
	Menu3_2=new Array("Physical Properties","/physical.htm","",0);
	Menu3_3=new Array("Chemical Analysis","","",4);
		Menu3_3_1=new Array("Metals","/chem.htm","",0,30,190);
		Menu3_3_2=new Array("Polymer Analysis","/poly-analy.htm","",0,30,190);
		Menu3_3_3=new Array("FTIR","/ftir.htm","",0);
		Menu3_3_4=new Array("SEM & EDS","/sem.htm","",0);
	Menu3_4=new Array("Optical Microscopy","","",2);
		Menu3_4_1=new Array("Optical microscopy","/optical.htm","",0,30,190);
		Menu3_4_2=new Array("Sample preparation","/prep.htm","",0);
	Menu3_5=new Array("Electron Microscopy","","",2);
		Menu3_5_1=new Array("SEM & EDS","/sem.htm","",0,30,190);
		Menu3_5_2=new Array("Sample preparation","/prep.htm","",0);
	Menu3_6=new Array("Macroscopy","/macro.htm","",0);
	Menu3_7=new Array("Thermal Analysis","","",2);
		Menu3_7_1=new Array("DSC","/dsc.htm","",0,30,120);
		Menu3_7_2=new Array("TGA","/tga.htm","",0,30,120);
	Menu3_8=new Array("Particle Size","/particle.htm","",0);
	Menu3_9=new Array("NDT","","",1);
		Menu3_9_1=new Array("Dye penetrant","/dyepen.htm","",0,30,120);
	Menu3_10=new Array("Wear Testing","/wear_test.htm","",0);	
	Menu3_11=new Array("Adhesion Testing","","",2);
		Menu3_11_1=new Array("Peel Adhesion","/peel.htm","",0,30,190);
		Menu3_11_2=new Array("Paint Adhesion","/cross_hatch.htm","",0);
	Menu3_12=new Array("Air Permeability","/airperm.htm","",0);	
		
Menu4=new Array("Materials","","",3);
	Menu4_1=new Array("Metals","metals.htm","",0,30,190);
	Menu4_2=new Array("Polymers & Composites","polymers.htm","",0);	
	Menu4_3=new Array("Fibres and Textiles","fibre_ident.htm","",0);	
  
	
	              
Menu5=new Array("Processes","","",1);
	Menu5_1=new Array("Heat Treatment","/heat.htm","",0,30,140);	

Menu6=new Array("Consultancy","","",2);
	Menu6_1=new Array("Consultancy","/consultancy.htm","",0,30,140);
	Menu6_2=new Array("Expert Witness","/expert.htm","",0);

Menu7=new Array("Training","/training.htm","",0);
	
Menu8=new Array("Contact","/contact.htm","",0);

Menu9=new Array("Enquiries","/enquiry.php","",0);

Menu10=new Array("Search","/search.htm","",0);