/* [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','43',jdecode('HOME+PAGE'),jdecode(''),'/43/index.html','true',[ 
		['PAGE','3655',jdecode('++++SALES'),jdecode(''),'/43/3655.html','true',[],'']
	],''],
	['PAGE','64',jdecode('+++WINNERS'),jdecode(''),'/64.html','true',[],''],
	['PAGE','1266',jdecode('FARM+PHOTOS'),jdecode(''),'/1266.html','true',[],''],
	['PAGE','73',jdecode('GUESTBOOK'),jdecode(''),'/73/index.html','true',[ 
		['PAGE','1750',jdecode('GUESTBOOK+%28follow+up+page%29'),jdecode(''),'/73/1750.html','false',[],'']
	],'']];
var siteelementCount=6;
theSitetree.topTemplateName='Akropolis';
theSitetree.paletteFamily='936251';
theSitetree.keyvisualId='-1';
theSitetree.keyvisualName='keyv.jpg';
theSitetree.fontsetId='10344';
theSitetree.graphicsetId='10450';
theSitetree.contentColor='FFFFFF';
theSitetree.contentBGColor='936251';
var theTemplate={
				name: 			'Akropolis',
				paletteFamily: 	'936251',
				keyvisualId: 	'-1',
				keyvisualName: 	'keyv.jpg',
				fontsetId: 		'10344',
				graphicsetId: 	'10450',
				contentColor: 	'FFFFFF',
				contentBGColor: '936251',
				hasFlashNavigation: 'false',
				hasFlashLogo: 	'false',
				hasFlashCompanyname: 'false',
				hasFlashElements: 'false',
				hasCompanyname: 'false',
				a_color: 		'936251',
				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:     'true'
			  };
var webappMappings = {};
webappMappings['1006']=webappMappings['1006-1006']={
webappId:    '1006',
documentId:  '43',
internalId:  '1006',
customField: '1006'
};
webappMappings['1001']=webappMappings['1001-ahw050inxs3e564c8860b1adb71d']={
webappId:    '1001',
documentId:  '73',
internalId:  'ahw050inxs3e564c8860b1adb71d',
customField: ''
};
webappMappings['1001']=webappMappings['1001-ahw050inxs3e564c8860b1adb71d']={
webappId:    '1001',
documentId:  '1750',
internalId:  'ahw050inxs3e564c8860b1adb71d',
customField: 'followUp'
};
webappMappings['7060']=webappMappings['7060-4440d4d07540e192e47f4b9af8b81435']={
webappId:    '7060',
documentId:  '3655',
internalId:  '4440d4d07540e192e47f4b9af8b81435',
customField: 'language:en;country:US;'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '43',
internalId:  '',
customField: '20090605-091627'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '3655',
internalId:  '',
customField: '20090602-064628'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '64',
internalId:  '',
customField: '20090602-065711'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '1266',
internalId:  '',
customField: '20090602-065958'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '73',
internalId:  '',
customField: '20070927-131548'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '1750',
internalId:  '',
customField: '20070323-193644'
};
var canonHostname = 'wsc-worker01.chi.us.siteprotect.com';
var accountId     = 'AHW050INXS3E';
var companyName   = 'LAMBERT+GOATS++-+HALLETTSVILLE%2C+TEXAS';
var htmlTitle	  = 'LAMBERT+GOATS+-+HALLETTSVILLE%2C+TEXAS';
var metaKeywords  = 'Show+Goats%2C+Boer+Goats%2C+Lambert+Goats%2C+Texas+Goats%2C+Hallettsville%2C+Jim+Lambert%2C+Wethers%2C+Bucks%2C+Does%2C+competition%2C+goat+winners%2C+Lambert%2C+County+goats%2C+Breeding+Goats.+Registered+Boer+Goats%2C+Show+Goat+Winners%2C+Meat+Goats%2C+Goat+Shows%2C+Major+Circuit+Goats';
var metaContents  = 'Lambert+Goats%2C+Show+Goats%2C+Boer+Goats%2C+Texas+Goats%2C+Hallettsville%2C+Texas%2C+Jim+Lambert%2C+Wethers%2C+Winners%2C+Goat+jackpots%2C+competition%2C+County+Show+Goats%2C+Registered+Boer+Goats%2C+Breeding+Goats%2C+Show+Goat+Winners%2C+Goat+Shows%2C+Meat+Goats%2C+Major+Circuit+Goats';
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();
};
