//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=6; //set number of main menu items
	var LowBgColor='#E3E3C8';
	var HighBgColor='#CCCC99';
	var FontLowColor='black';
	var FontHighColor='#FF6633';
	var BorderColor='#CBAD54';
	var BorderWidth=1;
	var BorderBtwnElmnts=7;
	var FontFamily="Arial"
	var FontSize=9;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=1;
	var MenuCentered='center';
	var MenuVerticalCentered='top';
	var ChildOverlap=0;
	var ChildVerticalOverlap=0;
	var StartTop=120; //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=0;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='navi';
	var SecLineFrame='content';
	var DocTargetFrame='top';
	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("Introduction","intro.htm",0,33,106);

Menu2=new Array("Objectives","objectives.htm",0,20,140);
	
Menu3=new Array("Development Phases",null,5,20,140);
	Menu3_1=new Array("Phase 1","phase1.htm",0,19,106);
	Menu3_2=new Array("Phase 2","phase2.htm",0,19,260);
	Menu3_3=new Array("Phase 3","phase3.htm",0,19,260);
	Menu3_4=new Array("Phase 4","phase4.htm",0,19,260);
	Menu3_5=new Array("Phase 5","phase5.htm",0,19,260);

Menu4=new Array("3-D Virtual Tour","3dvirtual.htm",0,20,140);

Menu5=new Array("The Command Gallery","commandgallery.htm",0,20,140);

Menu6=new Array("Contact Us","contactus.htm",0,20,140);

//Menu7=new Array("Home","../index.htm",0,20,140);
