/* [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','4599',jdecode('Home'),jdecode(''),'/4599.html','true',[],''],
	['PAGE','5002',jdecode('Produits%2C+Services'),jdecode(''),'/5002/index.html','true',[ 
		['PAGE','5029',jdecode('Am%C3%A9nagements+int%C3%A9rieurs'),jdecode(''),'/5002/5029.html','true',[],''],
		['PAGE','14802',jdecode('Am%C3%A9nagements+ext%C3%A9rieurs'),jdecode(''),'/5002/14802.html','true',[],''],
		['PAGE','5056',jdecode('S%C3%A9curit%C3%A9%2C+vitrerie.'),jdecode(''),'/5002/5056.html','true',[],''],
		['PAGE','25503',jdecode('Chalets%2C+Charpente'),jdecode(''),'/5002/25503.html','true',[],''],
		['PAGE','40163',jdecode('Fen%C3%AAtres'),jdecode(''),'/5002/40163.html','true',[],'']
	],''],
	['PAGE','5110',jdecode('NOUS+CONTACTER'),jdecode(''),'/5110.html','true',[],'']];
var siteelementCount=8;
theSitetree.topTemplateName='Sportive';
theSitetree.paletteFamily='FADE8A';
theSitetree.keyvisualId='2693';
theSitetree.keyvisualName='werkzeuge.jpg';
theSitetree.fontsetId='220';
theSitetree.graphicsetId='261';
theSitetree.contentColor='000000';
theSitetree.contentBGColor='FADE8A';
var localeDef={
  language: 'fr',
  country: 'FR'
};
var theTemplate={
				name: 			'Sportive',
				paletteFamily: 	'FADE8A',
				keyvisualId: 	'2693',
				keyvisualName: 	'werkzeuge.jpg',
				fontsetId: 		'220',
				graphicsetId: 	'261',
				contentColor: 	'000000',
				contentBGColor: 'FADE8A',
				hasFlashNavigation: 'false',
				hasFlashLogo: 	'false',
				hasFlashCompanyname: 'false',
				hasFlashElements: 'false',
				hasCompanyname: 'false',
				a_color: 		'FADE8A',
				b_color: 		'D0B976',
				c_color: 		'000000',
				d_color: 		'FFFFFF',
				e_color: 		'FFFFFF',
				f_color: 		'FFFFFF',
				hasCustomLogo: 	'true',
				contentFontFace:'Verdana, Arial, Helvetica, sans-serif',
				contentFontSize:'12',
				useFavicon:     'false'
			  };
var webappMappings = {};
webappMappings['1006']=webappMappings['1006-1006']={
webappId:    '1006',
documentId:  '4599',
internalId:  '1006',
customField: '1006'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '4599',
internalId:  '',
customField: '20090603-230159'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '5002',
internalId:  '',
customField: '20090603-230043'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '14802',
internalId:  '',
customField: '20080105-140836'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '25503',
internalId:  '',
customField: '20080105-133556'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '5110',
internalId:  '',
customField: '20090102-172058'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '5029',
internalId:  '',
customField: '20090102-104311'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '5056',
internalId:  '',
customField: '20080105-132537'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '40163',
internalId:  '',
customField: '20080105-135816'
};
var canonHostname = 'hptworkerdb01b.bluewin.ch';
var accountId     = 'ABW0X0INX3HX';
var companyName   = 'Art%26Bois+Cr%C3%A9ation+S%C3%A0RL';
var htmlTitle	  = 'art-bois';
var metaKeywords  = 'agencement%2C+menuiserie%2C+%EF%BF%BDb%EF%BF%BDnisterie%2C+am%EF%BF%BDnagement%2C+art%2C+bois%2C+art.bois%2C+art-bois.ch';
var metaContents  = 'B%EF%BF%BDtiment%2C+agencement%2C+parquets%2C+fen%EF%BF%BDtres%2C+menuiserie%2C+%EF%BF%BDb%EF%BF%BDnisterie%2C+am%EF%BF%BDnagements%2C+moustiquaire%2C+mobilier';
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) {
	if(__path_prefix__ == "/servlet/CMServeRES" && typeof (changePage) == 'function'){
		changePage(lookup);
		return;
	}
	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();
};

