//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=6; //set number of main menu items
	var LowBgColor='#BE1128';
	var HighBgColor='#E6E6E6';
	var FontLowColor='white';
	var FontHighColor='black';
	var BorderColor='black';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="Arial"
	var FontSize=9;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='center';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=82; //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='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","http://www.rapidld.com/index.shtml",0,20,123);

Menu2=new Array("Services","http://www.rapidld.com/consulting.shtml",4);
	Menu2_1=new Array("Why rapidLD?","http://www.rapidld.com/why.shtml",0,20,150);
	Menu2_2=new Array("eLearning Consulting","http://www.rapidld.com/consulting.shtml",0,20,150);
	Menu2_3=new Array("How We Work","http://www.rapidld.com/how.shtml",0);	
	Menu2_4=new Array("Industry Experience","http://www.rapidld.com/Experience.shtml",0);

Menu3=new Array("Clients","http://www.rapidld.com/clients.shtml",2);
	Menu3_1=new Array("Case Studies","http://www.rapidld.com/casestudies.shtml",0,20,160);
	Menu3_2=new Array("What Our Clients Say","http://www.rapidld.com/clientsay.shtml",0);

Menu4=new Array("Resources","http://www.rapidld.com/resources.shtml",3);
	Menu4_1=new Array("rapidLD.info","http://www.rapidld.info",0,20,150);	
	Menu4_2=new Array("rapidLD.net","http://www.rapidld.net",0);
	Menu4_3=new Array("eProject Login","http://eproject5.rapidld.net",0);

Menu5=new Array("Company","http://www.rapidld.com/story.shtml",6);
	Menu5_1=new Array("Our Story","http://www.rapidld.com/story.shtml",0,20,150);	
	Menu5_2=new Array("Clients","http://www.rapidld.com/clients.shtml",0,20,150);	
	Menu5_3=new Array("Profiles","http://www.rapidld.com/profiles.shtml",0);
	Menu5_4=new Array("Board of Advisors","http://www.rapidld.com/BofA.shtml",0);
	Menu5_5=new Array("Philosophy","http://www.rapidld.com/philosophy.shtml",0);
	Menu5_6=new Array("Careers at rapidLD","http://www.rapidld.com/jobs/index.shtml",0);

Menu6=new Array("Contact Us","http://www.rapidld.com/contact.shtml",0);

