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



	var NoOffFirstLineMenus=3; //set number of main menu items

	var LowBgColor='#0C2A57';

	var HighBgColor='#7992BC';

	var FontLowColor='FFFFFF';

	var FontHighColor='FFFFFF';

	var BorderColor='FFFFFF';

	var BorderWidth=1;

	var BorderBtwnElmnts=1;

	var FontFamily="arial"

	var FontSize=10;

	var FontBold=0;

	var FontItalic=0;

	var MenuTextCentered='center';

	var MenuCentered='left';

	var MenuVerticalCentered='top';

	var ChildOverlap=.0;

	var ChildVerticalOverlap=.1;

	var StartTop=44; //set vertical offset

	var StartLeft=200; //set horizontal offset

	var VerCorrect=0;

	var HorCorrect=0;

	var LeftPaddng=4;

	var TopPaddng=0;

	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;

	



if(navigator.appName == "Microsoft Internet Explorer")

{

 StartTop=45;

}

 if(navigator.appName == "Netscape")

{

 StartTop=46;

 

}

 





//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

// parameters 8,20,113 

//8 = number of menues, 20 = vertical menu space,113 = horizontal menu space

Menu1=new Array("Découvrez-nous","",4,20,130);

    Menu1_1=new Array("Philosophie et buts","index.cfm?main=phylo.html",0,20,130);

	Menu1_2=new Array("Cours offerts","index.cfm?main=coursofferts.html",0);

	Menu1_3=new Array("Cours futurs","index.cfm?main=coursfuturs.html",0);
	
	Menu1_4=new Array("FAQ","index.cfm?main=faq.html",0);	

Menu2=new Array("Demandez-nous","",2,20,130);

	Menu2_1=new Array("Pour nous joindre","index.cfm?main=joindre.html",0,20,130);		

	Menu2_2=new Array("Auto-évaluation","index.cfm?main=autoeval.html",0,20,130);

Menu3=new Array("Inscrivez-vous","",3);

	Menu3_1=new Array("Critères de sélection","index.cfm?main=criteres.html",0,20,130);
	
	//Menu3_2=new Array("Inscription","javascript:window.open('http://formation-iip.ca/fc/PENSIVO/','ce','width=650,height=400,toolbar=yes,location=0,directories=0,status=0,menuBar=0,scrollBars=yes,resizable=yes,screenX=0,left=150,screenY=0,top=150')",0,20,130);
	
	Menu3_2=new Array("Échéanciers","index.cfm?main=echeanciers.html",0,20,130);
	
	Menu3_3=new Array("Frais et paiement","index.cfm?main=frais.html",0,20,130);
	
		
