//(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",7);
	Menu2_1=new Array("marchio","marchio.html",0,20,130);
	Menu2_2=new Array("mission","mission.htm",0);	
	Menu2_3=new Array("clienti","clienti.htm",0);
	Menu2_4=new Array("fornitori","fornitor.htm",0);
	Menu2_5=new Array("produzione","produzio.htm",0);
	Menu2_6=new Array("magazzino","magazzin.htm",0);
	Menu2_7=new Array("contatto","contatto.htm",0);
	
Menu3=new Array("materiali","material.html",6);
	Menu3_1=new Array("lana di roccia","lanarocc.html",0,20,130);
	Menu3_2=new Array("polistirolo","polistir.html",0);
	Menu3_3=new Array("poliuretano","poliuret.html",0);
	Menu3_4=new Array("resine fenoliche","resinefe.html",0);
	Menu3_5=new Array("styrofoam","styro.html",0);
	Menu3_6=new Array("vetro cellulare","vetrocel.html",0);	
	
Menu4=new Array("prodotti","prodotti.html",7);
	Menu4_1=new Array("coppelle","coppelle.html",0,20,130);
	Menu4_2=new Array("curve","curve.html",0);
	Menu4_3=new Array("pannelli","pannelli.html",0);
	Menu4_4=new Array("settori","settori.html",0);
	Menu4_5=new Array("speciali","speciali.html",0);
	Menu4_6=new Array("isolanti extra","commerci.html",0);
	Menu4_7=new Array("accessori","accessor.html",0);

Menu5=new Array("temperature","applicaz.html",6);
	Menu5_1=new Array("da -7 a +70","alimenta.html",0,20,130);	Menu5_2=new Array("da -200 a +150","chimico.html",0);	Menu5_3=new Array("da -50 a +75","farmaceu.html",0);	Menu5_4=new Array("da -190 a +120","navale.html",0);	Menu5_5=new Array("da 0 a +650","offshore.html",0);	Menu5_6=new Array("da -250 a +430","petrolch.html",0);