//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=6; //set number of main menu items
	var LowBgColor='#F2F2F2';
	var HighBgColor='#FFCC00';
	var FontLowColor='black';
	var FontHighColor='black';
	var BorderColor='black';
	var BorderWidth=2;
	var BorderBtwnElmnts=1;
	var FontFamily="comic sans ms,Tempus Sans ITC,arial"
	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=15; //set vertical offset
	var StartLeft=0; //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=1;
	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("Anamorphs","index.htm",0,20,100);

Menu2=new Array("Novitads","news.htm",0);

Menu3=new Array("Pictures","gallery.htm",0);

Menu4=new Array("Phytopathology","http://www.path.ethz.ch",0);

Menu5=new Array("Rex","http://www.goffredo.ch",2);
	Menu5_1=new Array("Personal page","http://www.goffredo.ch",0,20,100);	
	Menu5_2=new Array("Cycling page","http://www.goffredo.ch/bici/",0);

Menu6=new Array("Radar","http://www.goffredo.ch/bici/radar.htm",0);





