//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=7; //set number of main menu items
	var HighBgColor='#9C602E';
	var LowBgColor='#E3D5A6';
	var FontLowColor='#000000';
	var FontHighColor='#000000';
	var BorderColor='#878270';
var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily= "arial,sans serif,technical"
	var FontSize=9;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='center';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=180; //set vertical offset
	var StartLeft=-10; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=1;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var WebMasterCheck=0;

//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
//see accompanying "config.htm" file for more information on structure of menus

Menu1=new Array("Home","../index.html",0,20,103);
	

Menu2=new Array("Veneto","",2);
	Menu2_1=new Array("Venice","../Venice/Venice.html",0,20,80);
	Menu2_2=new Array("Padua","../Padua/Padua2.html",0,20,80);
		

Menu3=new Array("Emilia-Romagna","",1);
      Menu3_1=new Array("Ravenna","../Emilia/Ravenna2.html",0,20,80);        
	
	
Menu4=new Array("Umbria","",6);
	Menu4_1=new Array("Montone","../Umbria/Montone2.html",0,20,90);
	Menu4_2=new Array("Assisi","../Umbria/Assisi2.html",0,20,90);
	Menu4_3=new Array("Olives&Truffles","../Umbria/OlivesTruffles2.html",0,20,90);
	Menu4_4=new Array("Deruta","../Umbria/Deruta2.html",0,20,90);
      Menu4_5=new Array("Orvieto","../Umbria/Orvieto.html",0,20,90);       
	 Menu4_6=new Array("Civita","../Umbria/Civita.html",0,20,90);       


Menu5=new Array("Tuscany","../Tuscany.html",6);
	Menu5_1=new Array("Chianciano","../Tuscany/Chianciano.html",0,20,80);
 	Menu5_2=new Array("Pienza","../Tuscany/Pienza.html",0,20,80);
	Menu5_3=new Array("Siena","../Tuscany/Siena.html",0,20,80);
	Menu5_4=new Array("Volterra","../Tuscany/Volterra.html",0,20,80);
	Menu5_5=new Array("Lucca","../Tuscany/Lucca.html",0,20,80);
	Menu5_6=new Array("Carrara","../Tuscany/Carrara.html",0,20,80);

Menu6=new Array("Liguria","../Liguria.html",3);
	Menu6_1=new Array("Cinque Terre By Sea","../Liguria/CinqueTerreBySea.html",0,20,130);	
	Menu6_2=new Array("Cinque Terra By Land","../Liguria/CinqueTerreByLand.html",0,20,130);
      Menu6_3=new Array("Levanto","../Liguria/Levanto.html",0,20,120);
		
Menu7=new Array("Lombardy","../Lombardy.html",1);
	Menu7_1=new Array("Milan","../Lombardy/Milan.html",0,20,80);
	
	

Menu8=new Array("Paris","../Paris/Paris.html",5);
	Menu8_1=new Array("Versailles","../Paris2/Versailles.html",0,20,100);
		
	Menu8_2=new Array("Louvre","../Paris2/Louvre.html",0);
	Menu8_3=new Array("Farewell","../Paris2/Farewell.html",0);
       Menu8_4=new Array("On Our Own","../Paris2/OnOurOwn.html",0);
      Menu8_5=new Array("Addendum","../Paris2/addendum.html",0);
	