	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='#1D3091';			// Background color when mouse is not over
	var LowSubBgColor='#FFFFFF';			// Background color when mouse is not over on subs
	var HighBgColor='#1D3091';			// Background color when mouse is over
	var HighSubBgColor='#1D3091';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='#1D3091';			// Font color subs when mouse is not over
	var FontHighColor='#FFFFFF';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='';			// Border color
	var BorderSubColor='#1D3091';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Verdana, Arial, Helvetica, sans-serif"	// Font family menu items
	var FontSize=7;				// Font size menu items
	var FontBold=1;				// 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='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=-0.03;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.0;			// vertical overlap child/ parent
	var StartTop=152;				// Menu offset x coordinate
	var StartLeft=95;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highlighted
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array(":: azienda","","",3,17,90);
	Menu1_1=new Array(" :: chi siamo","chisiamo.php","",0,17,90);	
	Menu1_2=new Array(" :: dove siamo","dovesiamo.php","",0);
	Menu1_3=new Array(" :: qualità","qualita.php","",0);

Menu2=new Array(":: gruppo","gruppo.php","",0,17,70);



Menu3=new Array(":: sistemi costruttivi","","",4,17,125);
	Menu3_1=new Array(" :: coperture","","",4,17,125);
		Menu3_1_1=new Array("Ondal","strutture.php?id=1","",0,17,125);
		Menu3_1_2=new Array("Atlante","strutture.php?id=2","",0,17,125);
		Menu3_1_3=new Array("Suprema","strutture.php?id=3","",0,17,125);
		Menu3_1_4=new Array("Omega","strutture.php?id=4","",0,17,125);

	Menu3_2=new Array(" :: pannelli","strutture.php?id=5","",0);
	Menu3_3=new Array(" :: solai","","",2,17,125);
		Menu3_3_1=new Array("TT","strutture.php?id=6","",0,17,125);
		Menu3_3_2=new Array("Poker","strutture.php?id=7","",0,17,125);

	Menu3_4=new Array(" :: manti di copertura","strutture.php?id=8","",0,17,125);


Menu4=new Array(":: progetti","","",3,17,90);
	Menu4_1=new Array(" :: completati","","",3,17,90);
		Menu4_1_1=new Array("Ortensia","progetto.php?id=10","",0,17,90);
		Menu4_1_2=new Array("CTM","progetto.php?id=11","",0,17,90);
		Menu4_1_3=new Array("Gigante","progetto.php?id=12","",0,17,90);

	
	Menu4_2=new Array(" :: in opera","","",1,17,90);	
		Menu4_2_1=new Array("Addamiano Rocco (PTB)","progetto.php?id=13","",0,25,90);
	Menu4_3=new Array(" :: archivio","archivio.php","",0,17,90);	

Menu5=new Array(":: contatti","contatti_pres.php","",0,17,90);

Menu6=new Array(":: privacy","privacy.php","",0,17,90);
