/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='#97BE0D';			// Background color when mouse is not over
	var LowSubBgColor='#96BE10';			// Background color when mouse is not over on subs
	var HighBgColor='#C8F010';			// Background color when mouse is over
	var HighSubBgColor='#C8F010';			// Background color when mouse is over on subs
	var FontLowColor='#FFFFFF';			// Font color when mouse is not over
	var FontSubLowColor='#FFFFFF';			// Font color subs when mouse is not over
	var FontHighColor='#6F8DD9';			// Font color when mouse is over
	var FontSubHighColor='#6F8DD9';			// Font color subs when mouse is over
	var BorderColor='#B8C8FE';			// Border color
	var BorderSubColor='#6F8DD9';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="verdana,arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent .2
	var StartTop=2;				// Menu offset x coordinate
	var StartLeft=30;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=5;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=100;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='menus';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=0;				// enables/ disables menu wrap 1 or 0 *****
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=0;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Accueil","index.html","",0,30,100);

Menu2=new Array("La société","#","",4,32,165);
	Menu2_1=new Array("Qui sommes nous ?","sommes_nous.html","",0,30,220);	
	Menu2_2=new Array("Notre approche","approche.html","",0,30,165);
	Menu2_3=new Array("Nos engagements","engagement.html","",0,30,165);
	Menu2_4=new Array("Notre valeur ajoutée","v_ajout.html","",0,30,165);

Menu3=new Array("Notre offre","#","",4,32,145);
	Menu3_1=new Array("Notre mission","mission.html","",0,30,220);
	Menu3_2=new Array("Nos interventions","interventions.html","",0,30,220);
	Menu3_3=new Array("Les modalités","modalites.html","",0,30,220);
    Menu3_4=new Array("Ce que nous ne faisons pas","horsmission.html","",0,30,220);

Menu4=new Array("Votre projet","#","",3,32,165);	Menu4_1=new Array("Quels financements ?","financements.html","",3,30,200);
		Menu4_1_1=new Array("Subvention sur appel à projet","appelaprojet.html","",0,30,230);
		Menu4_1_2=new Array("Subvention sur programme","surprogramme.html","",0,30,230);
		Menu4_1_3=new Array("Crédit d'impôt recherche","cir.html","",0,30,230);
	Menu4_2=new Array("Agrément CIR","agrement.html","",0,30,200)
	Menu4_3=new Array("Quelques idées reçues","rumeurs.html","",2,30,200);
		Menu4_3_1=new Array("Contrôle fiscal","fiscal.html","",0,30,200);
		Menu4_3_2=new Array("Remboursement","remboursement.html","",0,30,200);

Menu5=new Array("Informations utiles","#","",2,30,165);
	Menu5_1=new Array("Liens","liens.html","",0,30,220);
	Menu5_2=new Array("Informations pratiques","#","",3,30,220);
		Menu5_2_1=new Array("Crédit d'impôt Recherche","cir.html","",0,30,220);
		Menu5_2_2=new Array("Jeune entreprise innovante","jei.html","",0,30,220);
		Menu5_2_3=new Array("Avance remboursable OSEO","oseo.html","",0,30,220);

Menu6=new Array("Nous contacter","#","",2,32,165);
	Menu6_1=new Array("Coordonnées","capsulis_conseil.html","",0,30,165);
	Menu6_2=new Array("Formulaire Contact","contact.html","",0,30,165);

