/* [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 POS_TARGET=8;
var theSitetree=[ 
	['PAGE','2201',jdecode('Auditing+%26+Evaluations'),jdecode(''), jdecode('%2F2201.html'), 'true',[],'',''],
	['PAGE','20723',jdecode('Design+Specification'),jdecode(''), jdecode('%2F20723.html'), 'true',[],'',''],
	['PAGE','30123',jdecode('Irrigation+Scheduling'),jdecode(''), jdecode('%2F30123.html'), 'true',[],'',''],
	['PAGE','38423',jdecode('Project+Management'),jdecode(''), jdecode('%2F38423.html'), 'true',[],'',''],
	['PAGE','15307',jdecode('Contact+Us'),jdecode(''), jdecode('%2F15307.html'), 'true',[],'',''],
	['PAGE','24523',jdecode('Links'),jdecode(''), jdecode('%2F24523.html'), 'true',[],'','']];
var siteelementCount=6;
theSitetree.topTemplateName='Dynamic';
theSitetree.paletteFamily='43449F';
theSitetree.keyvisualId='7582';
theSitetree.keyvisualName='kv_7582.jpg';
theSitetree.fontsetId='16687';
theSitetree.graphicsetId='12234';
theSitetree.contentColor='000000';
theSitetree.contentBGColor='FFFFFF';
var localeDef={
  language: 'en',
  country: 'US'
};
var prodDef={
  wl_name: 'grp32-tnz',
  product: 'WSCVWLSSSLYTC2IW'
};
var theTemplate={
				hasFlashNavigation: 'false',
				hasFlashLogo: 	'false',
				hasFlashCompanyname: 'false',
				hasFlashElements: 'false',
				hasCompanyname: 'false',
				name: 			'Dynamic',
				paletteFamily: 	'43449F',
				keyvisualId: 	'7582',
				keyvisualName: 	'kv_7582.jpg',
				fontsetId: 		'16687',
				graphicsetId: 	'12234',
				contentColor: 	'000000',
				contentBGColor: 'FFFFFF',
				a_color: 		'000000',
				b_color: 		'000000',
				c_color: 		'000000',
				d_color: 		'000000',
				e_color: 		'000000',
				f_color: 		'000000',
				hasCustomLogo: 	'false',
				contentFontFace:'Arial, Helvetica, sans-serif',
				contentFontSize:'12',
				useFavicon:     'false'
			  };
var webappMappings = {};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '2201',
internalId:  '',
customField: '20110519-182944'
};
webappMappings['7008']=webappMappings['7008-19262']={
webappId:    '7008',
documentId:  '15307',
internalId:  '19262',
customField: 'language:en;country:US;'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '20723',
internalId:  '',
customField: '20110529-050231'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '15307',
internalId:  '',
customField: '20110209-030817'
};
webappMappings['1006']=webappMappings['1006-1006']={
webappId:    '1006',
documentId:  '2201',
internalId:  '1006',
customField: '1006'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '30123',
internalId:  '',
customField: '20110520-012015'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '24523',
internalId:  '',
customField: '20110210-032323'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '38423',
internalId:  '',
customField: '20110520-013514'
};
var webAppHostname = 'diycgi.cluster.stngva01.us.diy-servers.net:80';
var canonHostname = 'diywk00.verio.stngva01.us.diy-servers.net';
var accountId     = 'AVF340I7CPQY';
var companyName   = 'Irrigation+Evaluation+Services+Ltd';
var htmlTitle	  = 'Irrigation+Evaluation+Services';
var metaKeywords  = 'irrigation%2C+irrigation+design%2C+irrigation+evaluation%2C+irrigation+auditing%2C+irrigation+commisioning%2C+center+pivot%2C+lateral%2C+linear%2C+travelling+gun%2C+travelling+boom%2C+sprayline%2C+dripline%2C+vineyard+irrigation%2C+pastoral+irrigation%2C+agricultural+irrigation%2Cviticultural+irrigation%2C+horticultural+irrigation%2C+infiiltration+rates%2C+sprinkler+irrigation%2C+water+quantity%2C+water+quality%2C+irrigation+water%2C+irrigation+uniformity%2C+energy%2C+labour%2C+hand+move%2C+portable%2C+tow+line%2C+side+roll%2C+solid+set%2C+crops%2C+soils%2C+efficiencies%2C+application+efficiences%2C+micro+irrigation%2C+intake+rate%2C+flow+meters%2C+filtration%2C+pumps%2C+valves%2C+soil+profiles%2C';
var metaContents  = 'Irrigation+Design%2C+Evaluation+and+Auditing+Solutions+in+New+Zealand.%0D%0A%0D%0A';
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();
};

