/* [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','13728',jdecode('Deutsch'),jdecode(''),'/13728/home.html','true',[ 
		['PAGE','13734',jdecode('Beratung'),jdecode(''),'/13728/13734.html','true',[],''],
		['PAGE','29401',jdecode('%C3%9Cber+uns'),jdecode(''),'/13728/29401.html','true',[],''],
		['PAGE','13744',jdecode('Kontakt'),jdecode(''),'/13728/13744.html','true',[],'']
	],''],
	['PAGE','28701',jdecode('English'),jdecode(''),'/28701/home.html','true',[ 
		['PAGE','28706',jdecode('Consulting'),jdecode(''),'/28701/28706.html','true',[],''],
		['PAGE','29406',jdecode('About+us'),jdecode(''),'/28701/29406.html','true',[],''],
		['PAGE','13749',jdecode('Contact'),jdecode(''),'/28701/13749.html','true',[],'']
	],'']];
var siteelementCount=8;
theSitetree.topTemplateName='Stylus';
theSitetree.paletteFamily='B0CBD6';
theSitetree.keyvisualId='2054';
theSitetree.keyvisualName='blanko.jpg';
theSitetree.fontsetId='330';
theSitetree.graphicsetId='383';
theSitetree.contentColor='000000';
theSitetree.contentBGColor='FFFFFF';
var theTemplate={
				hasFlashNavigation: 'false',
				hasFlashLogo: 	'false',
				hasFlashCompanyname: 'false',
				hasFlashElements: 'false',
				hasCompanyname: 'false',
				name: 			'Stylus',
				paletteFamily: 	'B0CBD6',
				keyvisualId: 	'2054',
				keyvisualName: 	'blanko.jpg',
				fontsetId: 		'330',
				graphicsetId: 	'383',
				contentColor: 	'000000',
				contentBGColor: 'FFFFFF',
				a_color: 		'B0CBD6',
				b_color: 		'FFFFFF',
				c_color: 		'FFFFFF',
				d_color: 		'FFFFFF',
				e_color: 		'FFFFFF',
				f_color: 		'FFFFFF',
				hasCustomLogo: 	'true',
				contentFontFace:'Arial, Helvetica, sans-serif',
				contentFontSize:'12',
				useFavicon:     'false'
			  };
var webappMappings = {};
webappMappings['1006']=webappMappings['1006-1006']={
webappId:    '1006',
documentId:  '13728',
internalId:  '1006',
customField: '1006'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '13728',
internalId:  '',
customField: '20090524-101750'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '13734',
internalId:  '',
customField: '20090522-133748'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '29401',
internalId:  '',
customField: '20090522-132910'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '13744',
internalId:  '',
customField: '20090522-132944'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '28701',
internalId:  '',
customField: '20090522-133031'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '28706',
internalId:  '',
customField: '20090522-133703'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '29406',
internalId:  '',
customField: '20090522-133229'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '13749',
internalId:  '',
customField: '20090522-133309'
};
var canonHostname = 'cfawrk08.aul.t-online.de';
var accountId     = 'ATOIX0IN2N71';
var companyName   = 'Carr+Consulting+-+Interface+Solutions';
var htmlTitle	  = 'Carr+Consulting+-+Helping+you+to+interface';
var metaKeywords  = 'interface%2Cinterfaces%2CEurex%2CXetra%2CCarr%2CKondor%2B%2CK%2B%2CRisk+Management+Systems%2CSchnittstellen%2CCarr+Consulting%2Cunix+scripting%2Cunix%2Cunix+scripts%2Cunix+skripte%2CXML%2CXSLT%2CC%2CC%2B%2B%2CFrankfurt%2CFrankfurt-am-Main%2CGermany%2CNackenheim%2CMainz%2Cconsulting%2Cberater%2Cberatung%2Cbank%2Cbanking%2Cfinancial%2Cfinanz%2Cbanken%2CReuters%2CTradeKast%2CKIS%2Cimport%2Cexport%2Csh%2Cksh%2Ccsh%2Cpeter+carr%2Crisiko+management%2CPerl%2CSQL%2CSybase%2CReporting%2CReports%2CFront+Office%2CMiddle+Ofice%2CBack+Office%2COKAPI%2CKIS%2CTradeKast%2CXSL-FO%2CPeter+Carr%2CReuters%2C';
var metaContents  = 'Helping+you+to+interface.+Company+concept.';
					                                                                    
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 */					                                                            

