/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='white';				// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='red';				// Background color when mouse is over
	var HighSubBgColor='red';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';		// Font color subs when mouse is not over
	var FontHighColor='white';		// Font color when mouse is over
	var FontSubHighColor='white';		// Font color subs when mouse is over
	var BorderColor='red';			// Border color
	var BorderSubColor='red';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="verdana,arial,comic sans ms,technical"	// 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='center';		// 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=.0;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.0;		// vertical overlap child/ parent
	var StartTop=99;				// Menu offset x coordinate
	var StartLeft=1;				// Menu offset y coordinate
	var VerCorrect=1;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=3;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=800;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='MyFrameOne';		// Frame where first level appears
	var SecLineFrame='MyFrameTwo';			// Frame where sub levels appear
	var DocTargetFrame='MyFrameTwo';		// 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("Sommario","indexS.htm","",0,18,80);


Menu2=new Array("Escursioni/Viaggi","","",5,18,135);
	Menu2_1=new Array("Asia","","",4,18,150);
	Menu2_2=new Array("Oriente","","",3,18,150);
	Menu2_3=new Array("Africa","","",3,18,150);
    Menu2_4=new Array("Europa","","",4,18,150);
    Menu2_5=new Array("Americhe","","",3,18,150);
           
            Menu2_1_1=new Array("India","Proiettori/Asia/India/index.htm","",0,18,150);
            Menu2_1_2=new Array("Pakistan","Proiettori/Asia/Pakistan/index.htm","",0,18,150);
            Menu2_1_3=new Array("Nepal","Proiettori/Asia/Nepal/index.htm","",0,18,150);
            Menu2_1_4=new Array("Turchia","Proiettori/Asia/Turchia/index.htm","",0,18,150);

		    Menu2_2_1=new Array("Cina","Proiettori/Oriente/Cina/index.htm","",0,18,150);
        	Menu2_2_2=new Array("Birmania","Proiettori/Oriente/Birmania/index.htm","",0,18,150);
        	Menu2_2_3=new Array("Vietnam","Proiettori/Oriente/Vietnam/index.htm","",0,18,150);

            Menu2_3_1=new Array("Sud Africa","Proiettori/Africa/SudAfrica/index.htm","",0,18,150);
            Menu2_3_2=new Array("Marocco","Proiettori/Africa/Marocco/index.htm","",0,18,150);
            Menu2_3_3=new Array("Siria","Proiettori/Africa/Siria/index.htm","",0,18,150);

            Menu2_4_1=new Array("Italia","","",8,18,150);
                      Menu2_4_1_1=new Array("Sicilia","Proiettori/Europa/Italia/Sicilia/index.htm","",0,18,150);
                      Menu2_4_1_2=new Array("Campania","Proiettori/Europa/Italia/Campania/index.htm","",0,18,150);
                      Menu2_4_1_3=new Array("Veneto","Proiettori/Europa/Italia/Veneto/index.htm","",0,18,150);
                      Menu2_4_1_4=new Array("Lazio","Proiettori/Europa/Italia/Lazio/index.htm","",0,18,150);
                      Menu2_4_1_5=new Array("Abruzzo","Proiettori/Europa/Italia/Abruzzo/index.htm","",0,18,150);
                      Menu2_4_1_6=new Array("Umbria","Proiettori/Europa/Italia/Umbria/index.htm","",0,18,150);
                      Menu2_4_1_7=new Array("Calabria","Proiettori/Europa/Italia/Calabria/index.htm","",0,18,150);
                      Menu2_4_1_8=new Array("Toscana","Proiettori/Europa/Italia/Toscana/index.htm","",0,18,150);
  
            Menu2_4_2=new Array("EIRE","Proiettori/Europa/Eire/index.htm","",0,18,150);
            Menu2_4_3=new Array("FRANCIA","Proiettori/Europa/Francia/index.htm","",0,18,150);
            Menu2_4_4=new Array("Spagna","Proiettori/Europa/Spagna/index.htm","",0,18,150);

            Menu2_5_1=new Array("Cuba","Proiettori/Americhe/Cuba/index.htm","",0,18,150);
            Menu2_5_2=new Array("Argentina","Proiettori/Americhe/Argentina/index.htm","",0,18,150);
            Menu2_5_3=new Array("Bolivia","Proiettori/Americhe/Bolivia/index.htm","",0,18,150);


Menu3=new Array("Gallery","","",3,18,76);

	Menu3_1=new Array("Striscie","Striscie/index.htm","",0,18,150);

	Menu3_2=new Array("Pagine","","",3,18,150);
		Menu3_2_1=new Array("Luoghi","Pagine/index.htm","",0,18,150);
        Menu3_2_2=new Array("Sagre e Feste Religiose","SagreFesteReligiose/index.htm","",0,18,150);  		                      
		Menu3_2_3=new Array("Infanzia","galleria/colore/ritratto/index.htm","",0,18,150);
                      
    Menu3_3=new Array("PHOTO SHOW","","",4,18,150);
		Menu3_3_1=new Array("Libri","","",1,18,150);
		              Menu3_3_1_1=new Array("Un'immagine, un racconto","Video/ImmagineRacconto/ImmagineRacconto.wmv","",0,18,150);
		Menu3_3_2=new Array("Songs","","",1,18,150);
		              Menu3_3_2_1=new Array("Across The Universe","Video/Songs/AcrossRid.mov","",0,18,150);
		Menu3_3_3=new Array("Cuba","","",1,18,150);
		              Menu3_3_3_1=new Array("Habana","Video/Cuba/Avana2006.mov","",0,18,150);
		Menu3_3_4=new Array("Italia","","",1,18,150);
		              Menu3_3_4_1=new Array("Etna","Video/Italia/Etna01.mov","",0,18,150);


Menu4=new Array("Photo Tematiche","","",14,18,135);
    Menu4_1=new Array("Panorami","Tematiche/Panorami/index.htm","",0,18,150);
    Menu4_2=new Array("Parchi e Riserve","Tematiche/ParchiRiserve/index.htm","",0,18,150);            
    Menu4_3=new Array("Ritratti e ....","Tematiche/RitrattiE/index.htm","",0,18,150);
    Menu4_4=new Array("Children","Tematiche/Children/index.htm","",0,18,150);
    Menu4_5=new Array("Castelli e fortezze","Tematiche/CastelliFortezze/index.htm","",0,18,150);
    Menu4_6=new Array("Mercati","Tematiche/Mercati/index.htm","",0,18,150);
    Menu4_7=new Array("Albe e Tramonti","Tematiche/Tramonti/index.htm","",0,18,150);            
	Menu4_8=new Array("Mare","Tematiche/Mare/index.htm","",0,18,150);
	Menu4_9=new Array("Eventi","Tematiche/Eventi/index.htm","",0,18,150);
	Menu4_10=new Array("Particolari e dettagli","Tematiche/ParticolariEdettagli/index.htm","",0,18,150);
    Menu4_11=new Array("Notturni","Tematiche/Notturni/index.htm","",0,18,150);
    Menu4_12=new Array("Lavoro","Tematiche/Lavoro/index.htm","",0,18,150);
    Menu4_13=new Array("Modelle, modelli e ..","Tematiche/ModelleModelli/index.htm","",0,18,150);
    Menu4_14=new Array("Architetture e Arte","Tematiche/Arte/index.htm","",0,18,150);


Menu5=new Array("Ospiti/Link/Contatti","","",3,18,135);
    Menu5_1=new Array("Ospiti","","",9,18,150);            
            Menu5_1_1=new Array("Ivan Zuliani","Ospiti/IvanZuliani/index.htm","",0,18,150);
            Menu5_1_2=new Array("Marco Fulle","Ospiti/MarcoFulle/index.htm","",0,18,150);
            Menu5_1_3=new Array("Eugenia Righi","","",2,18,150);
                Menu5_1_3_1=new Array("Racconti in B/N","Ospiti/EugeniaRighi/EugeniaRighiBN/index.htm","",0,18,150);
                Menu5_1_3_2=new Array("Messaggi colorati","Ospiti/EugeniaRighi/EugeniaRighiC/index.htm","",0,18,150);
            Menu5_1_4=new Array("Vania Cinotti","","",2,18,150);
                Menu5_1_4_1=new Array("Visioni d'oriente","Ospiti/VaniaCinotti/Vania1/index.htm","",0,18,150);
                Menu5_1_4_2=new Array("Yemen e Isole Comore","Ospiti/VaniaCinotti/Vania2/index.htm","",0,18,150);
            Menu5_1_5=new Array("Giorgio Gambino","","",1,18,150);            
                Menu5_1_5_1=new Array("Aspra (PA)","Ospiti/Giorgio/GiorgioAspra/index.htm","",0,18,150);
            Menu5_1_6=new Array("Franco Alloro","ospiti/Franco-Alloro/index.htm","",0,18,150);            
            Menu5_1_7=new Array("Elio Avellone","","",2,18,150);
                Menu5_1_7_1=new Array("Aspra (PA)","Ospiti/Elio/Elio01/index.htm","",0,18,150);
                Menu5_1_7_2=new Array("Val di Noto (SR)","Ospiti/Elio/Elio02/index.htm","",0,18,150);
            Menu5_1_8=new Array("Piera Amato","Ospiti/PieraAmato/index.htm","",0,18,150);
            Menu5_1_9=new Array("Zefram","","",2,18,150);
                Menu5_1_9_1=new Array("Psychedelic home","http://www.enricodemarinis.eu/Psyhome%20Project/index.html","",0,18,150);
                Menu5_1_9_2=new Array("Echoes","http://www.enricodemarinis.eu/Echoes%20Project/index5.html","",0,18,150);
    Menu5_2=new Array("Siti consigliati","link.htm","",0,18,150);            
    Menu5_3=new Array("Contatti","contatti.htm","",0,18,150);            

Menu6=new Array("Cartoline & ..","","",8,18,115);
            Menu6_1=new Array("Collez. M. Frizziero","Cartoline/MaurizioFrizziero/index.htm","",0,18,150);            
            Menu6_2=new Array("Collez. M.R. Russo","Cartoline/MRRusso/index.htm","",0,18,150);            
            Menu6_3=new Array("Mario's Cards","Cartoline/Mario'sCards/Palermo/index.htm","",0,18,150);            
            Menu6_4=new Array("Collez. Pietro Lupo","Cartoline/PietroLupo/index.htm","",0,18,150);            
            Menu6_5=new Array("Collez. Nicola Maiello","Cartoline/NicolaMaiello/index.htm","",0,18,150);            
            Menu6_6=new Array("Cartoline Varie","Cartoline/CartolineVarie/index.htm","",0,18,150);            
            Menu6_7=new Array("Archivi Storici","Cartoline/Archivi/index.htm","",0,18,150);            
            Menu6_8=new Array("Chicche","Cartoline/Chicche/index.htm","",0,18,150);            

Menu7=new Array("Home Page","mymain.htm","",0,18,80);


                      	