/* [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','39994',jdecode('Willkommen-Interessantes'),jdecode(''),'/39994.html','true',[],''],
	['PAGE','40555',jdecode('Unsere+Unterkunft'),jdecode(''),'/40555.html','true',[],''],
	['PAGE','40564',jdecode('Kontakt-Impressum'),jdecode(''),'/40564.html','true',[],'']];
var siteelementCount=3;
theSitetree.topTemplateName='TOI_Wellness_1';
theSitetree.paletteFamily='F9F8F0';
theSitetree.keyvisualId='10618';
theSitetree.keyvisualName='kv_10618.jpg';
theSitetree.fontsetId='31756';
theSitetree.graphicsetId='13530';
theSitetree.contentColor='626261';
theSitetree.contentBGColor='F3F3DF';
var theTemplate={
				hasFlashNavigation: 'false',
				hasFlashLogo: 	'false',
				hasFlashCompanyname: 'false',
				hasFlashElements: 'false',
				hasCompanyname: 'false',
				name: 			'TOI_Wellness_1',
				paletteFamily: 	'F9F8F0',
				keyvisualId: 	'10618',
				keyvisualName: 	'kv_10618.jpg',
				fontsetId: 		'31756',
				graphicsetId: 	'13530',
				contentColor: 	'626261',
				contentBGColor: 'F3F3DF',
				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:  '39994',
internalId:  '1006',
customField: '1006'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '39994',
internalId:  '',
customField: '20101026-181337'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '40555',
internalId:  '',
customField: '20101207-133400'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '40564',
internalId:  '',
customField: '20100531-100008'
};
var canonHostname = 'c4awrk04.aul.t-online.de';
var accountId     = 'ATOIX0IR654S';
var companyName   = 'Haus+Sommerlust++-+bed+and+breakfast+in+Kollmar';
var htmlTitle	  = 'Haus+Sommerlust+***++-+bed+and+breakfast+in+Kollmar+an+der+Elbe';
var metaKeywords  = 'Urlaub%2C+Zimmer%2C+Doppelzimmer%2C+Fewo%2C+Ferienwohnung%2C+Vermietung%2C+Unterkunft%2C+Zimmervermietung%2C+Ferien%2C+Kollmar%2C+Deich%2C+Erholung%2C+Spaziergang%2C+Fahrrad%2C+Natur%2C+Schifffahrt%2C+Appartement%2C+Wohnung+%2C+%C3%9Cbernachtung%2C+Zimmervermittlung%2C+Reservierung%2C+Gl%C3%BCckstadt%2C+Elmshorn%2C+Nordsee%2C+Elbe%2C+Steinburg%2C+Hamburg%2C+Krempe%2C+Marsch%2C+Unterbringung%2C+Gem%C3%BCtlichkeit%2C+Norddeutschland%2C+Schleswig-Holstein%2C+g%C3%BCnstig%2C+preiswert%2C+Saison%2C+Nachsaison%2C+Vorsaison%2C+ganzj%C3%A4hrig%2C+Monteure%2C+Firmenpersonal%2C+Bianka%2C+Henry%2C+Steckmeister%2C+Wohnen+auf+Zeit%2C+Bed+und+breakfast%2C+bed+and+breakfast';
var metaContents  = 'Es+erwartet+Sie+eine+idyllische%2C+helle+und+sch%C3%B6n+eingerichtete+3+Sterne+Unterkunft+f%C3%BCr+2+Personen+in+Deichlage+in+Kollmar+im+S%C3%BCden+Schleswig-Holsteins+in+der+Elbmarsch.';
					                                                                    
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 */					                                                            

