//(c) Ger Versluis 1990 version 1.0, 1 november 1990

	var NoOffFirstLineMenus=5; //set number of main menu items
	var LowBgColor='#ffffff';
	var HighBgColor='#ff8828';
	var FontLowColor='000000';
	var FontHighColor='#ffffff';
	var BorderColor='#ffffff';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="verdana"
	var FontSize=8;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=0;
	var ChildVerticalOverlap=0;
	var StartTop=39; //set vertical offset
	var StartLeft=177; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=6;
	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("Educational","#",3,28,115);
	Menu1_1=new Array("Background","background.html",0,20,115);
	Menu1_2=new Array("Fellowships","fellowships.html",0,20,115);
	Menu1_3=new Array("Awards","awards.html",0,20,115);

Menu2=new Array("Publications & Talks","#",7,20,115);
	Menu2_1=new Array("Journal","#",2,20,115);
		Menu2_1_1=new Array("International","j_international.html",0,20,115);
		Menu2_1_2=new Array("National","j_national.html",0,20,115);

	Menu2_2=new Array("Conference","#",2,20,115);
		Menu2_2_1=new Array("International","c_international.html",0,20,115);
		Menu2_2_2=new Array("National","c_national.html",0,20,115);

	Menu2_3=new Array("Book Thesis","book.html",0,20,115);
	Menu2_4=new Array("Citations","citations.html",0,20,115);
        Menu2_5=new Array("PES DL Talks","talks_pesdl.html",0,20,115);
	Menu2_6=new Array("Invited Talks","talks.html",0,20,115);
        Menu2_7=new Array("Session Chaired","session_chaired.html",0,20,115);

Menu3=new Array("Experience","#",5,20,115);
	Menu3_1=new Array("Teaching","teaching.html",0,20,115);
        Menu3_2=new Array("Research","#",4,20,115);
		Menu3_2_1=new Array("PhD Thesis","research.html#phd",0,20,115);
		Menu3_2_2=new Array("ME Thesis","research.html#me",0,20,115);
		Menu3_2_3=new Array("Collaboration","research.html#collab",0,20,115);
		Menu3_2_4=new Array("Areas","research.html#areas",0,20,115);
	Menu3_3=new Array("Industrial","industrial.html",0,20,115);
	Menu3_4=new Array("Professional","professional.html",0,20,115);
	Menu3_5=new Array("Administrative","administrative.html",0,20,115);

Menu4=new Array("Project Work","projectwork.html",0,19,115);

Menu5=new Array("Photo Album","#",5,19,115);
	Menu5_1=new Array("Family Album","family_pic.html",0,19,115);
	Menu5_2=new Array("Fond Memories","memories.html",0,19,115);
	Menu5_3=new Array("Traveler's Diary","diary.html",0,19,115);
	Menu5_4=new Array("Visit Again","visit.html",0,19,115);
	Menu5_5=new Array("Day's Work","workingdays.html",0,19,115);

