









	

	
	
	

	










	
	

		
	
	
	

	
	
	
	
	
	
	
	
		// Fonction utilisé pour les traceurs
	function Entry(urlE, nameE, levelE, positionE ,urlParentE, nameParentE, positionParentE,pseudoSiteE) { 
		// Propriétés
		this.urlEntry = urlE;
		this.nameEntry = nameE; 
		this.levelEntry = levelE;
		this.positionEntry = positionE;
		this.urlParentEntry = urlParentE;
		this.nameParentEntry = nameParentE;
		this.positionParentEntry = positionParentE;
		this.pseudoSiteEntry = pseudoSiteE;
	
		// Methodes
		this.pathEntry = function pathEntry(){ 
						var path;
						if (this.levelEntry == "1") {path = this.pseudoSiteEntry+ " > " +this.nameEntry ;}
						else path = this.pseudoSiteEntry+ " > <a href=\""+ this.urlParentEntry+"\" > "+this.nameParentEntry +"</a> > " + this.nameEntry; 
						return path;
					}
	
		this.navPosition = function navPosition(){
						var pos;
						if (this.levelEntry == "1") {pos = this.positionEntry+"-0";}
						 else pos = this.positionParentEntry+"-"+this.positionEntry;
						 return pos;	
					}	
	} 
	
	var menu = new Array();
	var menuEntry ;
	
	
	
	
	
	var htmlMenu = "<div id='menu-v'>" ;
	
	
	
		
	htmlMenu += "<div id='menu-v-content'>" ;
	htmlMenu += "<div id='menu-v-tt'>Media Relation</div>";
	
	<!-- Menu Vertical -->    
         				
		
						
		  
		
		
		  
		
        	  
  				  	
  					
  				
				
									
				
























	
	
	
	

	
	
	
	
	
	
	
	
	
	
	

	
	

	
	<!-- dans le contexte : /record/item[@name='Options']/value[1]/item[@name='ItemMenuText']/value -->
	
		
	
		
	
	<!-- type lien : _interne -->

		
			
			
			
			  
			 			 
			
		   	
	
	
	<!-- hors contexte : href : /AFIKLMEM/en/g_page_news_list/listnews.html target : _self libelle : Press Releases picto :  type : 0-->
	
	

	
	
	
	
	
	
	
	


				
				
							
				
				
									
				
    	
		
		
								
				htmlMenu += "<ul>";
								
		
		htmlMenu += "<li><a href='/AFIKLMEM/en/g_page_news_list/listnews.html'><span>Press Releases</span></a>";
		
			
		
		menuEntry = new Entry("/AFIKLMEM/en/g_page_news_list/listnews.html","<span>Press Releases</span>","1","1","","","","Media Relation");
		menu[0] = menuEntry;
						
		
		
		
	
		
		
	
	    				
		
						
		  
		
		
		  
		
        	  
  				  	
  					
  				
				
									
				
























	
	
	
	

	
	
	
	
	
	
	
	
	
	
	

	
	

	
	<!-- dans le contexte : /record/item[@name='Options']/value[2]/item[@name='ItemMenuText']/value -->
	
		
	
		
	
	<!-- type lien : _interne -->

		
			
			
			
			  
			 			 
			
		   	
	
	
	<!-- hors contexte : href : /AFIKLMEM/en/g_page_standard/MediaRelation/Events.html target : _self libelle : Events picto :  type : 0-->
	
	

	
	
	
	
	
	
	
	


				
				
							
				
				
									
				
    	
		
		
								
				htmlMenu += "</li>";
								
		
		htmlMenu += "<li><a href='/AFIKLMEM/en/g_page_standard/MediaRelation/Events.html'><span>Events</span></a>";
		
			
		
		menuEntry = new Entry("/AFIKLMEM/en/g_page_standard/MediaRelation/Events.html","<span>Events</span>","1","2","","","","Media Relation");
		menu[1] = menuEntry;
						
		
		
		
	
		
		
	
	    				
		
						
		  
		
		
		  
		
        	  
  				  	
  					
  				
				
									
				
























	
	
	
	

	
	
	
	
	
	
	
	
	
	
	

	
	

	
	<!-- dans le contexte : /record/item[@name='Options']/value[3]/item[@name='ItemMenuText']/value -->
	
		
	
		
	
	<!-- type lien : _interne -->

		
			
			
			
			  
			 			 
			
		   	
	
	
	<!-- hors contexte : href : /AFIKLMEM/en/g_page_hub/Calendar2010.html target : _self libelle : Wallpapers picto :  type : 0-->
	
	

	
	
	
	
	
	
	
	


				
				
							
				
				
									
				
    	
		
		
								
				htmlMenu += "</li>";
								
		
		htmlMenu += "<li><a href='/AFIKLMEM/en/g_page_hub/Calendar2010.html'><span>Wallpapers</span></a>";
		
			
		
		menuEntry = new Entry("/AFIKLMEM/en/g_page_hub/Calendar2010.html","<span>Wallpapers</span>","1","3","","","","Media Relation");
		menu[2] = menuEntry;
						
		
		
		
	
		
		
	
	    				
		
						
		  
		
		
		  
		
        	  
  				  	
  					
  				
				
									
				
























	
	
	
	

	
	
	
	
	
	
	
	
	
	
	

	
	

	
	<!-- dans le contexte : /record/item[@name='Options']/value[4]/item[@name='ItemMenuText']/value -->
	
		
	
		
	
	<!-- type lien : _interne -->

		
			
			
			
			  
			 			 
			
		   	
	
	
	<!-- hors contexte : href : /AFIKLMEM/en/g_page_media/Videos/Videos.html target : _self libelle : Videos picto :  type : 0-->
	
	

	
	
	
	
	
	
	
	


				
				
							
				
				
									
				
    	
		
		
								
				htmlMenu += "</li>";
								
		
		htmlMenu += "<li><a href='/AFIKLMEM/en/g_page_media/Videos/Videos.html'><span>Videos</span></a>";
		
			
		
		menuEntry = new Entry("/AFIKLMEM/en/g_page_media/Videos/Videos.html","<span>Videos</span>","1","4","","","","Media Relation");
		menu[3] = menuEntry;
						
		
		
		
	
		
		
	
	    				
		
						
		  
		
		
		  
		
        	  
  				  	
  					
  				
				
									
				
























	
	
	
	

	
	
	
	
	
	
	
	
	
	
	

	
	

	
	<!-- dans le contexte : /record/item[@name='Options']/value[5]/item[@name='ItemMenuText']/value -->
	
		
	
		
	
	<!-- type lien : _interne -->

		
			
			
			
			  
			 			 
			
		   	
	
	
	<!-- hors contexte : href : /AFIKLMEM/en/g_page_media/VirtualVisit/VirtualVisit.html target : _self libelle : Virtual Visit picto :  type : 0-->
	
	

	
	
	
	
	
	
	
	


				
				
							
				
				
									
				
    	
		
		
								
				htmlMenu += "</li>";
								
		
		htmlMenu += "<li><a href='/AFIKLMEM/en/g_page_media/VirtualVisit/VirtualVisit.html'><span>Virtual Visit</span></a>";
		
			
		
		menuEntry = new Entry("/AFIKLMEM/en/g_page_media/VirtualVisit/VirtualVisit.html","<span>Virtual Visit</span>","1","5","","","","Media Relation");
		menu[4] = menuEntry;
						
		
		
		
	
		
		
	
	    				
		
						
		  
		
		
		  
		
        	  
  				  	
  					
  				
				
									
				
























	
	
	
	

	
	
	
	
	
	
	
	
	
	
	

	
	

	
	<!-- dans le contexte : /record/item[@name='Options']/value[6]/item[@name='ItemMenuText']/value -->
	
		
	
		
	
	<!-- type lien : _interne -->

		
			
			
			
			  
			 			 
			
		   	
	
	
	<!-- hors contexte : href : /AFIKLMEM/en/g_page_hub/MediaPictures.html target : _self libelle : Pictures picto :  type : 0-->
	
	

	
	
	
	
	
	
	
	


				
				
							
				
				
									
				
    	
		
		
								
				htmlMenu += "</li>";
								
		
		htmlMenu += "<li><a href='/AFIKLMEM/en/g_page_hub/MediaPictures.html'><span>Pictures</span></a>";
		
			
		
		menuEntry = new Entry("/AFIKLMEM/en/g_page_hub/MediaPictures.html","<span>Pictures</span>","1","6","","","","Media Relation");
		menu[5] = menuEntry;
						
		
		
		
	
		
		
	
	    				
		
						
		  
		
		
		  
		
        	  
  				  	
  					
  				
				
									
				
























	
	
	
	

	
	
	
	
	
	
	
	
	
	
	

	
	

	
	<!-- dans le contexte : /record/item[@name='Options']/value[7]/item[@name='ItemMenuText']/value -->
	
		
	
		
	
	<!-- type lien : _interne -->

		
			
			
			
			  
			 			 
			
		   	
	
	
	<!-- hors contexte : href : /AFIKLMEM/en/g_page_media/Photos/Airframe.html target : _self libelle : Airframe picto :  type : 0-->
	
	

	
	
	
	
	
	
	
	


				
				
							
				
				
									
				
    	
		
		
											
				htmlMenu += "<ul>"
								
		
		htmlMenu += "<li><a href='/AFIKLMEM/en/g_page_media/Photos/Airframe.html'><span>Airframe</span></a>";
		
			
		
		menuEntry = new Entry("/AFIKLMEM/en/g_page_media/Photos/Airframe.html","<span>Airframe</span>","2","1","/AFIKLMEM/en/g_page_hub/MediaPictures.html","<span>Pictures</span>","6","Media Relation");
		menu[6] = menuEntry;
						
		
		
		
	
		
		
	
	    				
		
						
		  
		
		
		  
		
        	  
  				  	
  					
  				
				
									
				
























	
	
	
	

	
	
	
	
	
	
	
	
	
	
	

	
	

	
	<!-- dans le contexte : /record/item[@name='Options']/value[8]/item[@name='ItemMenuText']/value -->
	
		
	
		
	
	<!-- type lien : _interne -->

		
			
			
			
			  
			 			 
			
		   	
	
	
	<!-- hors contexte : href : /AFIKLMEM/en/g_page_media/Photos/Components.html target : _self libelle : Components picto :  type : 0-->
	
	

	
	
	
	
	
	
	
	


				
				
							
				
				
									
				
    	
		
		
								
				htmlMenu += "</li>";
								
		
		htmlMenu += "<li><a href='/AFIKLMEM/en/g_page_media/Photos/Components.html'><span>Components</span></a>";
		
			
		
		menuEntry = new Entry("/AFIKLMEM/en/g_page_media/Photos/Components.html","<span>Components</span>","2","2","/AFIKLMEM/en/g_page_hub/MediaPictures.html","<span>Pictures</span>","6","Media Relation");
		menu[7] = menuEntry;
						
		
		
		
	
		
		
	
	    				
		
						
		  
		
		
		  
		
        	  
  				  	
  					
  				
				
									
				
























	
	
	
	

	
	
	
	
	
	
	
	
	
	
	

	
	

	
	<!-- dans le contexte : /record/item[@name='Options']/value[9]/item[@name='ItemMenuText']/value -->
	
		
	
		
	
	<!-- type lien : _interne -->

		
			
			
			
			  
			 			 
			
		   	
	
	
	<!-- hors contexte : href : /AFIKLMEM/en/g_page_media/Photos/Engines.html target : _self libelle : Engines picto :  type : 0-->
	
	

	
	
	
	
	
	
	
	


				
				
							
				
				
									
				
    	
		
		
								
				htmlMenu += "</li>";
								
		
		htmlMenu += "<li><a href='/AFIKLMEM/en/g_page_media/Photos/Engines.html'><span>Engines</span></a>";
		
			
		
		menuEntry = new Entry("/AFIKLMEM/en/g_page_media/Photos/Engines.html","<span>Engines</span>","2","3","/AFIKLMEM/en/g_page_hub/MediaPictures.html","<span>Pictures</span>","6","Media Relation");
		menu[8] = menuEntry;
						
		
		
		
	
		
		
	
	    				
		
						
		  
		
		
		  
		
        	  
  				  	
  					
  				
				
									
				
























	
	
	
	

	
	
	
	
	
	
	
	
	
	
	

	
	

	
	<!-- dans le contexte : /record/item[@name='Options']/value[10]/item[@name='ItemMenuText']/value -->
	
		
	
		
	
	<!-- type lien : _interne -->

		
			
			
			
			  
			 			 
			
		   	
	
	
	<!-- hors contexte : href : /AFIKLMEM/en/g_page_media/Photos/Network.html target : _self libelle : Our Network picto :  type : 0-->
	
	

	
	
	
	
	
	
	
	


				
				
							
				
				
									
				
    	
		
		
								
				htmlMenu += "</li>";
								
		
		htmlMenu += "<li><a href='/AFIKLMEM/en/g_page_media/Photos/Network.html'><span>Our Network</span></a>";
		
			
		
		menuEntry = new Entry("/AFIKLMEM/en/g_page_media/Photos/Network.html","<span>Our Network</span>","2","4","/AFIKLMEM/en/g_page_hub/MediaPictures.html","<span>Pictures</span>","6","Media Relation");
		menu[9] = menuEntry;
						
		
		
		
	
		
		
	
	    				
		
						
		  
		
		
		  
		
        	  
  				  	
  					
  				
				
									
				
























	
	
	
	

	
	
	
	
	
	
	
	
	
	
	

	
	

	
	<!-- dans le contexte : /record/item[@name='Options']/value[11]/item[@name='ItemMenuText']/value -->
	
		
	
		
	
	<!-- type lien : _interne -->

		
			
			
			
			  
			 			 
			
		   	
	
	
	<!-- hors contexte : href : /AFIKLMEM/en/g_page_media/Photos/Facilities.html target : _self libelle : Facilities picto :  type : 0-->
	
	

	
	
	
	
	
	
	
	


				
				
							
				
				
									
				
    	
		
		
								
				htmlMenu += "</li>";
								
		
		htmlMenu += "<li><a href='/AFIKLMEM/en/g_page_media/Photos/Facilities.html'><span>Facilities</span></a>";
		
			
		
		menuEntry = new Entry("/AFIKLMEM/en/g_page_media/Photos/Facilities.html","<span>Facilities</span>","2","5","/AFIKLMEM/en/g_page_hub/MediaPictures.html","<span>Pictures</span>","6","Media Relation");
		menu[10] = menuEntry;
						
		
		
		
	
		
		
	
	    				
		
						
		  
		
		
		  
		
        	  
  				  	
  					
  				
				
									
				
























	
	
	
	

	
	
	
	
	
	
	
	
	
	
	

	
	

	
	<!-- dans le contexte : /record/item[@name='Options']/value[12]/item[@name='ItemMenuText']/value -->
	
		
	
		
	
	<!-- type lien : _interne -->

		
			
			
			
			  
			 			 
			
		   	
	
	
	<!-- hors contexte : href : /AFIKLMEM/en/g_page_hub/MediaExhibitionsPictures.html target : _self libelle : Exhibitions picto :  type : 0-->
	
	

	
	
	
	
	
	
	
	


				
				
							
				
				
									
				
    	
		
		
								
				htmlMenu += "</li>";
								
		
		htmlMenu += "<li><a href='/AFIKLMEM/en/g_page_hub/MediaExhibitionsPictures.html'><span>Exhibitions</span></a>";
		
			
		
		menuEntry = new Entry("/AFIKLMEM/en/g_page_hub/MediaExhibitionsPictures.html","<span>Exhibitions</span>","2","6","/AFIKLMEM/en/g_page_hub/MediaPictures.html","<span>Pictures</span>","6","Media Relation");
		menu[11] = menuEntry;
						
		
		
		
	
		
		
	
	
	
	
			
		htmlMenu += "</li></ul>";
			
		htmlMenu += "</li></ul>";
		
		
	
		
		
	
	htmlMenu += "</div>";
	htmlMenu += "</div>";
	if (document.getElementById('navLeft')) {
		document.getElementById('navLeft').innerHTML = htmlMenu ;
	}


