// Tree structure definition
var TREE_NODES = [
	["&nbsp;California", null, null,
		["Northern and <br>San Francisco", "../chapNorthernCalifornia.shtml", "_parent" ],
		["Los Angeles", "../chapLosAngeles.shtml", "_parent"],
		["Orange County", "../chapOrangeCounty.shtml", "_parent"],
		["San Diego", "../chapSanDiego.shtml", "_parent"]
	],
	["&nbsp;Connecticut", "../chapConnecticut.shtml", "_parent",
	],
	["&nbsp;Florida", null, null,
		["Jacksonville", "../chapJacksonville.shtml", "_parent"],
		["Palm Beach", "../chapPalmBeach.shtml", "_parent"],
		["Sarasota", "../chapSarasota.shtml", "_parent"],
		["South Florida", "../chapSouthFlorida.shtml", "_parent"],
		["Southwest <br>and Naples", "../chapSouthwestFlorida.shtml", "_parent"],		
		["Tampa Bay", "../chapTampaBay.shtml", "_parent"]
	],
	["&nbsp;Georgia", null, null,
		["Atlanta", "../chapAtlanta.shtml", "_parent"],
		["Savannah", "../chapSavannah.shtml", "_parent"],
	],
	["&nbsp;Illinois", "../chapChicago.shtml", "_parent",
	],
	["&nbsp;Maine", "../chapMaine.shtml", "_parent",
	],
	["&nbsp;Maryland", null, null,
		["Baltimore", "../chapBaltimore.shtml", "_parent"],
		["Delmarva", "../chapDelmarva.shtml", "_parent"],
	],
	["&nbsp;Massachusetts", "../chapBoston.shtml", "_parent",
	],
	["&nbsp;Nevada", "../chapLasVegas.shtml", "_parent",
	],
	["&nbsp;New Jersey", null, null,
		["Northern", "../chapnorthernnewjersey.shtml", "_parent"],
		["Central", "../chapcentralnewjersey.shtml", "_parent"],
	],
	["&nbsp;New York", null, null,
		["Albany", "../chapalbany.shtml", "_parent"],
		["Buffalo", "../chapBuffalo.shtml", "_parent"],
		["Hudson Valley", "../chapHudsonValley.shtml", "_parent"],
		["Long Island", "../chapLongIsland.shtml", "_parent"],
		["Staten Island", "../chapStatenIsland.shtml", "_parent"],
		["Westchester", "../chapWestchester.shtml", "_parent"],
	],
	["&nbsp;North Carolina", "../chapCharlotte.shtml", "_parent",
	],
	["&nbsp;Ohio", "../chapCleveland.shtml", "_parent",
	],
	["&nbsp;Pennsylvania", null, null,
		["Delaware Valley", "../chapDelawareValley.shtml", "_parent"],
		["Pittsburgh", "../chapPittsburgh.shtml", "_parent"],
	],
	["&nbsp;South Carolina", "../chapSavannah.shtml", "_parent",
	],
	["&nbsp;Virginia", "../chapDelmarva.shtml", "_parent",
	],
	["&nbsp;Washington", "../chapSeattle.shtml", "_parent",
	],
	["&nbsp;Washington D.C.", "../chapDistrictOfColumbia.shtml", "_parent",
	],
	["&nbsp;", null, null,
	],
	["&nbsp;Beijing", "../chapBeijing.shtml", "_parent",
	],
	["&nbsp;France", "../chapFrance.shtml", "_parent",
	],
	["&nbsp;Germany", "../chapGermany.shtml", "_parent",
	],
	["&nbsp;PuertoRico", "../chapPuertoRico.shtml", "_parent",
	],
	["&nbsp;United Kingdom", "../chapUnitedKingdom.shtml", "_parent",
	],
	["&nbsp;", null, null,
	],
	["&nbsp;Other Regions", "../chapNoChapter.shtml", "_parent",
	],
];