
	var NoOffFirstLineMenus=7;		// Number of first level items
	var LowBgColor='#f6f6f6';		// Background color when mouse is not over (attenzione se c'č un'immagine di sfondo e non questo colore)
	var HighBgColor='#dddddd';		// Background color when mouse is over
	var FontLowColor='#5DA1CA';		// Font color when mouse is not over
	var FontHighColor='#E70005';		// Font color when mouse is over
	var BorderColor='#c0c0c0';		// Border color (un celeste carino č 2B9EEB)
	var BorderWidthMain=0;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=0;			// Border between elements main items 1 or 0
	var BorderBtwnSub=1;			// Border between elements sub items 1 or 0
	var FontFamily="Verdana"		// Font family menu items
	var FontSize="8.5";				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;			// Italic menu items 1 or 0
	var MenuTextCentered='left';		// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';		// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static (posiz del menu rispetto alla pagina)
	var ChildOverlap=.3;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.3;		// vertical overlap child/ parent
	var StartTop=35; //era 35			// Menu offset x coordinate
	var StartLeft=203;	//era 313		// Menu offset y coordinate
	var VerCorrect=0;			// Multiple frames y correction (credo sia: se devo dividere 412px in 6parti, verrebbe 68.6; allora faccio 68 con resto 4)
	var HorCorrect=0;			// Multiple frames x correction
	var LeftPaddng=1;			// Left padding (cioč in ogni elemento del menu)
	var TopPaddng=2;			// Top padding (cioč in ogni elemento del menu) E IL BOTTOM PADDING??? Non c'č: dipende dall'altezza dei vari item
	var FirstLineHorizontal=1;		// First level items layout horizontal 1 or 0
	var MenuFramesVertical=0;		// Frames in cols or rows 1 or 0
	var DissapearDelay=200;			// delay before menu folds in
	var UnfoldDelay=50;			// delay before sub unfolds	
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='';		// Frame where first level appears
	var SecLineFrame='';			// Frame where sub levels appear
	var DocTargetFrame='';		// Frame where target documents appear (era MenuPos)
	var TargetLoc='menu';			// span id for relative positioning IMPORTANTISSIMO!!! IL MENU E'POSIZIONATO RISPETTO QUALSIASI COSA ABBIA id=...
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;			// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover


	var BaseHref="";		// BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"
	// QUI L'IMMAGINE PER LA FRECCETTA (erano, nell'ordine, "tri.gif", "tridown.gif", "trileft.gif", "triup.gif")
	var Arrws=[BaseHref+"immagini/shim.gif",5,10,BaseHref+"immagini/shim.gif",10,5,BaseHref+"immagini/shim.gif",5,10,BaseHref+"immagini/shim.gif",10,5];

						// Arrow source, width and height.
						// If arrow images are not needed keep source "" LE TENGO LO STESSO XKE NON HO VOGLIA DI TOGLIERLE

	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";</script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......

	var PartOfWindow=.8;			// PartOfWindow: When MenuCentered is justify, sets part of window width to stretch to.
	
	

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var BuildOnDemand=0;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var MenuSlide="";
	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.2, transition=19)";
	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.2, wipeStyle=1)";

	// OMBRA
	var MenuShadow="";
	var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";
	var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=90, strength=0)";

	// OPACITA'
	var MenuOpacity="";
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=94)";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

// Menu tree
//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width, bgcolor, bghighcolor, fontcolor, 
//  fonthighcolor,bordercolor,fontfamily,fontsize,fontbold,fontitalic,textalign,textnellabarradistatoinbassodiIE);
// 	color and font variables take precedence over the globals when used
// 	fontsize, fontbold and fontitalic are ignored when -1
//	For rollover images ItemText format is:  "rollover:Image1.jpg:Image2.jpg"


// lo sfondo dei bottoni originale era images/sf_gr.gif

Menu1=new Array("Home","index.htm","immagini/sfondo_bott_menu.gif",0,16,68,"","","","","","",-1,1,-1,"center","Torna alla HOME PAGE");

Menu2=new Array("Azienda","","immagini/sfondo_bott_menu.gif",2,16,70,"","","","","","",-1,1,-1,"center","Azienda"); // era largo 62
	Menu2_1=new Array("Chi siamo","chisiamo.htm","",0,20,180,"","","","","","",-1,-1,-1,"","");
	Menu2_2=new Array("Dove siamo","dovesiamo.htm","",0,20,180,"","","","","","",-1,-1,-1,"","");			

Menu3=new Array("Prodotti","prodotti.htm","immagini/sfondo_bott_menu.gif",9,16,72,"","","","","","",-1,1,-1,"center","Prodotti"); // era largo 64
	Menu3_1=new Array("Terminali rilevazione presenze","terminalirilpres.htm","",0,20,180,"","","","","","",-1,-1,-1,"","");
	Menu3_2=new Array("Terminali controllo accessi","terminalicontrolloacc.htm","",0,20,180,"","","","","","",-1,-1,-1,"","");
	Menu3_3=new Array("Software","software.htm","",0,20,150,"","","","","","",-1,-1,-1,"","");
	Menu3_4=new Array("Orologi di controllo","orologidicontrollo.htm","",0,20,180,"","","","","","",-1,-1,-1,"","");
	Menu3_5=new Array("Eliminacode","eliminacode.htm","",0,20,180,"","","","","","",-1,-1,-1,"","");
	Menu3_6=new Array("Display informativi","displayinfor.htm","",0,20,180,"","","","","","",-1,-1,-1,"","");
	Menu3_7=new Array("Orologi da parete","orologidaparete.htm","",0,20,180,"","","","","","",-1,-1,-1,"","");
	Menu3_8=new Array("Stampanti per badge","stampantibadge.htm","",0,20,180,"","","","","","",-1,-1,-1,"","");
	Menu3_9=new Array("Ricambi e accessori","ricambieaccessori.htm","",0,20,180,"","","","","","",-1,-1,-1,"","");
	
Menu4=new Array("Soluzioni","","immagini/sfondo_bott_menu.gif",7,16,76,"","","","","","",-1,1,-1,"center","Soluzioni "); // era largo 70
	Menu4_1=new Array("Sistemi rilevazione presenze","sistemirilpres.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");
	Menu4_2=new Array("Gestione presenze START","soluzionegestionepresenzestart.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");
	Menu4_3=new Array("Sistemi controllo accessi","sistemicontrolloacc.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");
	Menu4_4=new Array("Gestione palestre e centri sportivi","gestione-palestre-centri-sportivi-gespal.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");	
   Menu4_5=new Array("Sistemi controllo produzione","sistemicontrolloproduzione.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");	
	Menu4_6=new Array("Biometria","biometria.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");	
	Menu4_7=new Array("Servizio stampa e codifica Badge","stampabadge.htm","",0,20,220,"","","","","","",-1,-1,-1,"","");
	
Menu5=new Array("Download","download.htm","immagini/sfondo_bott_menu.gif",0,16,78,"","","","","","",-1,1,-1,"center","Download"); // era largo 74

Menu6=new Array("Assistenza","assistenza.htm","immagini/sfondo_bott_menu.gif",0,16,84,"","","","","","",-1,1,-1,"center","Assistenza"); // era largo 78

Menu7=new Array("Contatti","contatti.htm","immagini/sfondo_bott_menu.gif",0,16,70,"","","","","","",-1,1,-1,"center","Contatti"); // era largo 60

//OLD: Menu7=new Array("Contatti","contatti.htm","immagini/sfondo_bott_menu.gif",2,16,72,"","","","","","",-1,1,-1,"center","Contatti");
//	Menu7_1=new Array("Contatti","contatti.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
//	Menu7_2=new Array("Partners","links.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");		



