/* [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','4477',jdecode('Home'),jdecode(''),'/4477.html','true',[],''],
	['PAGE','16037',jdecode('Kontakt'),jdecode(''),'/16037.html','true',[],''],
	['PAGE','28288',jdecode('Praxisteam'),jdecode(''),'/28288.html','true',[],''],
	['PAGE','15902',jdecode('Sprechzeiten'),jdecode(''),'/15902.html','true',[],''],
	['PAGE','16402',jdecode('Wir+%FCber+uns'),jdecode(''),'/16402.html','true',[],''],
	['PAGE','15929',jdecode('Praxisspektrum'),jdecode(''),'/15929.html','true',[],''],
	['PAGE','17510',jdecode('Diagnostik'),jdecode(''),'/17510.html','true',[],''],
	['PAGE','17537',jdecode('Therapie'),jdecode(''),'/17537.html','true',[],''],
	['PAGE','25073',jdecode('Vorsorge'),jdecode(''),'/25073.html','true',[],''],
	['PAGE','16906',jdecode('TCM'),jdecode(''),'/16906/index.html','true',[ 
		['PAGE','18554',jdecode('Yin+-+Yang'),jdecode(''),'/16906/18554.html','true',[],''],
		['PAGE','18146',jdecode('5+Elemente'),jdecode(''),'/16906/18146.html','true',[],'']
	],''],
	['PAGE','25046',jdecode('Sportmedizin'),jdecode(''),'/25046.html','true',[],''],
	['PAGE','25100',jdecode('Alternativmedizin'),jdecode(''),'/25100.html','true',[],''],
	['PAGE','25346',jdecode('Reisemedizin'),jdecode(''),'/25346.html','true',[],''],
	['PAGE','25373',jdecode('Laborleistungen'),jdecode(''),'/25373.html','true',[],''],
	['PAGE','25400',jdecode('Krankenh%E4user'),jdecode(''),'/25400.html','true',[],''],
	['PAGE','27366',jdecode('DRK-Notruf'),jdecode(''),'/27366.html','true',[],''],
	['PAGE','26746',jdecode('Notfalldienst'),jdecode(''),'/26746.html','true',[],''],
	['PAGE','26773',jdecode('Apothekendienst'),jdecode(''),'/26773.html','true',[],''],
	['PAGE','41073',jdecode('wicht.Rufnummern'),jdecode(''),'/41073.html','true',[],''],
	['PAGE','27393',jdecode('Entgiftungszentrale'),jdecode(''),'/27393.html','true',[],''],
	['PAGE','27420',jdecode('Telefonseelsorge'),jdecode(''),'/27420.html','true',[],''],
	['PAGE','45988',jdecode('Urlaubsplanung'),jdecode(''),'/45988.html','true',[],''],
	['PAGE','89391',jdecode('TeDeum'),jdecode(''),'/89391.html','true',[],''],
	['PAGE','57663',jdecode('religi%F6se+Themen'),jdecode(''),'/57663.html','true',[],''],
	['PAGE','70291',jdecode('Bilder+aus+China'),jdecode(''),'/70291/index.html','true',[ 
		['PAGE','74891',jdecode('TCM-Center'),jdecode(''),'/70291/74891.html','true',[],''],
		['PAGE','74953',jdecode('Die+Gro%DFe+Mauer'),jdecode(''),'/70291/74953.html','true',[],''],
		['PAGE','77698',jdecode('Beijing'),jdecode(''),'/70291/77698.html','true',[],''],
		['PAGE','74922',jdecode('Unser+Hotel'),jdecode(''),'/70291/74922.html','true',[],''],
		['PAGE','86491',jdecode('Unsere+Fahrr%E4der'),jdecode(''),'/70291/86491.html','true',[],''],
		['PAGE','74984',jdecode('Im+Beijing-Hospital'),jdecode(''),'/70291/74984.html','true',[],''],
		['PAGE','75015',jdecode('Essen+in+China'),jdecode(''),'/70291/75015.html','true',[],''],
		['PAGE','75091',jdecode('Die+Terrakotta-Armee'),jdecode(''),'/70291/75091.html','true',[],''],
		['PAGE','75153',jdecode('M%E4rkte'),jdecode(''),'/70291/75153.html','true',[],'']
	],''],
	['PAGE','29162',jdecode('interessante+Links'),jdecode(''),'/29162/index.html','true',[ 
		['PAGE','56344',jdecode('wichtige+Adressen'),jdecode(''),'/29162/56344.html','true',[],''],
		['PAGE','51500',jdecode('TCM'),jdecode(''),'/29162/51500.html','true',[],''],
		['PAGE','60592',jdecode('Tinnitus'),jdecode(''),'/29162/60592.html','true',[],''],
		['PAGE','54685',jdecode('Rheuma'),jdecode(''),'/29162/54685.html','true',[],''],
		['PAGE','54712',jdecode('Tumorkrankheiten'),jdecode(''),'/29162/54712.html','true',[],''],
		['PAGE','57609',jdecode('Herzinfarktrisiko'),jdecode(''),'/29162/57609.html','true',[],''],
		['PAGE','51832',jdecode('Allergie'),jdecode(''),'/29162/51832.html','true',[],''],
		['PAGE','64586',jdecode('Alzheimer'),jdecode(''),'/29162/64586.html','true',[],''],
		['PAGE','57582',jdecode('Selbsthilfegruppen'),jdecode(''),'/29162/57582.html','true',[],''],
		['PAGE','52947',jdecode('Urlaub'),jdecode(''),'/29162/52947.html','true',[],''],
		['PAGE','57636',jdecode('Milzbrand%2FPocken'),jdecode(''),'/29162/57636.html','true',[],'']
	],''],
	['PAGE','24457',jdecode('Pflichtinformation'),jdecode(''),'/24457.html','true',[],''],
	['PAGE','68292',jdecode('Ihr+Weg+zu+uns'),jdecode(''),'/68292.html','true',[],'']];
var siteelementCount=50;
theSitetree.topTemplateName='Galerie';
					                                                                    
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 */					                                                            
