//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=8; //set number of main menu items
	var LowBgColor='#004090';
	var HighBgColor='white';
	var FontLowColor='#ffffff';
	var FontHighColor='black';
	var BorderColor='#cccccc';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="arial"
	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=150; //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=500;
	var TakeOverBgColor=0;
	var FirstLineFrame='nav';
	var SecLineFrame='grace';
	var DocTargetFrame='grace';
	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","lean.html",3,20,200);
	Menu1_1=new Array("History","aboutus.html#",0,20,75);
	Menu1_2=new Array("Our Mission","aboutus.html#mission",0);
	Menu1_3=new Array("The People","aboutus.html#sayed",0);

Menu2=new Array("Metals","metals.html",3);
	Menu2_1=new Array("ICP-MS","metals.html#ICP-MS",0,20,60);	
	Menu2_2=new Array("Atomic Absorption","metals.html#aas",0);
	Menu2_3=new Array("QA/QC","metals.html#qa/qc",0);	

Menu3=new Array("Organic Analysis","organics.html",3);
	Menu3_1=new Array("Organic Contaminants","organics.html#org",0,20,135);
	Menu3_2=new Array("Instrumentation","organics.html#inst",0);
	Menu3_3=new Array("QA/QC for Organics","organics.html#qa",0);

Menu4=new Array("Carbon, Nitrogen, and Sulfer","cns.html",2);
	Menu4_1=new Array("C,N,S in Solids","cns.html#c",0,20,175);
	Menu4_2=new Array("Aqueous Dissolved Carbon","cns.html#aque",0);
	
Menu5=new Array("Ion Analysis","ion.html",4);
	Menu5_1=new Array("Ion Chromatography","ion.html#chrom",0,20,120);
	Menu5_2=new Array("Colorimetry","ion.html#color",0,20);
	Menu5_3=new Array("Ionic Speciation","ion.html#spec",0,20);
	Menu5_4=new Array("Other Ion Analyses","ion.html#other",0,20);

Menu6=new Array("Other Analyses","other.html",5);
	Menu6_1=new Array("pH, EC, and Eh","other.html#ph",0,20,155);
	Menu6_2=new Array("Particle Size Analysis","other.html#part",0,20);
	Menu6_3=new Array("Cation Exchange Capacity","other.html#cat",0,20);
	Menu6_4=new Array("Surface Area","other.html#surface",0,20);
	Menu6_5=new Array("Mineralogy","other.html#min",0,20);

Menu7=new Array("Sample Handling and Submission","samples.html",3);
	Menu7_1=new Array("Sample Types and Preparation","samples.html#sam",0,20,220);
	Menu7_2=new Array("Extraction and Preparation Methods","samples.html#extr",0);
	Menu7_3=new Array("How to Submit Samples","samples.html#submit",0);
	
Menu8=new Array("Price List","newprice.html",0);
	