/* [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','9801',jdecode('Home'),jdecode(''),'/9801.html','true',[],'',''],
	['PAGE','9852',jdecode('Event+Information'),jdecode(''),'/9852/index.html','true',[ 
		['PAGE','9873',jdecode('Symposium+Schedule'),jdecode(''),'/9852/9873.html','true',[],'',''],
		['PAGE','9894',jdecode('Registration+Form'),jdecode(''),'/9852/9894.html','true',[],'','']
	],'',''],
	['PAGE','9915',jdecode('DABCI+Course'),jdecode(''),'/9915/index.html','true',[ 
		['PAGE','9936',jdecode('Our+Coordinators'),jdecode(''),'/9915/9936.html','true',[],'',''],
		['PAGE','9957',jdecode('Certification+Requirements'),jdecode(''),'/9915/9957.html','true',[],'',''],
		['PAGE','9978',jdecode('Coordinator+Requirements'),jdecode(''),'/9915/9978.html','true',[],'',''],
		['PAGE','9999',jdecode('Instructor+Requirements'),jdecode(''),'/9915/9999.html','true',[],'','']
	],'',''],
	['PAGE','10020',jdecode('Current+DABCI+classes'),jdecode(''),'/10020/index.html','true',[ 
		['PAGE','10041',jdecode('Chicago'),jdecode(''),'/10020/10041.html','true',[],'',''],
		['PAGE','10062',jdecode('Dallas'),jdecode(''),'/10020/10062.html','true',[],'',''],
		['PAGE','10083',jdecode('Portland'),jdecode(''),'/10020/10083.html','true',[],'',''],
		['PAGE','10104',jdecode('Kansas+City'),jdecode(''),'/10020/10104.html','true',[],'','']
	],'',''],
	['PAGE','10230',jdecode('Find+a+Doctor'),jdecode(''),'/10230/index.html','true',[ 
		['PAGE','30865',jdecode('Alabama'),jdecode(''),'/10230/30865.html','true',[],'',''],
		['PAGE','31023',jdecode('Alaska'),jdecode(''),'/10230/31023.html','true',[],'',''],
		['PAGE','31044',jdecode('Arizona'),jdecode(''),'/10230/31044.html','true',[],'',''],
		['PAGE','31065',jdecode('Arkansas'),jdecode(''),'/10230/31065.html','true',[],'',''],
		['PAGE','31086',jdecode('California'),jdecode(''),'/10230/31086.html','true',[],'',''],
		['PAGE','31107',jdecode('Colorado'),jdecode(''),'/10230/31107.html','true',[],'',''],
		['PAGE','31128',jdecode('Connecticut'),jdecode(''),'/10230/31128.html','true',[],'',''],
		['PAGE','31149',jdecode('Delaware'),jdecode(''),'/10230/31149.html','true',[],'',''],
		['PAGE','31170',jdecode('Florida'),jdecode(''),'/10230/31170.html','true',[],'',''],
		['PAGE','31191',jdecode('Georgia'),jdecode(''),'/10230/31191.html','true',[],'',''],
		['PAGE','31212',jdecode('Hawaii'),jdecode(''),'/10230/31212.html','true',[],'',''],
		['PAGE','31233',jdecode('Idaho'),jdecode(''),'/10230/31233.html','true',[],'',''],
		['PAGE','31254',jdecode('Illinois'),jdecode(''),'/10230/31254.html','true',[],'',''],
		['PAGE','31275',jdecode('Indiana'),jdecode(''),'/10230/31275.html','true',[],'',''],
		['PAGE','31296',jdecode('Iowa'),jdecode(''),'/10230/31296.html','true',[],'',''],
		['PAGE','31317',jdecode('Kansas'),jdecode(''),'/10230/31317.html','true',[],'',''],
		['PAGE','31338',jdecode('Kentucky'),jdecode(''),'/10230/31338.html','true',[],'',''],
		['PAGE','31359',jdecode('Louisiana'),jdecode(''),'/10230/31359.html','true',[],'',''],
		['PAGE','31380',jdecode('Maine'),jdecode(''),'/10230/31380.html','true',[],'',''],
		['PAGE','31401',jdecode('Maryland'),jdecode(''),'/10230/31401.html','true',[],'',''],
		['PAGE','32823',jdecode('Massachusetts'),jdecode(''),'/10230/32823.html','true',[],'',''],
		['PAGE','32844',jdecode('Michigan'),jdecode(''),'/10230/32844.html','true',[],'',''],
		['PAGE','39423',jdecode('Minnesota'),jdecode(''),'/10230/39423.html','true',[],'',''],
		['PAGE','32865',jdecode('Mississippi'),jdecode(''),'/10230/32865.html','true',[],'',''],
		['PAGE','39523',jdecode('Missouri'),jdecode(''),'/10230/39523.html','true',[],'',''],
		['PAGE','32886',jdecode('Montana'),jdecode(''),'/10230/32886.html','true',[],'',''],
		['PAGE','32907',jdecode('Nebraska'),jdecode(''),'/10230/32907.html','true',[],'',''],
		['PAGE','32928',jdecode('Nevada'),jdecode(''),'/10230/32928.html','true',[],'',''],
		['PAGE','32949',jdecode('New+Hampshire'),jdecode(''),'/10230/32949.html','true',[],'',''],
		['PAGE','32970',jdecode('New+Jersey'),jdecode(''),'/10230/32970.html','true',[],'',''],
		['PAGE','32991',jdecode('New+Mexico'),jdecode(''),'/10230/32991.html','true',[],'',''],
		['PAGE','33012',jdecode('New+York'),jdecode(''),'/10230/33012.html','true',[],'',''],
		['PAGE','33033',jdecode('North+Carolina'),jdecode(''),'/10230/33033.html','true',[],'',''],
		['PAGE','33054',jdecode('North+Dakota'),jdecode(''),'/10230/33054.html','true',[],'',''],
		['PAGE','33075',jdecode('Ohio'),jdecode(''),'/10230/33075.html','true',[],'',''],
		['PAGE','33096',jdecode('Oklahoma'),jdecode(''),'/10230/33096.html','true',[],'',''],
		['PAGE','33117',jdecode('Oregon'),jdecode(''),'/10230/33117.html','true',[],'',''],
		['PAGE','33138',jdecode('Pennsylvania'),jdecode(''),'/10230/33138.html','true',[],'',''],
		['PAGE','33159',jdecode('Rhode+Island'),jdecode(''),'/10230/33159.html','true',[],'',''],
		['PAGE','33180',jdecode('South+Carolina'),jdecode(''),'/10230/33180.html','true',[],'',''],
		['PAGE','33201',jdecode('South+Dakota'),jdecode(''),'/10230/33201.html','true',[],'',''],
		['PAGE','33222',jdecode('Tennessee'),jdecode(''),'/10230/33222.html','true',[],'',''],
		['PAGE','33243',jdecode('Texas'),jdecode(''),'/10230/33243.html','true',[],'',''],
		['PAGE','33264',jdecode('Utah'),jdecode(''),'/10230/33264.html','true',[],'',''],
		['PAGE','33285',jdecode('Vermont'),jdecode(''),'/10230/33285.html','true',[],'',''],
		['PAGE','33327',jdecode('Virginia'),jdecode(''),'/10230/33327.html','true',[],'',''],
		['PAGE','33348',jdecode('Washington'),jdecode(''),'/10230/33348.html','true',[],'',''],
		['PAGE','33369',jdecode('West+Virginia'),jdecode(''),'/10230/33369.html','true',[],'',''],
		['PAGE','33390',jdecode('Wisconsin'),jdecode(''),'/10230/33390.html','true',[],'',''],
		['PAGE','33411',jdecode('Wyoming'),jdecode(''),'/10230/33411.html','true',[],'',''],
		['PAGE','19312',jdecode('2008-2009+Members'),jdecode(''),'/10230/19312.html','true',[],'','']
	],'',''],
	['PAGE','10125',jdecode('Executive+Board'),jdecode(''),'/10125.html','true',[],'',''],
	['PAGE','10146',jdecode('ABCI'),jdecode(''),'/10146/index.html','true',[ 
		['PAGE','81445',jdecode('ABCI+Application'),jdecode(''),'/10146/81445.html','true',[],'','']
	],'',''],
	['PAGE','10167',jdecode('ABCS'),jdecode(''),'/10167.html','true',[],'',''],
	['PAGE','10188',jdecode('ACA'),jdecode(''),'/10188.html','true',[],'',''],
	['PAGE','30823',jdecode('Case+of+the+Month'),jdecode(''),'/30823.html','true',[],'',''],
	['PAGE','64323',jdecode('By+Laws'),jdecode(''),'/64323.html','true',[],'',''],
	['PAGE','82945',jdecode('Policy+Manual'),jdecode(''),'/82945/index.html','true',[ 
		['PAGE','83945',jdecode('Requirements+to+Start+Program'),jdecode(''),'/82945/83945.html','true',[],'',''],
		['PAGE','83966',jdecode('Coordinator+Agreement'),jdecode(''),'/82945/83966.html','true',[],'',''],
		['PAGE','83987',jdecode('Instructor+Agreement'),jdecode(''),'/82945/83987.html','true',[],'',''],
		['PAGE','84008',jdecode('DABCI+Course+Curriculum'),jdecode(''),'/82945/84008.html','true',[],'',''],
		['PAGE','84029',jdecode('Diplomate+Exam+Requirements'),jdecode(''),'/82945/84029.html','true',[],'',''],
		['PAGE','84050',jdecode('Application+and+Membership+Dues'),jdecode(''),'/82945/84050.html','true',[],'',''],
		['PAGE','84071',jdecode('Continuing+Education+Requirements'),jdecode(''),'/82945/84071.html','true',[],'',''],
		['PAGE','84092',jdecode('Committees'),jdecode(''),'/82945/84092.html','true',[],'','']
	],'',''],
	['PAGE','30844',jdecode('Vendor+Research'),jdecode(''),'/30844.html','true',[],'',''],
	['PAGE','10251',jdecode('Member+Application'),jdecode(''),'/10251.html','true',[],'',''],
	['PAGE','10272',jdecode('Helpful+Links'),jdecode(''),'/10272.html','true',[],'',''],
	['PAGE','10293',jdecode('Message+Board'),jdecode(''),'/10293.html','true',[],'',''],
	['PAGE','10314',jdecode('Contact'),jdecode(''),'/10314.html','true',[],'','']];
var siteelementCount=87;
theSitetree.topTemplateName='Aeskulap';
theSitetree.paletteFamily='C00405';
theSitetree.keyvisualId='2494';
theSitetree.keyvisualName='arzt.jpg';
theSitetree.fontsetId='433';
theSitetree.graphicsetId='488';
theSitetree.contentColor='000000';
theSitetree.contentBGColor='FFFFFF';
var localeDef={
  language: 'en',
  country: 'US'
};
var theTemplate={
				hasFlashNavigation: 'false',
				hasFlashLogo: 	'false',
				hasFlashCompanyname: 'false',
				hasFlashElements: 'false',
				hasCompanyname: 'false',
				name: 			'Aeskulap',
				paletteFamily: 	'C00405',
				keyvisualId: 	'2494',
				keyvisualName: 	'arzt.jpg',
				fontsetId: 		'433',
				graphicsetId: 	'488',
				contentColor: 	'000000',
				contentBGColor: 'FFFFFF',
				a_color: 		'FFFFFF',
				b_color: 		'FFFFFF',
				c_color: 		'FFFFFF',
				d_color: 		'FFFFFF',
				e_color: 		'FFFFFF',
				f_color: 		'FFFFFF',
				hasCustomLogo: 	'true',
				contentFontFace:'Verdana, Arial, Helvetica, sans-serif',
				contentFontSize:'12',
				useFavicon:     'false'
			  };
var webappMappings = {};
webappMappings['1003']=webappMappings['1003-ahw050inlqrf120daca3f52']={
webappId:    '1003',
documentId:  '10293',
internalId:  'ahw050inlqrf120daca3f52',
customField: 'en:US'
};
webappMappings['7008']=webappMappings['7008-3008']={
webappId:    '7008',
documentId:  '10314',
internalId:  '3008',
customField: 'language:en;country:US;'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '9801',
internalId:  '',
customField: '20090611-202615'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '9852',
internalId:  '',
customField: '20100727-100825'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '9894',
internalId:  '',
customField: '20100831-083918'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '9915',
internalId:  '',
customField: '20090611-203418'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '10020',
internalId:  '',
customField: '20100831-091227'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '10041',
internalId:  '',
customField: '20090424-201143'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '10062',
internalId:  '',
customField: '20090424-201429'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '10083',
internalId:  '',
customField: '20090701-084419'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '10104',
internalId:  '',
customField: '20090518-202544'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '10125',
internalId:  '',
customField: '20100513-104131'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '10146',
internalId:  '',
customField: '20100831-091132'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '10167',
internalId:  '',
customField: '20090428-120821'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '64323',
internalId:  '',
customField: '20100120-223939'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '10230',
internalId:  '',
customField: '20090629-191149'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '10251',
internalId:  '',
customField: '20100831-090834'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '10293',
internalId:  '',
customField: '20100831-090913'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '10314',
internalId:  '',
customField: '20100831-083739'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '9873',
internalId:  '',
customField: '20100727-100853'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '9936',
internalId:  '',
customField: '20090529-185121'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '9957',
internalId:  '',
customField: '20100302-124536'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '9978',
internalId:  '',
customField: '20090505-125033'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '9999',
internalId:  '',
customField: '20090428-160903'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '10188',
internalId:  '',
customField: '20090428-121149'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '10272',
internalId:  '',
customField: '20090424-200108'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '31170',
internalId:  '',
customField: '20100727-095558'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '31128',
internalId:  '',
customField: '20100302-124247'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '31149',
internalId:  '',
customField: '20090626-195049'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '19312',
internalId:  '',
customField: '20090701-211434'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '30865',
internalId:  '',
customField: '20090622-134851'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '31023',
internalId:  '',
customField: '20100810-091251'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '31044',
internalId:  '',
customField: '20100727-095306'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '31065',
internalId:  '',
customField: '20090917-125055'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '31086',
internalId:  '',
customField: '20100720-102307'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '31107',
internalId:  '',
customField: '20100720-101811'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '31191',
internalId:  '',
customField: '20100727-094825'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '31212',
internalId:  '',
customField: '20090626-200132'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '31233',
internalId:  '',
customField: '20100810-091151'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '31254',
internalId:  '',
customField: '20100819-085118'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '31275',
internalId:  '',
customField: '20100727-094708'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '31296',
internalId:  '',
customField: '20100827-105659'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '31317',
internalId:  '',
customField: '20100810-091635'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '31338',
internalId:  '',
customField: '20090626-204021'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '31359',
internalId:  '',
customField: '20100720-100302'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '31380',
internalId:  '',
customField: '20090626-204251'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '31401',
internalId:  '',
customField: '20100720-101847'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '32823',
internalId:  '',
customField: '20090626-204604'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '32844',
internalId:  '',
customField: '20100712-090140'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '32865',
internalId:  '',
customField: '20090626-205551'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '32886',
internalId:  '',
customField: '20090626-205057'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '32907',
internalId:  '',
customField: '20090626-205742'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '39423',
internalId:  '',
customField: '20100727-094501'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '39523',
internalId:  '',
customField: '20100727-094105'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '32928',
internalId:  '',
customField: '20090626-205905'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '32949',
internalId:  '',
customField: '20090626-205943'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '32970',
internalId:  '',
customField: '20090626-210055'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '32991',
internalId:  '',
customField: '20100727-093208'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '33012',
internalId:  '',
customField: '20090917-144343'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '33033',
internalId:  '',
customField: '20100810-091725'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '33054',
internalId:  '',
customField: '20090626-210445'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '33075',
internalId:  '',
customField: '20100727-094751'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '33096',
internalId:  '',
customField: '20100819-085318'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '33117',
internalId:  '',
customField: '20100810-091446'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '33138',
internalId:  '',
customField: '20100727-094550'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '33159',
internalId:  '',
customField: '20090626-210956'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '33180',
internalId:  '',
customField: '20100720-102607'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '33201',
internalId:  '',
customField: '20100810-091044'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '33222',
internalId:  '',
customField: '20090626-211312'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '33243',
internalId:  '',
customField: '20100810-091907'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '33264',
internalId:  '',
customField: '20090622-134729'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '33285',
internalId:  '',
customField: '20090626-211534'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '33327',
internalId:  '',
customField: '20090917-135543'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '33348',
internalId:  '',
customField: '20090626-211717'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '33369',
internalId:  '',
customField: '20090626-211807'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '33390',
internalId:  '',
customField: '20100810-091806'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '33411',
internalId:  '',
customField: '20090626-221807'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '30823',
internalId:  '',
customField: '20100831-091030'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '30844',
internalId:  '',
customField: '20100831-091001'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '81445',
internalId:  '',
customField: '20100819-092203'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '82945',
internalId:  '',
customField: '20100831-090725'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '83945',
internalId:  '',
customField: '20100831-094757'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '83966',
internalId:  '',
customField: '20100831-094757'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '83987',
internalId:  '',
customField: '20100831-094757'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '84008',
internalId:  '',
customField: '20100831-094757'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '84029',
internalId:  '',
customField: '20100831-094757'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '84050',
internalId:  '',
customField: '20100831-094757'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '84071',
internalId:  '',
customField: '20100831-094757'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '84092',
internalId:  '',
customField: '20100831-094757'
};
var canonHostname = 'wsc-worker01.chi.us.siteprotect.com';
var accountId     = 'AHW050INLQRF';
var companyName   = 'CDID';
var htmlTitle	  = '';
var metaKeywords  = '';
var metaContents  = '';
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();
};
