/* [nodename, id, name, navigationtext, href, isnavigation, childs[], templatename] */

if (typeof(decodeURIComponent) == 'undefined') {
  decodeURIComponent = function(s) {
    return unescape(s);
  }
}

function jdecode(s) {
    s = s.replace(/\+/g, "%20")
    return decodeURIComponent(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','44',jdecode('Fasten+leicht+gemacht'),jdecode(''),'/44.html','true',[],''],
	['PAGE','41267',jdecode('Neera-Kurprogramm'),jdecode(''),'/41267.html','true',[],''],
	['PAGE','41276',jdecode('Wertvolle+Tipps'),jdecode(''),'/41276.html','true',[],''],
	['PAGE','41285',jdecode('Kontakt+%26+Links'),jdecode(''),'/41285.html','true',[],'']];
var siteelementCount=4;
theSitetree.topTemplateName='Caribic';
theSitetree.paletteFamily='7050FA';
theSitetree.keyvisualId='-1';
theSitetree.keyvisualName='keyv.jpg';
theSitetree.fontsetId='10579';
theSitetree.graphicsetId='10707';
theSitetree.contentColor='FDFBA6';
theSitetree.contentBGColor='B63636';
var theTemplate={
				hasFlashNavigation: 'false',
				hasFlashLogo: 	'false',
				hasFlashCompanyname: 'false',
				hasFlashElements: 'false',
				hasCompanyname: 'false',
				name: 			'Caribic',
				paletteFamily: 	'7050FA',
				keyvisualId: 	'-1',
				keyvisualName: 	'keyv.jpg',
				fontsetId: 		'10579',
				graphicsetId: 	'10707',
				contentColor: 	'FDFBA6',
				contentBGColor: 'B63636',
				a_color: 		'000000',
				b_color: 		'000000',
				c_color: 		'000000',
				d_color: 		'000000',
				e_color: 		'000000',
				f_color: 		'000000',
				hasCustomLogo: 	'false',
				contentFontFace:'Verdana, Arial, Helvetica, sans-serif',
				contentFontSize:'12',
				useFavicon:     'false'
			  };
var webappMappings = {};
webappMappings['1006']=webappMappings['1006-1006']={
webappId:    '1006',
documentId:  '44',
internalId:  '1006',
customField: '1006'
};
webappMappings['1501']=webappMappings['1501-5435453']={
webappId:    '1501',
documentId:  '44',
internalId:  '5435453',
customField: '1501'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '44',
internalId:  '',
customField: '20060126-205004'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '41276',
internalId:  '',
customField: '20081105-161406'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '41285',
internalId:  '',
customField: '20081105-161709'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '41267',
internalId:  '',
customField: '20060126-203824'
};
var canonHostname = 'cfawrk10.aul.t-online.de';
var accountId     = 'ATOIX0INHORU';
var companyName   = 'Neera-Fasten+-+einfach+%26+alltagstauglich';
var htmlTitle	  = 'Neera-Trinkfasten+nach+Stanley+Burroughs%2C';
var metaKeywords  = 'Neera-Fasten%2C+Neera-Kur%2C+Trinkfasten%2C+Fasten+im+Alltag%2C+fit-fasten%2C+fit+durch+fasten%2C+Heilfasten%2C+Entschlacken%2C+Entgiften%2C+Abnehmen%2C+schlank+durch+Fasten%2C+Baumsirup%2C+Ahornsirup%2C+Palmsirup%2C+Madal+Bal%2C+Zitronenkur%2C+Zitronensaftkur%2C+Zitrone%2C+Cayenne%2C+Stanley+Burroughs%2C+Master+Cleanse%2C+lemon+diet%2C+neera+detox%2C+detox+diet%2C+Fasten+und+Yoga%2C+Fasten+und+Sport%2C+Fasten+f%C3%BCr+K%C3%B6rper%2C+Geist+und+Seele%2C+Dinner+Cancelling%2C+Entlastungstag%2C+Entschlackungstag%2C+Fastenh%C3%A4user%2C+Fastenzentren%2C+Fastengruppen%2C+Fastenleiter%2C+Ern%C3%A4hrungsumstellung%2C+Wohlf%C3%BChlgewicht%2C+bewusste+Ern%C3%A4hrung%2C+Darmreinigung%2C+Ents%C3%A4uerung%2C+Stoffwechselsalz%2C+Salzwasser';
var metaContents  = 'Fasten+mit+der+Neera-Kur+-+ideal+im+Alltag+Stanley+Burroughs%2C+mit+Palm-+und+Ahornsirup+%28Baumsirup%29+und+frischer+Zitrone+Einfach%2C+ideal+als+Entschlackungstag%2C+f%C3%BCr+Dinner-Cancelling+oder+als+Kick+zur+Ern%C3%A4hrungsumstellung.';
					                                                                    
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;                                                                     
	};                                                                               
theSitetree.getByXx = function(lookup, xx, ar) {									 
    if (typeof(ar) == 'undefined')												 
    	ar = this;																	 
    for (var i=0; i < ar.length; i++) {										     
        if (ar[i][xx] == lookup)													 
        	return ar[i];															 
        if (ar[i][POS_CHILDS].length > 0) {										 
        	var result=this.getByXx(lookup, xx, ar[i][POS_CHILDS]);					 
            if (result != null)													 
                return result;													 
        }																			 
    }																				 
    return null;																	 
};																				 
function gotoPage(lookup) {														 
    var page = theSitetree.getHREF(lookup);										 
    if (!page) {																	 
  		var testFor = [ POS_NAME, POS_NAVIGATIONTEXT ];							 
            for (var i=0 ; i < testFor.length ; i++) {							 
                    var p = theSitetree.getByXx(lookup, testFor[i]);				 
                    if (p != null) {												 
                            page = p[POS_HREF];									 
                            break;												 
                    }																 
            }																		 
    }																				 
 document.location.href = (new URL(__path_prefix__ + page, true, true)).toString();
}
/* EOF */					                                                            

