/* [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','21694',jdecode('Home'),jdecode(''),'21694.html','true',[],''],
	['PAGE','49247',jdecode('Werkstatt'),jdecode(''),'49247/home.html','true',[ 
		['PAGE','49755',jdecode('Unfallinstandsetzung'),jdecode(''),'49247/49755.html','true',[],''],
		['PAGE','49728',jdecode('Autolackiererei'),jdecode(''),'49247/49728.html','true',[],''],
		['PAGE','49901',jdecode('Effektlackierungen'),jdecode(''),'49247/49901.html','true',[],''],
		['PAGE','49301',jdecode('%C3%96l-+u.+Bremsendienst'),jdecode(''),'49247/49301.html','true',[],''],
		['PAGE','49355',jdecode('Autoglas'),jdecode(''),'49247/49355.html','true',[],''],
		['PAGE','49928',jdecode('Hol-+und+Bringdienst'),jdecode(''),'49247/49928.html','true',[],''],
		['PAGE','49220',jdecode('%C3%96ffnungszeiten'),jdecode(''),'49247/49220.html','true',[],''],
		['PAGE','49490',jdecode('Unser+Team'),jdecode(''),'49247/49490.html','true',[],'']
	],''],
	['PAGE','49701',jdecode('Vermietung'),jdecode(''),'49701/home.html','true',[ 
		['PAGE','52028',jdecode('Unser+Team'),jdecode(''),'49701/52028.html','true',[],'']
	],''],
	['PAGE','49274',jdecode('Gebrauchtfahrzeuge'),jdecode(''),'49274.html','true',[],''],
	['PAGE','49409',jdecode('Kontakt'),jdecode(''),'49409.html','true',[],''],
	['PAGE','50227',jdecode('Anfahrt'),jdecode(''),'50227.html','true',[],''],
	['PAGE','49544',jdecode('Impressum'),jdecode(''),'49544.html','true',[],''],
	['PAGE','58577',jdecode('G%C3%A4stebuch'),jdecode(''),'58577/home.html','true',[ 
		['PAGE','58578',jdecode('Eintr%C3%A4ge'),jdecode(''),'58577/58578.html','true',[],'']
	],''],
	['PAGE','59066',jdecode('Auto+%26+KFZ'),jdecode(''),'59066.html','true',[],'']];
var siteelementCount=19;
theSitetree.topTemplateName='Collage';
theSitetree.paletteFamily='6683B6';
theSitetree.keyvisualId='2469';
theSitetree.keyvisualName='verkehr.html';
theSitetree.fontsetId='403';
theSitetree.graphicsetId='461';
theSitetree.contentColor='000000';
theSitetree.contentBGColor='FFFFFF';
var theTemplate={
				name: 			'Collage',
				paletteFamily: 	'6683B6',
				keyvisualId: 	'2469',
				keyvisualName: 	'verkehr.jpg',
				fontsetId: 		'403',
				graphicsetId: 	'461',
				contentColor: 	'000000',
				contentBGColor: 'FFFFFF',
				hasFlashNavigation: 'false',
				hasFlashLogo: 	'false',
				hasFlashCompanyname: 'false',
				hasFlashElements: 'false',
				hasCompanyname: 'false',
				a_color: 		'FFFFFF',
				b_color: 		'6683B6',
				c_color: 		'FFFFFF',
				d_color: 		'FFFFFF',
				e_color: 		'FFFFFF',
				f_color: 		'FFFFFF',
				hasCustomLogo: 	'true',
				contentFontFace:'Verdana, Arial, Helvetica, sans-serif',
				contentFontSize:'12'
			  };
var webappMappings = {};
webappMappings['2001']=webappMappings['2001-location']={
webappId:    '2001',
documentId:  '50227',
internalId:  'location',
customField: 'language:de;country:DE;isIncluded:false;'
};
webappMappings['1006']=webappMappings['1006-1006']={
webappId:    '1006',
documentId:  '21694',
internalId:  '1006',
customField: '1006'
};
webappMappings['1002']=webappMappings['1002-58577ATOIX0INV6DP']={
webappId:    '1002',
documentId:  '58577',
internalId:  '58577ATOIX0INV6DP',
customField: 'action=form&icq=false'
};
webappMappings['1002']=webappMappings['1002-58577ATOIX0INV6DP']={
webappId:    '1002',
documentId:  '58578',
internalId:  '58577ATOIX0INV6DP',
customField: 'action=list'
};
webappMappings['1011']=webappMappings['1011-ddp-auto']={
webappId:    '1011',
documentId:  '59066',
internalId:  'ddp-auto',
customField: 'language:de;country:DE;'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '21694',
internalId:  '',
customField: '20061202-004037'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '49544',
internalId:  '',
customField: '20040224-213038'
};
var canonHostname = 'cfawrk04.aul.t-online.de';
var accountId     = 'ATOIX0INV6DP';
var companyName   = 'Wolfgang+Fischer+GmbH';
var htmlTitle	  = 'Wolfgang+Fischer+GmbH';
var metaKeywords  = '0';
var metaContents  = 'Dienstleistungsbetrieb+mit+Schwerpunkt+Autovermietung%2C+Reparatur+und+Lackierung';
					                                                                    
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 */					                                                            

