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

	var NoOffFirstLineMenus=13; //set number of main menu items
	var LowBgColor='#F2F2F2';
	var HighBgColor='#BFDFFF';
	var FontLowColor='black';
	var FontHighColor='black';
	var BorderColor='black';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="verdana,arial"
	var FontSize=7;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=14; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=0; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=300;
	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("Index","default.php",0,20,150);

Menu2=new Array("Introduction","intro.php",0);
	
Menu3=new Array("What is Happening?","what.php",0);
	
Menu4=new Array("What is PPE?","what_is.php",0);

Menu5=new Array("Who has to wear PPE?","who_has.php",0);

Menu6=new Array("What PPE has to be worn?","what_PPE.php",0);
	
Menu7=new Array("Who is responsible for PPE?","who_is.php",0);
	
Menu8=new Array("Meeting your obligations","enforcement.php",0);

Menu9=new Array("Checklist","checklist.php",0);

Menu10=new Array("How can we help you","how_initial.php",0);

Menu11=new Array("Appendices","",10);
	Menu11_1=new Array("A: What is happening?","appendix_a.php",0,20,170);
	Menu11_2=new Array("B: What is PPE?","appendix_b.php",0);
	Menu11_3=new Array("C: Assess the risk","appendix_c.php",0);
	Menu11_4=new Array("D: Risk Management","appendix_d.php",0);
	Menu11_5=new Array("E: Inform the wearers","appendix_e.php",0);
	Menu11_6=new Array("F: Employees' Obligations","appendix_f.php",0);
	Menu11_7=new Array("G: Quality standards","appendix_g.php",0);
	Menu11_8=new Array("H: Manufacturers' testing of PPE","appendix_h.php",0);
	Menu11_9=new Array("I: CE mark","appendix_i.php",0);
	Menu11_10=new Array("J: PPE data files","appendix_j.php",0);
	
Menu12=new Array("Initial Network","../findus.php",0);

Menu13=new Array("Back to Initial Textiles","../default.htm",0);

