

	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("Home","../../index.htm","",0,26,120);

Menu2=new Array("Presentation","#","",6,26,130);
	Menu2_1=new Array("What we stand for?","../pres/index.html","",0,20,200);
	Menu2_2=new Array("History","../pres/history.htm","",0,20,150);
	Menu2_3=new Array("Objectives","../pres/objectifs.html","",0,20,150);
	Menu2_4=new Array("Vision & Missions","../pres/vis_mis.htm","",0,20,150);
	Menu2_5=new Array("Organisation","../pres/organis.htm","",0,20,150);
	Menu2_6=new Array("Statutes","../pres/textes.htm","",0,20,150);
	//Menu2_7=new Array("Links","../liens/link_others.htm","",0,20,150);
	

Menu3=new Array("Members Countries","../pmbres/pmc.htm","",2,26,150);
	Menu3_1=new Array("Portrait","../pmbres/pmc.htm","",0,20,190);
	Menu3_2=new Array("National Representatives","../pmbres/replist.htm","",0,20,150);
	

Menu4=new Array("Programme of Action","../prog/p_prgact.html","",0,26,170);
	
Menu5=new Array("Communication","","",2,26,150);
      Menu5_1=new Array("Address","../com/alloc.html","",0,20,140);
	   Menu5_2=new Array("Publications","","",2,26,170);
	  	  	Menu5_2_1=new Array("APPA Bulletin","../pub/p_pub.html","",0,20,140);
	  		Menu5_2_2=new Array("Data & Statistics","../pub/data_stat.html","",0,20,140);
	
Menu6=new Array("Events","../event/p_event.htm","",0,26,110);
	
Menu7=new Array("Links","","",3,20,150);
		Menu7_1=new Array("Ministries and National Oil Companies","../liens/link_min.htm","",0,20,250);
		//Menu7_2=new Array("National Oil Companies","../liens/link_snh.htm","",0,20,150);
		Menu7_2=new Array("National Petroleum Institutes","../liens/link_institutes.htm","",0,20,150);
		Menu7_3=new Array("General links","../liens/link_others.htm","",0,20,150);
		


