/* [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','4598',jdecode('Home'),jdecode(''),'/4598.html','true',[],''],
	['PAGE','4682',jdecode('PKW-Tarife'),jdecode(''),'/4682/index.html','true',[ 
		['PAGE','28898',jdecode('PKW-Tarife+%28Folgeseite%29'),jdecode(''),'/4682/28898.html','false',[],'']
	],''],
	['PAGE','4709',jdecode('LKW-Tarife'),jdecode(''),'/4709/index.html','true',[ 
		['PAGE','28919',jdecode('LKW-Tarife+%28Folgeseite%29'),jdecode(''),'/4709/28919.html','false',[],''],
		['PAGE','31464',jdecode('Studententarif'),jdecode(''),'/4709/31464/index.html','true',[ 
			['PAGE','48095',jdecode('Studententarif+%28Folgeseite%29'),jdecode(''),'/4709/31464/48095.html','false',[],'']
		],'']
	],''],
	['PAGE','20004',jdecode('Firmentarife'),jdecode(''),'/20004.html','true',[],''],
	['PAGE','18474',jdecode('Reservierung'),jdecode(''),'/18474/index.html','true',[ 
		['PAGE','22308',jdecode('Reservierung+%28Folgeseite%29'),jdecode(''),'/18474/22308.html','false',[],'']
	],''],
	['PAGE','18528',jdecode('AGBs'),jdecode(''),'/18528.html','true',[],''],
	['PAGE','4790',jdecode('Kontakt+'),jdecode(''),'/4790/index.html','true',[ 
		['PAGE','18829',jdecode('Kontakt+%28Folgeseite%29'),jdecode(''),'/4790/18829.html','false',[],''],
		['PAGE','4844',jdecode('Wir+%FCber+uns'),jdecode(''),'/4790/4844.html','true',[],''],
		['PAGE','24502',jdecode('Wir+%FCber+uns+%28Folgeseite%29'),jdecode(''),'/4790/24502.html','false',[],''],
		['PAGE','4871',jdecode('So+finden+Sie+uns'),jdecode(''),'/4790/4871.html','true',[],''],
		['PAGE','30057',jdecode('Stationsverzeichnis'),jdecode(''),'/4790/30057.html','true',[],''],
		['PAGE','45095',jdecode('Anfahrt'),jdecode(''),'/4790/45095.html','true',[],'']
	],''],
	['PAGE','53952',jdecode('Informationen'),jdecode(''),'/53952/index.html','true',[ 
		['PAGE','53750',jdecode('Auto+%26+KFZ'),jdecode(''),'/53952/53750.html','true',[],''],
		['PAGE','53864',jdecode('Wetter'),jdecode(''),'/53952/53864.html','true',[],''],
		['PAGE','53900',jdecode('Reise+%26+Urlaub'),jdecode(''),'/53952/53900.html','true',[],''],
		['PAGE','53938',jdecode('Entertainment'),jdecode(''),'/53952/53938.html','true',[],''],
		['PAGE','54074',jdecode('Essen+%26+Trinken'),jdecode(''),'/53952/54074.html','true',[],''],
		['PAGE','54110',jdecode('K%FCchentipp'),jdecode(''),'/53952/54110.html','true',[],''],
		['PAGE','54146',jdecode('Familie'),jdecode(''),'/53952/54146.html','true',[],''],
		['PAGE','54182',jdecode('Wohnen+%26+Bauen'),jdecode(''),'/53952/54182.html','true',[],''],
		['PAGE','54218',jdecode('Kursdaten'),jdecode(''),'/53952/54218.html','true',[],''],
		['PAGE','54254',jdecode('Top+%26+Flop'),jdecode(''),'/53952/54254.html','true',[],''],
		['PAGE','54290',jdecode('B%F6rsen-Indizes'),jdecode(''),'/53952/54290.html','true',[],''],
		['PAGE','54326',jdecode('Marktberichte'),jdecode(''),'/53952/54326.html','true',[],''],
		['PAGE','54362',jdecode('Aktienanalysen'),jdecode(''),'/53952/54362.html','true',[],''],
		['PAGE','54398',jdecode('Devisen'),jdecode(''),'/53952/54398.html','true',[],''],
		['PAGE','54434',jdecode('B%F6rsen-Indizes'),jdecode(''),'/53952/54434.html','true',[],''],
		['PAGE','54470',jdecode('Telekommunikation'),jdecode(''),'/53952/54470.html','true',[],''],
		['PAGE','54571',jdecode('Gesundheit'),jdecode(''),'/53952/54571.html','true',[],''],
		['PAGE','54607',jdecode('Reiseinformationen'),jdecode(''),'/53952/54607.html','true',[],''],
		['PAGE','54643',jdecode('Termine'),jdecode(''),'/53952/54643.html','true',[],''],
		['PAGE','54679',jdecode('Sprachkalender'),jdecode(''),'/53952/54679.html','true',[],''],
		['PAGE','54715',jdecode('Kultur'),jdecode(''),'/53952/54715.html','true',[],''],
		['PAGE','54751',jdecode('Politik'),jdecode(''),'/53952/54751.html','true',[],''],
		['PAGE','54787',jdecode('Schlaglichter'),jdecode(''),'/53952/54787.html','true',[],''],
		['PAGE','54823',jdecode('Sport'),jdecode(''),'/53952/54823.html','true',[],''],
		['PAGE','54859',jdecode('Wirtschaft'),jdecode(''),'/53952/54859.html','true',[],''],
		['PAGE','54895',jdecode('Wissenschaft'),jdecode(''),'/53952/54895.html','true',[],''],
		['PAGE','54931',jdecode('Reise+%26+Urlaub'),jdecode(''),'/53952/54931.html','true',[],'']
	],''],
	['PAGE','58880',jdecode('historische+Bilder'),jdecode(''),'/58880.html','true',[],'']];
var siteelementCount=47;
theSitetree.topTemplateName='Activate';
					                                                                    
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 */					                                                            
