//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=5; //set number of main menu items
	var LowBgColor='#343434';
	var HighBgColor='#575757';
	var FontLowColor='A9A9A9';
	var FontHighColor='FFD700';
	var BorderColor='white';
	var BorderWidth=0;
	var BorderBtwnElmnts=1;
	var FontFamily="arial"
	var FontSize=8;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='center';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=0; //set vertical offset
	var StartLeft=0; //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","home.htm",0,20,130);

Menu2=new Array("teknisol","teknisol.html",6);
	Menu2_1=new Array("trademark","marchio.html",0,20,130);
	Menu2_2=new Array("mission","mission.htm",0);	
	Menu2_3=new Array("customers","clienti.htm",0);
	Menu2_4=new Array("production","produzio.htm",0);
	Menu2_5=new Array("store","magazzin.htm",0);
	Menu2_6=new Array("contact","contatto.htm",0);
	
Menu3=new Array("materials","material.html",6);
	Menu3_1=new Array("rockwool","lanarocc.html",0,20,130);
	Menu3_2=new Array("polystyrene","polistir.html",0);
	Menu3_3=new Array("polyurethane","poliuret.html",0);
	Menu3_4=new Array("phenolic foam","resinefe.html",0);
	Menu3_5=new Array("styrofoam","styro.html",0);
	Menu3_6=new Array("foam glass","vetrocel.html",0);	
	
Menu4=new Array("products","prodotti.html",7);
	Menu4_1=new Array("cupels","coppelle.html",0,20,130);
	Menu4_2=new Array("curves","curve.html",0);
	Menu4_3=new Array("panels","pannelli.html",0);
	Menu4_4=new Array("sections","settori.html",0);
	Menu4_5=new Array("special","speciali.html",0);
	Menu4_6=new Array("commercial","commerci.html",0);
	Menu4_7=new Array("fittings","accessor.html",0);

Menu5=new Array("applications","applicaz.html",6);
	Menu5_1=new Array("food","alimenta.html",0,20,130);	Menu5_2=new Array("chemical","chimico.html",0);	Menu5_3=new Array("pharmaceutical","farmaceu.html",0);	Menu5_4=new Array("shipping","navale.html",0);	Menu5_5=new Array("off-shore","offshore.html",0);	Menu5_6=new Array("oil","petrolch.html",0);