 /***********************************************
*	(c) Ger Versluis 2000 version 13.21 April 28, 2008    *
*	You may use this script on non commercial sites.	          *
*	www.burmees.nl/menu			          *
*	You may remove all comments for faster loading	          *		
************************************************/
	var NoOffFirstLineMenus=7;			// Number of main menu  items
						// Colorvariables:
						// Color variables take HTML predefined color names or "#rrggbb" strings
						//For transparency make colors and border color ""
	var LowBgColor="#ffffcc";			// Background color when mouse is not over
	var HighBgColor="#cccc00";			// Background color when mouse is over
	var FontLowColor="000066";			// Font color when mouse is not over
	var FontHighColor="#993300";			// Font color when mouse is over
	var BorderColor="#990000";			// Border color
	var BorderWidthMain=1;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=1;			// Border width between elements main items
	var BorderBtwnSub=1;			// Border width between elements sub items
	var FontFamily="comic sans ms,technical,arial";	// Font family menu items
	var FontSize=15;				// Font size menu items
	var FontBold=1;				// 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="center";			// Menu horizontal position can be: left, center, right
	var MenuVerticalCentered="static";		// Menu vertical position top, middle,bottom or static
	var ChildOverlap=.2;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=1;				// Menu offset x coordinate
	var StartLeft=1;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var DistFrmFrameBrdr=2;			// Distance between main menu and frame border
	var LeftPaddng=5;				// Left padding
	var TopPaddng=-1;				// Top padding. If set to -1 text is vertically centered
	var FirstLineHorizontal=1;			// Number defines to which level the menu must unfold horizontal; 0 is all vertical
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;			// delay before menu folds in
	var UnfoldDelay=100;			// delay before sub unfolds	
	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 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="http://sersale.eu/";				// 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/"

	var Arrws=["media/mn-su/tri.gif",5,10,"media/mn-su/tridown.gif",10,5,"media/mn-su/trileft.gif",5,10,"media/mn-su/triup.gif",10,5];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=1;			// 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 BuildOnDemand=0;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var BgImgLeftOffset=5;			// Only relevant when bg image is used as rollover
	var ScaleMenu=0;				// 1/0 When set to 0 Menu scales with browser text size setting
	var OverFormElements=0;			// Set this to 0 when the menu does not need to cover form elements.

	var HooverBold=0;				// 1 or 0
	var HooverItalic=0;				// 1 or 0
	var HooverUnderLine=0;			// 1 or 0
	var HooverTextSize=0;			// 0=off, number is font size difference on hoover
	var HooverVariant=0;			// 1 or 0

						// 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 MenuSlide="";
	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

	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=135, strength=3)";

	var MenuOpacity="";
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=80)";

	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","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText or background image format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

Menu1=new Array("Home","#","",0,20,66,"","","","","","",-1,-1,-1,"","Benvenuti .. !");
Menu2=new Array("Promo . .","pr.html","",2,"",70,"","","","","","",-1,-1,-1,"","Promozione del luogo !");
	Menu2_1=new Array("Sersale","","",10,20,200,"","","","","","",-1,-1,-1,"","");
		Menu2_1_1=new Array("Come arrivare ..","pr/ser/comearrivare.html","",0,20,200,"","","","","","",-1,-1,-1,"","");
		Menu2_1_2=new Array("La Storia ..","pr/ser/storia.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_1_3=new Array("Mamma Carmela ..","pr/ser/carmelaborelli.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_1_4=new Array("Il centro storico ..","pr/ser/centrostorico.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_1_5=new Array("Sentieri naturalistici ..","pr/ser/sentieri.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_1_6=new Array("Cascate ..","pr/ser/cascate.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_1_7=new Array("Artigianato ..","pr/ser/artigianato.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_1_8=new Array("Gastronomia ..","pr/ser/gastronomia.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_1_9=new Array("Sersale oggi ..","pr/ser/sersaleoggi.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_1_10=new Array("Immagini ..","pr/ser/immagini.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu2_2=new Array("Valle del Crocchio","","",11,"","","","","","","","",-1,-1,-1,"","");
		Menu2_2_1=new Array("Itinerari turistici ..","pr/Vc/itinerari.html","",0,20,200,"","","","","","",-1,-1,-1,"","");
		Menu2_2_2=new Array("Itinerario 1 ..","pr/Vc/itin-1.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_2_3=new Array("Itinerario 2 ..","pr/Vc/itin-2.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_2_4=new Array("Itinerario 3 ..","pr/Vc/itin-3.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_2_5=new Array("Itinerario 4 ..","pr/Vc/itin-4.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_2_6=new Array("Archeologia, musei ..","pr/Vc/archeologiamusei.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_2_7=new Array("Luoghi di culto ..","pr/Vc/luoghiculto.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_2_8=new Array("Artigianato ..","pr/Vc/artigianato.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_2_9=new Array("La Sila ..","pr/Vc/sila.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_2_10=new Array("Il fiume Crocchio ..","pr/Vc/crocchio.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_2_11=new Array("I Comuni in VdC ..","pr/Vc/comuni.php","",0,0,0,"","","","","","",-1,-1,-1,"","");
Menu3=new Array("Eventi . .","","",5,20,100,"","","","","","",-1,-1,-1,"","");
	Menu3_1=new Array("2004  ..","ev/estate-2004/estate-2004.html","",2,20,70,"","","","","","",-1,-1,-1,"","");
		Menu3_1_1=new Array("Mimě ed io . .","javascript:NewWin=window.open('http://www.mimiedio.sersale.eu','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,-1,-1,"","");
		Menu3_1_2=new Array("Carlo & Francesco - foto 2004 ..","javascript:NewWin=window.open(BaseHref+'ev/estate-2004/cc04','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,-1,-1,"","");
	Menu3_2=new Array("2005  ..","","",2,20,70,"","","","","","",-1,-1,-1,"","");
		Menu3_2_1=new Array("E..state 2005  ..","ev/estate-2005/estate-2005.html","",0,20,160,"","","","","","",-1,-1,-1,"","");
		Menu3_2_2=new Array("Quinto family a Sersale ..","javascript:NewWin=window.open(BaseHref+'ev/estate-2005/quinto05','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,-1,-1,"","");
	Menu3_3=new Array("2006  ..","","",1,"","","","","","","","",-1,-1,-1,"","");
		Menu3_3_1=new Array("E..state 2006  ..","ev/estate-2006/estate-2006.html","",0,20,160,"","","","","","",-1,-1,-1,"","");
	Menu3_4=new Array("2007  ..","","",1,"","","","","","","","",-1,-1,-1,"","");
		Menu3_4_1=new Array("E..state 2007  ..","ev/estate-2007/estate-2007.html","",0,20,160,"","","","","","",-1,-1,-1,"","");
	Menu3_5=new Array("Artistici  ..","","",1,"","","","","","","","",-1,-1,-1,"","");
		Menu3_5_1=new Array("Canzoni  ..","","",1,20,70,"","","","","","",-1,-1,-1,"","");
			Menu3_5_1_1=new Array("quando i bambini fanno ho  ..","ev/artistici/canzoni/quando-i-bambini-fanno-ho/iBambiniFannoHo.html","",0,20,180,"","","","","","",-1,-1,-1,"","");
Menu4=new Array("Inserzionisti . .","in.html","",2,"",110,"","","","","","",-1,1,-1,"","");
	Menu4_1=new Array("Regolamento ..","in/InRegolamento.html","",0,20,160,"","","","","","",-1,1,-1,"","");
	Menu4_2=new Array("Inserzionisti","in.html","",8,20,150,"","","","","","",-1,1,-1,"","");
		Menu4_2_1=new Array("Istituto Comprensivo Sersale ..","javascript:NewWin=window.open('http://istitutocomprensivo.sersale.eu','NWin');window['NewWin'].focus()","",0,20,300,"","","","","","",-1,1,-1,"","");
		Menu4_2_2=new Array("CAM - Vendita edilizia di Bruono Corea & C. ..","javascript:NewWin=window.open(BaseHref+'in/cam','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,1,-1,"","");
		Menu4_2_3=new Array("Colori & decori ..","javascript:NewWin=window.open(BaseHref+'in/coloriedecori','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,1,-1,"","");
		Menu4_2_4=new Array("Carrozzeria PluriCar ..","javascript:NewWin=window.open('http://www.carrozzeriapluricar.it','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,1,-1,"","");
		Menu4_2_5=new Array("rollover?"+BaseHref+"media/mn-su/erestinomangone.gif?"+BaseHref+"media/mn-su/erestinomangone2.gif","javascript:NewWin=window.open('http://xoomer.alice.it/erestino_mangone/','NWin');window['NewWin'].focus()","",0,150,300,"","","","","","",-1,-1,-1,"","");
		Menu4_2_6=new Array("Sersalensis Il pittore Vincenzo Borelli ..","javascript:NewWin=window.open('http://www.sersalensis.it','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,1,-1,"","");
		Menu4_2_7=new Array("QuadratoNero ..","javascript:NewWin=window.open('http://quadratonero.sersale.eu','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,1,-1,"","");
		Menu4_2_8=new Array("campino - fabbro per passione ..","javascript:NewWin=window.open(BaseHref+'in/campino/','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,1,-1,"","");
Menu5=new Array("Util . .","ut.html","",4,"",60,"","","","","","",-1,1,-1,"","");
	Menu5_1=new Array("Servizi","","",11,20,160,"","","","","","",-1,-1,-1,"","");
		Menu5_1_1=new Array("Inserzioni gratuite ..","in.html","",0,20,140,"","","","","","",-1,-1,-1,"","");
		Menu5_1_2=new Array("La Bacheca ..","","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu5_1_3=new Array("I Link ..","li.html","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu5_1_4=new Array("Categorie Web ..","","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu5_1_5=new Array("Codice fiscale ..","servizi-tl/codicefiscale/index.html","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu5_1_6=new Array("EuroConvertitore ..","servizi-tl/euroconvertitore/index.html","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu5_1_7=new Array("Giorno data ..","servizi-tl/giornodata/index.html","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu5_1_8=new Array("Autocertificazioni ..","servizi-tl/CertCartBiorChat/indexSetCert.html","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu5_1_9=new Array("Meteo ..","servizi-tl/meteo/index.html","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu5_1_10=new Array("News ..","servizi-tl/news/index.html","",0,"","","","","","","","",-1,-1,-1,"","");
		Menu5_1_11=new Array("News Lex ..","servizi-tl/news/index.html","",0,"","","","","","","","",-1,-1,-1,"","");
	Menu5_2=new Array("Tempo libero","","",8,"","","","","","","","",-1,-1,-1,"","");
		Menu5_2_1=new Array("Barzellette ..","servizi-tl/barzellette.html","",0,20,140,"","","","","","",-1,-1,-1,"","");
		Menu5_2_2=new Array("Cartoline virtuali ..","servizi-tl/CertCartBiorChat/indexSetCart.html","",0,20,140,"","","","","","",-1,-1,-1,"","");
		Menu5_2_3=new Array("Area download ..","servizi-tl/areadownload.html","",0,20,140,"","","","","","",-1,-1,-1,"","");
		Menu5_2_4=new Array("Calcola Bioritmi ..","servizi-tl/CertCartBiorChat/indexSetBior.html","",0,20,140,"","","","","","",-1,-1,-1,"","");
		Menu5_2_5=new Array("Chat ..","http://www.sersale.eu/phpt/mychat/chat/index.php3","",0,20,140,"","","","","","",-1,-1,-1,"","");
		Menu5_2_6=new Array("Giochi ..","servizi-tl/giochi.html","",0,20,140,"","","","","","",-1,-1,-1,"","");
		Menu5_2_7=new Array("Lettura del pensiero ..","servizi-tl/letturapensiero.html","",0,20,140,"","","","","","",-1,-1,-1,"","");
		Menu5_2_8=new Array("Link immagini ..","servizi-tl/linkimmagini.html","",0,20,140,"","","","","","",-1,-1,-1,"","");
	Menu5_3=new Array("Tools","","",0,"","","","","","","","",-1,-1,-1,"","");
	Menu5_4=new Array("Inserite vostre immagini ..","4images/","",0,"","","","","","","","",-1,-1,-1,"","");
Menu6=new Array("Link . .","li.html","",14,"",60,"","","","","","",-1,1,-1,"","");
	Menu6_1=new Array("Sersale & VdC Segnalano","","",1,20,160,"","","","","","",-1,1,-1,"","");
		Menu6_1_1=new Array("Aksai cultura ..","javascript:NewWin=window.open('http://www.aksaicultura.com','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,1,-1,"","");
	Menu6_2=new Array("Siti amici ..","","",1,"","","","","","","","",-1,1,-1,"","");
		Menu6_2_1=new Array("","javascript:NewWin=window.open('http://www.sersale.org','NWin');window['NewWin'].focus()",BaseHref+"media/mn-su/mimitor.gif",0,100,150,"","","","","","",-1,1,-1,"","");
	Menu6_3=new Array("Per la scuola","","",0,"","","","","","","","",-1,1,-1,"","");
	Menu6_4=new Array("Notizie . .","","",6,"","","","","","","","",-1,1,-1,"","");
		Menu6_4_1=new Array("La Repubblica ..","javascript:NewWin=window.open('http://www.repubblica.it','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,1,-1,"","");
		Menu6_4_2=new Array("Corriere della Sera ..","javascript:NewWin=window.open('http://www.corriere.it','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,1,-1,"","");
		Menu6_4_3=new Array("Rai News ..","javascript:NewWin=window.open('http://www.rainews24.rai.it','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,1,-1,"","");
		Menu6_4_4=new Array("Newz.info ..","javascript:NewWin=window.open('http://www.newz.info','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,1,-1,"","");
		Menu6_4_5=new Array("Cnn International ..","javascript:NewWin=window.open('http://www.cnn.com','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,1,-1,"","");
		Menu6_4_6=new Array("Quotidiani on line ..","javascript:NewWin=window.open('http://www.mediatime.net/edicola/quotidiani.htm','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,1,-1,"","");
	Menu6_5=new Array("Sport . .","","",4,"","","","","","","","",-1,1,-1,"","");
		Menu6_5_1=new Array("Gazzeta dello sport ..","javascript:NewWin=window.open('http://www.gazzetta.it','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,1,-1,"","");
		Menu6_5_2=new Array("Datasport ..","javascript:NewWin=window.open('http://www.datasport.it','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,1,-1,"","");
		Menu6_5_3=new Array("RaiSport ..","javascript:NewWin=window.open('http://www.raisport.rai.it','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,1,-1,"","");
		Menu6_5_4=new Array("Palestra Dynamic ..","javascript:NewWin=window.open('http://www.palestradynamic.it','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,1,-1,"","");
	Menu6_6=new Array("Musica . .","","",3,"","","","","","","","",-1,1,-1,"","");
		Menu6_6_1=new Array("Radio DeeJay ..","javascript:NewWin=window.open('http://www.deejay.it','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,1,-1,"","");
		Menu6_6_2=new Array("Radio 105 ..","javascript:NewWin=window.open('http://www.105.net','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,1,-1,"","");
		Menu6_6_3=new Array("Radio on line ..","javascript:NewWin=window.open('http://www.mediatime.net/edicola/radio.htm','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,1,-1,"","");
	Menu6_7=new Array("Intrattenimento . .","","",2,"","","","","","","","",-1,1,-1,"","");
		Menu6_7_1=new Array("Belli o Brutti ..","javascript:NewWin=window.open('http://www.belliobrutti.it','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,1,-1,"","");
		Menu6_7_2=new Array("Chat ..","javascript:NewWin=window.open('http://www.chat.aruba.it','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,1,-1,"","");
	Menu6_8=new Array("Finanza . .","","",3,"","","","","","","","",-1,1,-1,"","");
		Menu6_8_1=new Array("Gastone ..","javascript:NewWin=window.open('http://www.gastone.net','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,1,-1,"","");
		Menu6_8_2=new Array("Il Sole 24 Ore ..","javascript:NewWin=window.open('http://www.ilsole24ore.com','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,1,-1,"","");
		Menu6_8_3=new Array("Belsito ..","javascript:NewWin=window.open('http://www.belsitofinanze.com','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,1,-1,"","");
	Menu6_9=new Array("Casa . .","","",1,"","","","","","","","",-1,1,-1,"","");
		Menu6_9_1=new Array("ZioTom ..","javascript:NewWin=window.open('http://www.ziotom.it','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,1,-1,"","");
	Menu6_10=new Array("Auto & Moto . .","","",0,"","","","","","","","",-1,1,-1,"","");
		Menu6_10_1=new Array("Il Sorpasso ..","javascript:NewWin=window.open('http://www.ilsorpasso.it','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,1,-1,"","");
		Menu6_10_2=new Array("A.C.I. ..","javascript:NewWin=window.open('http://www.aci.it','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,1,-1,"","");
	Menu6_11=new Array("Internet & Web . .","","",8,"","","","","","","","",-1,1,-1,"","");
		Menu6_11_1=new Array("Acquista Hosting-Domini Valledelcrocchio ..","javascript:NewWin=window.open('http://hosting.valledelcrocchio.info/','NWin');window['NewWin'].focus()","",0,20,300,"","","","","","",-1,1,-1,"","");
		Menu6_11_2=new Array("Manuali.it ..","javascript:NewWin=window.open('http://www.manuali.it','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,1,-1,"","");
		Menu6_11_3=new Array("HTML.it ..","javascript:NewWin=window.open('http://www.html.it','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,1,-1,"","");
		Menu6_11_4=new Array("Warp9.it ..","javascript:NewWin=window.open('http://www.warp9.it','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,1,-1,"","");
		Menu6_11_5=new Array("Tucows ..","javascript:NewWin=window.open('http://www.tucows.com','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,1,-1,"","");
		Menu6_11_6=new Array("Web Master Point ..","javascript:NewWin=window.open('http://www.webmasterpoint.org','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,1,-1,"","");
		Menu6_11_7=new Array("ATOdesign ..","javascript:NewWin=window.open('http://www.atodesign.it','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,1,-1,"","");
		Menu6_11_8=new Array("Web Marketing ..","javascript:NewWin=window.open('http://www.madri.com/corso1/?imk=ARUBn0504b','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,1,-1,"","");
	Menu6_12=new Array("Ricerca sui Motori . .","","",7,"","","","","","","","",-1,1,-1,"","");
		Menu6_12_1=new Array("Yahoo! ..","javascript:NewWin=window.open('http://www.yahoo.it','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,1,-1,"","");
		Menu6_12_2=new Array("AltaVista ..","javascript:NewWin=window.open('http://www.altavista.it','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,1,-1,"","");
		Menu6_12_3=new Array("Lycos ..","javascript:NewWin=window.open('http://www.lycos.it','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,1,-1,"","");
		Menu6_12_4=new Array("Excite ..","javascript:NewWin=window.open('http://www.excite.it','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,1,-1,"","");
		Menu6_12_5=new Array("HotBot ..","javascript:NewWin=window.open('http://www.hobot.com','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,1,-1,"","");
		Menu6_12_6=new Array("Msn ..","javascript:NewWin=window.open('http://www.msn.it','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,1,-1,"","");
		Menu6_12_7=new Array("Google ..","javascript:NewWin=window.open('http://www.google.it','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,1,-1,"","");
	Menu6_13=new Array("Viaggi - Trasporti","","",5,"","","","","","","","",-1,1,-1,"","");
		Menu6_13_1=new Array("Orario treni ..","javascript:NewWin=window.open('http://www.orario.fs-on-line.com','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,1,-1,"","");
		Menu6_13_2=new Array("Traffico ..","javascript:NewWin=window.open('http://www.edidomus.it/auto/servizi/infotrafic/avvio.cfm','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,1,-1,"","");
		Menu6_13_3=new Array("Meteo ..","javascript:NewWin=window.open('http://www.meteo.it','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,1,-1,"","");
		Menu6_13_4=new Array("Mappe e Itinerari ..","javascript:NewWin=window.open('http://www.maporama.com','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,1,-1,"","");
		Menu6_13_5=new Array("Pagine Gialle ..","javascript:NewWin=window.open('http://www.paginegialle.it','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,1,-1,"","");
	Menu6_14=new Array("Cinema & TV","","",2,"","","","","","","","",-1,1,-1,"","");
		Menu6_14_1=new Array("Sale d'Italia ..","javascript:NewWin=window.open('http://www.35mm.it/alcinema','NWin');window['NewWin'].focus()","",0,20,140,"","","","","","",-1,1,-1,"","");
		Menu6_14_2=new Array("Canali on line ..","javascript:NewWin=window.open('http://www.mediatime.net/edicola/televisioni.htm/','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,1,-1,"","");
Menu7=new Array("Contatti . .","co.html","",6,"",82,"","","","","","",-1,1,-1,"","");
	Menu7_1=new Array("Recapiti ..","co.html","",0,20,180,"","","","","","",-1,1,-1,"","");
	Menu7_2=new Array("Firma il GuestBook ..","javascript:NewWin=window.open(BaseHref+'jump/vagbser.html','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,1,-1,"","");
	Menu7_3=new Array("Forum ..","javascript:NewWin=window.open('http://valledelcrocchio.eu/phpt/jump/forum/forumgo.html','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,1,-1,"","");
	Menu7_4=new Array("Chat ..","javascript:NewWin=window.open(BaseHref+'phpt/mychat/chat/index.php3','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,1,-1,"","");
	Menu7_5=new Array("Bacheca","","",0,"","","","","","","","",-1,1,-1,"","");
	Menu7_6=new Array("PluriSiti","javascript:NewWin=window.open('http://plurisiti.sersale.eu','NWin');window['NewWin'].focus()","",0,"","","","","","","","",-1,1,-1,"","");