//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=5; //set number of main menu items
	var LowBgColor='#a5adad';
	var HighBgColor='#636B73';
	var FontLowColor='#FFFFFF';
	var FontHighColor='#FFFFFF';
	var BorderColor='#a5adad';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="MS Sans Serif"
	var FontSize=9;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=1;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=48; //set vertical offset
	var StartLeft=214; //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("HOME","index.htm",0,20,86);

<!-- Menu2=new Array("ABOUT-US","",0); This is how we add the about us menu-->		
<!-- Menu2_1=new Array("HISTORY","history.htm",0,20,110); This is how we add the history menu-->
<!-- Menu2_2=new Array("MISSION","mission.htm",0); This is how we add the mission menu-->	
<!-- Menu2_3=new Array("NEWS RELEASES","newsreleases.htm",0); This is how we add the newsrelease menu-->					
		
Menu2=new Array("PRODUCTS","", 2);
	Menu2_1=new Array("BIG SKY","bigsky.htm",0,30,100);
	Menu2_2=new Array("SKY FLEET","skyfleet.htm",0);
	Menu2_3=new Array("METALUX2 & HYDROLUX","basecoat.htm",0);
	
Menu3=new Array("REFERENCE","",4);
        <!-- Menu4_0=new Array("COMPARISON","comparison.htm",0,20,100); This is how we add the comparison info-->		
		Menu3_1=new Array("F.A.Q.'S","faqs.htm",0,20,100);
        Menu3_2=new Array("P.I.S.","pis.htm",0,20,100);
        Menu3_3=new Array("M.S.D.S.","msds.htm",0,20,100);
        Menu3_4=new Array("LINKS","links.htm",0,20,100);                                        
		
Menu4=new Array("CONTACT-US","",1);
	Menu4_1=new Array("CONTACT INFO","contactinfo.htm",0,20,100);
	<!-- Menu4_2=new Array("EMPLOYMENT","employment.htm",0); This is how we add the employment info-->	
	
		
Menu5=new Array("TRAINING","",1);
    <!-- Menu6_1=new Array("SOLARSPEED DEMO","./reg/index.html",0,30,100); This is how we add another menu-->
	Menu5_1=new Array("TRAINING SCHEDULE","training.htm",0,30,100);
	<!-- Menu6_2=new Array("UV vs. CONVENTIONAL SPOT REPAIR","./Comparison/UV-URE_Fianl.pdf",0,50,100); This is how we add this menu-->
	<!-- Menu6_3=new Array("TECH TIPS","techtips.htm",0); This is how we add this menu-->
	
	<!-- Menu6=new Array("SITE MAP","site.htm",0); This is how we add this menu-->
