﻿function jdecode(a){a=a.replace(/\+/g,"%20");return unescape(a)}var POS_NODENAME=0,POS_ID=1,POS_NAME=2,POS_NAVIGATIONTEXT=3,POS_HREF=4,POS_ISNAVIGATION=5,POS_CHILDS=6,POS_TEMPLATENAME=7,theSitetree=[["PAGE","13",jdecode("%E3%83%9B%E3%83%BC%E3%83%A0"),jdecode(""),"/13.html","true",[],""],["PAGE","34",jdecode("What%26%23x27%3Bs+New"),jdecode(""),"/34.html","true",[],""],["PAGE","43",jdecode("%E3%82%AB%E3%83%8A%E3%83%80%E5%8F%8B%E5%A5%BD%E5%8D%94%E4%BC%9A%E3%81%AB%E3%81%A4%E3%81%84%E3%81%A6"),jdecode(""),"/43.html","true",[],""],["PAGE","52",jdecode("%E5%85%A5%E4%BC%9A%E3%81%A8%E4%BC%9A%E5%93%A1%E8%B3%87%E6%A0%BC"),jdecode(""),"/52.html","true",[],""],["PAGE","1160",jdecode("%E3%81%8A%E5%95%8F%E3%81%84%E5%90%88%E3%82%8F%E3%81%9B%E3%81%A8%E3%83%AA%E3%83%B3%E3%82%AF%E5%85%88"),jdecode(""),"/1160.html","true",[],""]],siteelementCount=5;theSitetree.topTemplateName="NewYork";theSitetree.getById=function(d,a){if(typeof a=="undefined")a=this;for(var b=0;b<a.length;b++){if(a[b][POS_ID]==d)return a[b];if(a[b][POS_CHILDS].length>0){var c=this.getById(d,a[b][POS_CHILDS]);if(c!=null)return c}}return null};theSitetree.getParentById=function(e,a){if(typeof a=="undefined")a=this;for(var b=0;b<a.length;b++)for(var c=0;c<a[b][POS_CHILDS].length;c++){if(a[b][POS_CHILDS][c][POS_ID]==e)return a[b];var d=this.getParentById(e,a[b][POS_CHILDS]);if(d!=null)return d}return null};theSitetree.getName=function(b){var a=this.getById(b);if(a!=null)return a[POS_NAME];return null};theSitetree.getNavigationText=function(b){var a=this.getById(b);if(a!=null)return a[POS_NAVIGATIONTEXT];return null};theSitetree.getHREF=function(b){var a=this.getById(b);if(a!=null)return a[POS_HREF];return null};theSitetree.getIsNavigation=function(b){var a=this.getById(b);if(a!=null)return a[POS_ISNAVIGATION];return null};theSitetree.getTemplateName=function(f,d,a){if(typeof d=="undefined")d=this.topTemplateName;if(typeof a=="undefined")a=this;for(var b=0;b<a.length;b++){var c=a[b][POS_TEMPLATENAME];if(c=="")c=d;if(a[b][POS_ID]==f)return c;if(a[b][POS_CHILDS].length>0){var e=this.getTemplateName(f,c,a[b][POS_CHILDS]);if(e!=null)return e}}return null}
