	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='#110000';			// Background color when mouse is not over
	var LowSubBgColor='#220000';			// Background color when mouse is not over on subs
	var HighBgColor='#666666';			// Background color when mouse is over
	var HighSubBgColor='#220000';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='#ffcc33';			// Font color subs when mouse is over
	var BorderColor='white';			// Border color
	var BorderSubColor='#cc0000';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between first level elements 1 or 0
	var FontFamily="Verdana,Arial,Helvetica"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='center';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='';		// Menu vertical position 'top', 'middle' or 'bottom'
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=3;				// Menu offset x coordinate
	var StartLeft=5;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=4;				// Left padding
	var TopPaddng=0;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=300;			// 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='MenuPos';				// DIV id for relative positioning (refer to config.htm for info)
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=0;				// 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=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['http://www.businesscom.it',5,10,'http://www.businesscom.it',10,5,'http://www.businesscom.it',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("PROFILO","","",3,13,75);
	Menu1_1=new Array("La Società","http://www.businesscom.it/societa.htm","",0,13,100);
	Menu1_2=new Array("La nostra storia","http://www.businesscom.it/storia.htm","",0);
	Menu1_3=new Array("Progetti","http://www.businesscom.it/progetti.htm","",0);
	
Menu2=new Array("SERVIZI","","",5,13,75);
        Menu2_1=new Array("Organizzazione Eventi","http://www.businesscom.it/Live.htm","",0,13,135);
	Menu2_2=new Array("Call Center","http://www.businesscom.it/servizi.htm","",0);
	Menu2_3=new Array("Ricerche genealogiche","http://www.businesscom.it/genealogic.htm","",0);
        Menu2_4=new Array("Feste Promo Marchi","http://www.businesscom.it/alcune feste.htm","",0);
	Menu2_5=new Array("Recording Studio","http://www.businesscom.it/Brainstudio.htm","",0);

Menu3=new Array("CREDITS","","",1,13,75);
	Menu3_1=new Array("Ci hanno dato fiducia","http://www.businesscom.it/fiducia.htm","",0,13,130);
			
Menu4=new Array("NEWS","","",3,13,75);
	Menu4_1=new Array("Articoli","http://www.businesscom.it/articoli.htm","",0,13,90);
	Menu4_2=new Array("Stampa","http://www.businesscom.it/stampa.htm","",0);
	Menu4_3=new Array("Special Events","http://www.businesscom.it/special_events.htm","",0);
	
Menu5=new Array("CARRIERA","","",3,13,75);
	Menu5_1=new Array("Lavora con noi","http://www.businesscom.it/lavora_con_noi.htm","",0,13,165);
	Menu5_2=new Array("Lavora con i nostri Partners","http://www.businesscom.it/benefits.htm","",0);
	Menu5_3=new Array("Curricula","http://www.businesscom.it/curriculum.htm","",0);
		
Menu6=new Array("CONTATTI","","",2,13,90);
	Menu6_1=new Array("Invia una Mail","mailto:info@businesscom.it","",0,13,90);
	Menu6_2=new Array("Dove siamo","http://www.businesscom.it/dove_siamo.htm","",0,13,90);

Menu7=new Array("HOME","http://www.businesscom.it/home.htm","",0,13,90);
