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

	var NoOffFirstLineMenus=6; //set number of main menu items
	var LowBgColor='#cc9900';
	var HighBgColor='#333333';
	var FontLowColor='white';
	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=-5; //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("Graduate Certificates","certificates.htm",0,20,129.4);

Menu2=new Array("Admissions","admissions_c.htm",0,20,129);

Menu3=new Array("Academic Calendar","calendar_c.htm",0,20,221);

Menu4=new Array("Application","javascript:top.location.href='../../applications.htm'",0);

Menu5=new Array("Other Programs","",6,20,110);
	Menu5_1=new Array("MBA Program","../../programs/mba/overview/overview.htm",0,20,221);
	Menu5_2=new Array("Master of International Marketing","../../programs/mim/overview.htm",0);
	Menu5_3=new Array("Master of Business Communications","../../programs/mbc/overview/overview.htm",0,20,221);
	Menu5_4=new Array("Master of International Business","../../programs/cdc/diplomas.htm",0);
	Menu5_5=new Array("Pre - MBA","../../programs/premba/overview.htm",0);
	Menu5_6=new Array("Part - Time Studies","../../programs/pt/overview.htm",0);
	
Menu6=new Array("About Us","",7,20,110);
	Menu6_1=new Array("Our School","../../aboutus/school/school/school.htm",0,20,221);
	Menu6_2=new Array("Our Campus: Paris","../../aboutus/campus/campus.htm",0);
	Menu6_3=new Array("Our Neighborhood","../../aboutus/neighborhood/neighborhood.htm",0);
	Menu6_4=new Array("Our Advantage","../../aboutus/advantage/advantage.htm",0);
	Menu6_5=new Array("Facilities & Services","../../aboutus/services/services.htm",0);
	Menu6_6=new Array("Rules & Regulations","../../aboutus/rules/registration.htm",0);
	Menu6_7=new Array("Map","../../aboutus/map/map.htm",0);
	
