/***********************************************************************************
* FILE CONFIGURAZIONE MENU
***********************************************************************************/

	var NoOffFirstLineMenus=10;			// Number of first level items
	var LowBgColor='#FF0000';			// Background color when mouse is not over
	var LowSubBgColor='#FF0000';			// Background color when mouse is not over on subs
	var HighBgColor='yellow';			// Background color when mouse is over
	var HighSubBgColor='yellow';			// 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='black';			// Font color when mouse is over
	var FontSubHighColor='black';			// Font color subs when mouse is over
	var BorderColor='black';			        // Border color
	var BorderSubColor='yellow';			        // Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=0;			        // Border between elements 1 or 0
	var FontFamily="Verdana, Arial, Helvetica, sans-serif"	// Font family menu items
	var FontSize=8;				        // 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='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		        // Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=10;				// Menu offset x coordinate
	var StartLeft=10;				// 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=1;			   	// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	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("Home","javascript:document.location.href='index.html';","",0,20,120);

Menu2=new Array("Area Shopping","","",3,20,120);
	Menu2_1=new Array("Centro Commerciale On Line","javascript:document.location.href='http://www.piemme57.gigacenter.it/';","",0,20,280);
	Menu2_2=new Array("Negozio On Line","javascript:document.location.href='http://piemme57.webchising.it/';","",0,20,280);
	Menu2_3=new Array("Erboristeria Online","","",4,20,280);
		Menu2_3_1=new Array("Cosmetici","javascript:document.location.href='Out_Cosmetici.html';","",0,20,280);
		Menu2_3_2=new Array("Cura Personale","javascript:document.location.href='Out_Cura.html';","",0,20,280);
		Menu2_3_3=new Array("Prodotti Dietetici","javascript:document.location.href='Out_Dietetici.html';","",0,20,280);
		Menu2_3_4=new Array("Vitamine e Integratori","javascript:document.location.href='Out_Vitamine.html';","",0,20,280);

Menu3=new Array("Benessere","","",7,20,120);
	Menu3_1=new Array("Erboristeria Online","","",4,20,280);
		Menu3_1_1=new Array("Cosmetici","javascript:document.location.href='ECosmetici.html';","",0,20,280);
		Menu3_1_2=new Array("Cura Personale","javascript:document.location.href='ECura.html';","",0,20,280);
		Menu3_1_3=new Array("Prodotti Dietetici","javascript:document.location.href='EDietetici.html';","",0,20,280);
		Menu3_1_4=new Array("Vitamine e Integratori","javascript:document.location.href='EVitamine.html';","",0,20,280);
	Menu3_2=new Array("Consigli per una migliore alimentazione","javascript:document.location.href='Consigli.html';","",0,20,280);
	Menu3_3=new Array("10 Consigli per Smettere di Fumare","javascript:document.location.href='Antifumo.html';","",0,20,280);
	Menu3_4=new Array("Tisane","javascript:document.location.href='Tisane.html';","",0,20,180);
	Menu3_5=new Array("Linfodrenaggio - Cura della Cellulite","javascript:document.location.href='Linfodrenaggio.html';","",0,20,280);
	Menu3_6=new Array("Digitopressione","javascript:document.location.href='Digitopressione.html';","",0,20,280);
	Menu3_7=new Array("Riflessologia","javascript:document.location.href='Riflessologia.html';","",0,20,280);

Menu4=new Array("Download","","",4,20,120);
	Menu4_1=new Array("Software Free","javascript:document.location.href='Software.html';","",0,20,280);
	Menu4_2=new Array("Manuali","javascript:document.location.href='Manuali.html';","",0,20,280);
	Menu4_3=new Array("Software per Collezionisti","javascript:document.location.href='Pianeta.html';","",0,20,280);
	Menu4_4=new Array("Area Riservata","javascript:document.location.href='Accesso.html';","",0,20,280);

Menu5=new Array("Link  ","","",12,20,120);
	Menu5_1=new Array("Previsioni Meteo (Milano)","javascript:document.location.href='http://www.ilmeteo.it/script/meteo.php?id=free&amp;citta=4074';","",0,20,280);
	Menu5_2=new Array("Situazione Autostrade (Milano)","javascript:document.location.href='http://www.autostrade.it/autostrade/traffico.do?mapLevel=micro&mappa=milano_9';","",0,20,280);
	Menu5_3=new Array("Situazione Autostrade (Bologna)","javascript:document.location.href='http://www.autostrade.it/autostrade/traffico.do?mapLevel=micro&mappa=bologna_1';","",0,20,280);
	Menu5_4=new Array("Situazione Autostrade (Firenze)","javascript:document.location.href='http://www.autostrade.it/autostrade/traffico.do?mapLevel=micro&mappa=firenze_2';","",0,20,280);
	Menu5_5=new Array("Organizza il Tuo Viaggio","javascript:document.location.href='http://www.autostrade.it/autostrade/home.do';","",0,20,280);
	Menu5_6=new Array("Chat Libera","javascript:document.location.href='Chat.html';","",0,20,280);
	Menu5_7=new Array("Live Score Eventi","javascript:document.location.href='http://www.snai.it/risultati_diretta.php';","",0,20,280);
	Menu5_8=new Array("Quote Better","javascript:document.location.href='https://www.lottomatica.it/scommesse/home.do';","",0,20,280);
	Menu5_9=new Array("Sito Superenalotto","javascript:document.location.href='http://www.superenalotto.it/';","",0,20,280);
	Menu5_10=new Array("I 90 Numeri del Superenalotto","javascript:document.location.href='http://www.totoproject.com/giochi/superenalotto_stat_i90numeri.asp';","",0,20,280);
	Menu5_11=new Array("Numeri Lotto Ritardatari","javascript:document.location.href='http://www.lottomatica.it/lotto/statistiche/numeriRitardatari.html';","",0,20,280);
	Menu5_12=new Array("Numeri Lotto Frequenti","javascript:document.location.href='http://www.lottomatica.it/lotto/statistiche/numeriFrequenti.html';","",0,20,280);

Menu6=new Array("Telefonia","javascript:document.location.href='Telefonia.html';","",0,20,120);

Menu7=new Array(" Guadagna con Noi","javascript:document.location.href='Guadagna.html';","",0,20,150);

Menu8=new Array("Toolbar","javascript:document.location.href='http://piemme57.ourtoolbar.com/';","",0,20,120);

Menu9=new Array("Forum","javascript:document.location.href='http://forumpiemme57.altervista.org/';","",0,20,120);

Menu10=new Array("Contatti","javascript:document.location.href='Contatti.html';","",0,20,120);
