//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=6; //set number of main menu items
	var LowBgColor='#3850B8';
	var HighBgColor='#C7C9C7';
	var FontLowColor='#FFFFFF';
	var FontHighColor='#A14269';
	var BorderColor='black';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="verdana"
	var FontSize=7;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=1;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.2;
	var ChildVerticalOverlap=.2;
	var StartTop=64; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=0;
	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("Home","",2,40,128);
	Menu1_1=new Array("Latex Allergy Home Page","index.shtml",0,17,128);
	Menu1_2=new Array("AHSC Home Page","http://www.ahsc.health.nb.ca/",0);

Menu2=new Array("Latex Allergy","",3);
	Menu2_1=new Array("What is latex allergy?","about_lallergy.shtml",0,17,160);
	Menu2_2=new Array("How does one become allergic?","lallergy_become_allergic.shtml",0);
	Menu2_3=new Array("Is this a new allergy?","new_allergy.shtml",0);
	
Menu3=new Array("Natural Rubber Latex","",4);
	Menu3_1=new Array("What is natural rubber latex?","about_natural_lallergy.shtml",0,17,160);	
	Menu3_2=new Array("Natural Rubber Latex Products","products_nrl.shtml",0);	
	Menu3_3=new Array("Natural Rubber Latex Exposure","exposure_nrl.shtml",0);
	Menu3_4=new Array("Latex Related Health Problems","health_problems.shtml",0);

Menu4=new Array("Individuals at Risk","individuals_risk.shtml",0);
	
Menu5=new Array("Diagnosis & Treatment","",3);
	Menu5_1=new Array("Diagnosis of Latex Allergy","diagnosis_treatment.shtml",0,17,155);
	Menu5_2=new Array("Latex Allergy Treatment","dt_treated.shtml",0);
	Menu5_3=new Array("Recommended Precautions","dt_diagnosed.shtml",0);

Menu6=new Array("More Information","",4);
	Menu6_1=new Array("Latex-Safe Environment","steps_ahsc.shtml",0,17,130);
	Menu6_2=new Array("Latex Facts","fact_sheet.shtml",0);
	Menu6_3=new Array("References","references.shtml",0);
	Menu6_4=new Array("Latex Links","links.shtml",0);

