/* [nodename, id, name, navigationtext, href, isnavigation, childs[], templatename] */

function jdecode(s) {
    s = s.replace(/\+/g, "%20")
    return unescape(s);
}

var POS_NODENAME=0;
var POS_ID=1;
var POS_NAME=2;
var POS_NAVIGATIONTEXT=3;
var POS_HREF=4;
var POS_ISNAVIGATION=5;
var POS_CHILDS=6;
var POS_TEMPLATENAME=7;
var theSitetree=[ 
	['PAGE','1508',jdecode('Accueil'),jdecode(''),'/1508.html','true',[],''],
	['PAGE','1565',jdecode('Intervention'),jdecode(''),'/1565.html','true',[],''],
	['PAGE','1592',jdecode('M%C3%A9thodologies'),jdecode(''),'/1592.html','true',[],''],
	['PAGE','1619',jdecode('Modalit%C3%A9s+et+prix'),jdecode(''),'/1619.html','true',[],''],
	['PAGE','1646',jdecode('Types+de+coaching'),jdecode(''),'/1646.html','true',[],''],
	['PAGE','1673',jdecode('D%C3%A9ontologie'),jdecode(''),'/1673.html','true',[],''],
	['PAGE','1700',jdecode('Contactez-nous'),jdecode(''),'/1700/index.html','true',[ 
		['PAGE','14102',jdecode('Contactez-nous+%28volgende+pagina%29'),jdecode(''),'/1700/14102.html','false',[],'']
	],'']];
var siteelementCount=8;
theSitetree.topTemplateName='Seifenblase';
theSitetree.paletteFamily='69C151';
theSitetree.keyvisualId='2357';
theSitetree.keyvisualName='event-agentur4.jpg';
theSitetree.fontsetId='379';
theSitetree.graphicsetId='428';
theSitetree.contentColor='000000';
theSitetree.contentBGColor='FFFFFF';
var theTemplate={
				name: 			'Seifenblase',
				paletteFamily: 	'69C151',
				keyvisualId: 	'2357',
				keyvisualName: 	'event-agentur4.jpg',
				fontsetId: 		'379',
				graphicsetId: 	'428',
				contentColor: 	'000000',
				contentBGColor: 'FFFFFF',
				hasFlashNavigation: 'false',
				hasFlashLogo: 	'false',
				hasFlashCompanyname: 'false',
				hasFlashElements: 'false',
				hasCompanyname: 'false',
				a_color: 		'FFFFFF',
				b_color: 		'FFFFFF',
				c_color: 		'FFFFFF',
				d_color: 		'339900',
				e_color: 		'33CC00',
				f_color: 		'66CC66',
				hasCustomLogo: 	'true',
				contentFontFace:'Verdana, Arial, Helvetica, sans-serif',
				contentFontSize:'12'
			  };
var webappMappings = {};
webappMappings['1006']={
webappId:    '1006',
documentId:  '1508',
internalId:  '1006',
customField: '1006'
};
webappMappings['1001']={
webappId:    '1001',
documentId:  '1700',
internalId:  'aam010inezqg102ab4a1501',
customField: ''
};
webappMappings['1001']={
webappId:    '1001',
documentId:  '14102',
internalId:  'aam010inezqg102ab4a1501',
customField: 'followUp'
};
webappMappings['5000']={
webappId:    '5000',
documentId:  '1508',
internalId:  '',
customField: '20091111-124205'
};
webappMappings['5000']={
webappId:    '5000',
documentId:  '1565',
internalId:  '',
customField: '20070719-124407'
};
webappMappings['5000']={
webappId:    '5000',
documentId:  '1592',
internalId:  '',
customField: '20091111-140638'
};
webappMappings['5000']={
webappId:    '5000',
documentId:  '1619',
internalId:  '',
customField: '20050706-173449'
};
webappMappings['5000']={
webappId:    '5000',
documentId:  '1646',
internalId:  '',
customField: '20070719-172635'
};
webappMappings['5000']={
webappId:    '5000',
documentId:  '1673',
internalId:  '',
customField: '20070719-173513'
};
webappMappings['5000']={
webappId:    '5000',
documentId:  '1700',
internalId:  '',
customField: '20091111-145216'
};
webappMappings['5000']={
webappId:    '5000',
documentId:  '14102',
internalId:  '',
customField: '20050316-131521'
};
var canonHostname = 'creator.amenworld.com';
var accountId     = 'AAM010INEZQG';
var companyName   = 'COACHING+NOUVEL+ESSOR++++++++++++++++++++++++++++++++++++++++++++++++++++Pour+prendre+un+nouvel+essor';
var htmlTitle	  = 'Coaching+Nouvel+Essor';
var metaKeywords  = 'coaching+coaching%2Cnouvel%2Cessor+coaching%2C%C3%A9tudiant++coaching%2Centreprise+coaching%2Ccoaching%2Cparticuliers+accompagnement%2Cpersonnalis%C3%A9%2C+nicole%2Cescourrou%2C+orientation+r%C3%A9orientation+marketing%2Cde%2Ccarri%C3%A8re+recherche%2Cde%2Cformation+aide%2Cexamen+preparation%2Cexamens+recherche%2Cde%2Cformation+formation%2Csuperieure+coaching%2Cinsertion%2Cprofessionnelle+coaching%2Corientation+insertion%2Cprofessionnelle+personal%2Cbranding+marketing%2Cde%2Ccarri%C3%A8re+accompagnement';
var metaContents  = 'Coaching+Nouvel+Essor+accompagne+tous+ceux+qui+le+souhaitent+dans+une+phase+de+changement+importante+pour+eux+%3A+transition+professionnelle%2C+coaching+pour+%C3%A9tudiants%2C+particuliers%2C+professionnels%2C+entreprise+ou+associations';
					                                                                    
theSitetree.getById = function(id, ar) {												
							if (typeof(ar) == 'undefined')                              
								ar = this;                                              
							for (var i=0; i < ar.length; i++) {                         
								if (ar[i][POS_ID] == id)                                
									return ar[i];                                       
								if (ar[i][POS_CHILDS].length > 0) {                     
									var result=this.getById(id, ar[i][POS_CHILDS]);     
									if (result != null)                                 
										return result;                                  
								}									                    
							}                                                           
							return null;                                                
					  };                                                                
					                                                                    
theSitetree.getParentById = function(id, ar) {                                        
						if (typeof(ar) == 'undefined')                              	
							ar = this;                                             		
						for (var i=0; i < ar.length; i++) {                        		
							for (var j = 0; j < ar[i][POS_CHILDS].length; j++) {   		
								if (ar[i][POS_CHILDS][j][POS_ID] == id) {          		
									// child found                                 		
									return ar[i];                                  		
								}                                                  		
								var result=this.getParentById(id, ar[i][POS_CHILDS]);   
								if (result != null)                                 	
									return result;                                  	
							}                                                       	
						}                                                           	
						return null;                                                	
					 }								                                    
					                                                                    
theSitetree.getName = function(id) {                                                  
						var elem = this.getById(id);                                    
						if (elem != null)                                               
							return elem[POS_NAME];                                      
						return null;	                                                
					  };			                                                    
theSitetree.getNavigationText = function(id) {                                        
						var elem = this.getById(id);                                    
						if (elem != null)                                               
							return elem[POS_NAVIGATIONTEXT];                            
						return null;	                                                
					  };			                                                    
					                                                                    
theSitetree.getHREF = function(id) {                                                  
						var elem = this.getById(id);                                    
						if (elem != null)                                               
							return elem[POS_HREF];                                      
						return null;	                                                
					  };			                                                    
					                                                                    
theSitetree.getIsNavigation = function(id) {                                          
						var elem = this.getById(id);                                    
						if (elem != null)                                               
							return elem[POS_ISNAVIGATION];                              
						return null;	                                                
					  };			                                                    
					                                                                    
theSitetree.getTemplateName = function(id, lastTemplateName, ar) {             		
	                                                                                 
	if (typeof(lastTemplateName) == 'undefined')                                     
		lastTemplateName = this.topTemplateName;	                                 
	if (typeof(ar) == 'undefined')                                                   
		ar = this;                                                                   
		                                                                             
	for (var i=0; i < ar.length; i++) {                                              
		var actTemplateName = ar[i][POS_TEMPLATENAME];                               
		                                                                             
		if (actTemplateName == '')                                                   
			actTemplateName = lastTemplateName;		                                 
		                                                                             
		if (ar[i][POS_ID] == id) {                                			         
			return actTemplateName;                                                  
		}	                                                                         
		                                                                             
		if (ar[i][POS_CHILDS].length > 0) {                                          
			var result=this.getTemplateName(id, actTemplateName, ar[i][POS_CHILDS]); 
			if (result != null)                                                      
				return result;                                                       
		}									                                         
	}                                                                                
	return null;                                                                     
	};                                                                               
/* EOF */					                                                            
