//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=3; //set number of main menu items
	var LowBgColor='orange';
	var HighBgColor='green';
	var FontLowColor='black';
	var FontHighColor='white';
	var BorderColor='black';
	var BorderWidth=2;
	var BorderBtwnElmnts=3;
	var FontFamily="Arial" //comic sans ms,technical,arial"
	var FontSize=10;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=1;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=10; //set vertical offset
	var StartLeft=5; //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='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("Contact","",2,25,158);
	Menu1_1=new Array("E-mail","mailto:rbogacz@ippt.gov.pl",0,20,290);	
	Menu1_2=new Array("Institute of Fundamental Technological Research","http://www.ippt.gov.pl/inst_a/index.html",0,20,290);
	
Menu2=new Array("Links","",4);
	Menu2_1=new Array("Division of Vehicles and Active Constructions","http://www.bimbo.ippt.gov.pl/spdsmp.html",0,20,280);
	Menu2_2=new Array("Computer Simulation","http://www.ippt.gov.pl/~rbogacz/sl.html",0);
	Menu2_3=new Array("Krakow University of Technology","http://www.pk.edu.pl",0);
	Menu2_4=new Array("PTSK (PSCS)","http://www.ptsk.man.bialystok.pl/",0);
                
Menu3=new Array("Achievements","",6);
	Menu3_1=new Array("See the list of publications","rbogacz1.html",0,20,360);
	Menu3_2=new Array("International research programs and national R&D activities","miedzynarodoweprogramynaukowe.htm",0,20,490);
	Menu3_3=new Array("Organization of International Scientific Meetings","organizationofinternationalsc.htm",0);
	Menu3_4=new Array("Awards and Distinctions","awardsanddistinctions.htm",0);	
	Menu3_5=new Array("Membership","membership.htm",0);
	Menu3_6=new Array("Visiting Appointments","visitingappointments.htm",0);	



