//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=3; //set number of main menu items
	var LowBgColor='#cccccc';
	var HighBgColor='#800000';
	var FontLowColor='black';
	var FontHighColor='white';
	var BorderColor='black';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="verdana"
	var FontSize=7;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=1;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.01;
	var ChildVerticalOverlap=.1;
	var StartTop=90; //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("Programs","",7,20,110);
	Menu1_1=new Array("MBA","programs/mba/overview/overview.htm",0,20,221);
	Menu1_2=new Array("MBA in International Marketing","programs/mim/overview.htm",0);
	Menu1_3=new Array("MBA in Business Communication","programs/mbc/overview/overview.htm",0);
	Menu1_4=new Array("MBA in International Business","programs/cdc/diplomas.htm",0);
	Menu1_5=new Array("Graduate Certificates","programs/cdc/certificates.htm",0);
	Menu1_6=new Array("Pre - MBA","programs/premba/overview.htm",0);
	Menu1_7=new Array("Part - Time Studies","programs/pt/overview.htm",0);
	
Menu2=new Array("About Us","",6,20,110);
	Menu2_1=new Array("Our School","aboutus/school/school/school.htm",0,20,221);
	Menu2_2=new Array("Our Campus: Paris","aboutus/campus/campus.htm",0);
	Menu2_3=new Array("Our Neighborhood","aboutus/neighborhood/neighborhood.htm",0);
	Menu2_4=new Array("Facilities & Services","aboutus/services/services.htm",0);
	Menu2_5=new Array("Rules & Regulations","aboutus/rules/registration.htm",0);
	Menu2_6=new Array("The Map","aboutus/map/map.htm",0);
	
Menu3=new Array("Our Advantage","aboutus/advantage/advantage.htm",0,20,110);

