//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=6; //set number of main menu items
	var LowBgColor='#F2F2F2';
	var HighBgColor='#D1D1E9';
	var FontLowColor='black';
	var FontHighColor='#000099';
	var BorderColor='black';
	var BorderWidth=2;
	var BorderBtwnElmnts=2;
	var FontFamily="Comic sans ms, Times New Roman"
	var FontSize=9;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=1;
	var MenuCentered='center';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=10; //set vertical offset
	var StartLeft=10; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=0;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='self';
	var SecLineFrame='self';
	var DocTargetFrame='self';
	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("LEA ZELLER","index.htm",0,20,105);

Menu2=new Array("CURRICULUM","curriculum.htm",0);

Menu3=new Array("GALLERIE","gallerie.htm",3);
	Menu3_1=new Array("Geometrie fantastiche","geometrie.htm",0,20,140);	
	Menu3_2=new Array("Tecnica mista","tecnicamista.htm",0);
	Menu3_3=new Array("Collezione azzurra","azzurra.htm",0);


Menu4=new Array("CRITICA","lepri.htm",0);

Menu5=new Array("CARTOLINE","cartoline.htm",4);
	Menu5_1=new Array("Impressioni dirette","impressionidirette.htm",0,20,140);
	Menu5_2=new Array("Carta su carta","cartasucarta.htm",0);
	Menu5_3=new Array("La via della seta","viadellaseta.htm",0);
	Menu5_4=new Array("Scorci","scorci.htm",0);

Menu6=new Array("CONTATTO","contatto.htm",2);
	Menu6_1=new Array("Indirizzo postale","contatto.htm",0,20,140);	
	Menu6_2=new Array("Libro degli ospiti","ghestbuc.htm",0);
