


	var NoOffFirstLineMenus=7;			// Nombre de menus principaux
	var LowBgColor='#00349A';			// couleur de fond menu principaux sans souris
	var LowSubBgColor='#99BBFF';			// couleur de fond sous menu sans souris
	var HighBgColor='#99BBFF';			// couleure de fond menu avec souris
	var HighSubBgColor='#00349A';			// couleur de fond sous menu avec souris
	var FontLowColor='#FFFFFF';			// couleur texte menu sans souris
	var FontSubLowColor='#00349A';			// couleur texte sous menu sans souris
	var FontHighColor='#00349A';			// couleur texte menu avec souris
	var FontSubHighColor='#B8C8FE';			// couleur texte sous menu avec souris
	var BorderColor='#cc9933';			// couleur bord
	var BorderSubColor='#602601';			// couleur bord sous menu
	var BorderWidth=1;				// épaisseur bord
	var BorderBtwnElmnts=1;			// Bord entre éléments
	var FontFamily="palatino linotype"	// police
	var FontSize=10;				// taille menus
	var FontBold=0;				// gras ou normal 1 ou 0
	var FontItalic=0;				// italique ou normal 1 ou 0
	var MenuTextCentered='center';			// position menu 'left', 'center' or 'right'
	var MenuCentered='center';			// position horizontale du menu 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// position verticale du menu 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=150;				//coordonnée Menu offset x 
	var StartLeft=0;				//coordonnée Menu offset y 
	var VerCorrect=0;				// Multiple frames y 
	var HorCorrect=0;				// Multiple frames x 
	var LeftPaddng=3;				// padding gauche
	var TopPaddng=2;				// padding du haut
	var FirstLineHorizontal=1;			// 1 pour menu horizontal 0 pour vertical
	var MenuFramesVertical=1;			// Frames dans les colonnes ou les lignes 1 ou 0
	var DissapearDelay=1000;			// delai avant disparition du sous menu
	var TakeOverBgColor=1;			
	var FirstLineFrame='navig';			
	var SecLineFrame='space';			
	var DocTargetFrame='space';			
	var TargetLoc='';				
	var HideTop=0;				
	var MenuWrap=1;				
	var RightToLeft=0;				
	var UnfoldsOnClick=0;			
	var WebMasterCheck=0;			
	var ShowArrow=1;				
	var KeepHilite=1;				
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu
//	MenuX=new Array(texte affiché, chemin ou Lien, image de fond (optionel), nombre de sous menus, hauteur, largeur);

Menu1=new Array("Accueil","../../index.htm","",0,26,90);

Menu2=new Array("Présentation","#","",6,26,112);
	Menu2_1=new Array("Qui sommes nous?","../pres/index.html","",0,20,150);
	Menu2_2=new Array("Historique","../pres/history.htm","",0,20,150);
	Menu2_3=new Array("Objectifs","../pres/objectifs.html","",0,20,150);
	Menu2_4=new Array("Vision & Missions","../pres/vision.html","",0,20,150);
	Menu2_5=new Array("Organisation","../pres/organ.html","",0,20,150);
	Menu2_6=new Array("Statuts","../pres/txt.html","",0,20,150);
	//Menu2_7=new Array("Liens Utiles","../liens/liens_autres.html","",0,20,150);
	

Menu3=new Array("Pays Membres","#","",2,26,130);
	Menu3_1=new Array("Portrait","../pmbres/pmbres.html","",0,20,190);
	Menu3_2=new Array("Représentants nationaux","../pmbres/listerep.html","",0,20,150);
	

Menu4=new Array("Programmes d'action","../prog/prog.html","",0,26,170);
	
Menu5=new Array("Communication","#","",2,26,120);
      Menu5_1=new Array("Allocutions","../com/allo.html","",0,20,140);
	  Menu5_2=new Array("Publications","","",2,26,200);
	  	  	Menu5_2_1=new Array("Bulletin APPA","../pub/pub.html","",0,20,140);
	  		Menu5_2_2=new Array("Données & Statistiques","../pub/donnee_stat.html","",0,20,150);
	
Menu6=new Array("Evénements","../evenmt/event.html","",0,26,120);
	
Menu7=new Array("Liens utiles","","",3,20,115);
		Menu7_1=new Array("Ministères et Sociétés Nationales des hydrocarbures","../liens/liens_min.html","",0,20,350);
		//Menu7_2=new Array("Sociétés Nationales des Hydrocarbures","../liens/liens_snh.html","",0,20,150);
		Menu7_2=new Array("Instituts de formation aux métiers de Pétrole","../liens/link_instituts.html","",0,20,150);
		Menu7_3=new Array("Autres liens","../liens/liens_autres.html","",0,20,150);


