//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=5; //set number of main menu items
	var LowBgColor='#CCCCCC';
	var HighBgColor='#E3F6FF';
	var FontLowColor='333333';
	var FontHighColor='black';
	var BorderColor='#000000';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="arial,comic sans ms,technical"
	var FontSize=8;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=100; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=7;
	var FirstLineHorizontal=0; //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.htm",0,30,135);

Menu2=new Array("Lecture","index.htm",3);
	Menu2_1=new Array("Notes","n1.htm",7,30,110);	
		Menu2_1_1=new Array("Mitochondria & Chloroplast","n1.htm",0,30,250);
		Menu2_1_2=new Array("Structural Basis of Cellular Information","n2.htm",0);
		Menu2_1_3=new Array("Molecular Basis of Celluar Information","n3.htm",0);
                Menu2_1_4=new Array("Nuclear & Cell Division","n4.htm",0);
                Menu2_1_5=new Array("Cell Cycle & its Regulation","n5.htm",0);
		Menu2_1_6=new Array("Cellular & Molecular Basis of Cancer Development","n6.htm",0);
		Menu2_1_7=new Array("The Human Immune System & Immunity","n7.htm",0);
	Menu2_2=new Array("Exercises","ex1.htm",7);
		Menu2_2_1=new Array("Mitochondria & Chloroplast","ex1.htm",0,30,250);
		Menu2_2_2=new Array("Structural Basis of Cellular Information","ex2.htm",0);
		Menu2_2_3=new Array("Molecular Basis of Celluar Information","ex3.htm",0);
                Menu2_2_4=new Array("Nuclear & Cell Division","ex4.htm",0);
                Menu2_2_5=new Array("Cell Cycle & its Regulation","ex5.htm",0);
		Menu2_2_6=new Array("Cellular & Molecular Basis of Cancer Development","ex6.htm",0);
		Menu2_2_7=new Array("The Human Immune System & Immunity","ex7.htm",0);
	Menu2_3=new Array("Questions","q1.htm",7);
		Menu2_3_1=new Array("Mitochondria & Chloroplast","q1.htm",0,30,250);
		Menu2_3_2=new Array("Structural Basis of Cellular Information","q2.htm",0);
		Menu2_3_3=new Array("Molecular Basis of Celluar Information","q3.htm",0);
                Menu2_3_4=new Array("Nuclear & Cell Division","q4.htm",0);
                Menu2_3_5=new Array("Cell Cycle & its Regulation","q5.htm",0);
		Menu2_3_6=new Array("Cellular & Molecular Basis of Cancer Development","q6.htm",0);
		Menu2_3_7=new Array("The Human Immune System & Immunity","q7.htm",0);

Menu3=new Array("Laboratory","lab.htm",0);

Menu4=new Array("Links","sites.htm",2);
	Menu4_1=new Array("Interesting Sites","sites.htm",0,30,154);
	Menu4_2=new Array("Online Dictionaries","dictionary.htm",0);

Menu5=new Array("Discussion Board","http://cuforum.cuhk.edu.hk/loginforum.html?parent=349&login=388",0);
