// Tree structure definition
var TREE_NODES = [
	
	["<b>HOME</b><br><img src='/dhpd/images/dot_clear.gif' width='1' height='8' border='0'>", null, null,
		["&nbsp;Welcome<br><img src='/dhpd/images/dot_clear.gif' width='1' height='6' border='0'>", "/dhpd/welcome.asp", null,
		],
		["&nbsp;Crime Alerts<br><img src='/dhpd/images/dot_clear.gif' width='1' height='6' border='0'>", "/dhpd/crimealert.asp", null,
		],
	],


	["<b>DEPARTMENTS</b><br><img src='/dhpd/images/dot_clear.gif' width='1' height='8' border='0'>", null, null,
		["&nbsp;Patrol<br><img src='/dhpd/images/dot_clear.gif' width='1' height='6' border='0'>", "/dhpd/departments/patrol.asp", null,
		],
		["&nbsp;Detectives<br><img src='/dhpd/images/dot_clear.gif' width='1' height='6' border='0'>", "/dhpd/departments/detectives.asp", null,
		],
		["&nbsp;Housing<br><img src='/dhpd/images/dot_clear.gif' width='1' height='6' border='0'>", "/dhpd/departments/housing.asp", null,
		],
		["&nbsp;Parking<br><img src='/dhpd/images/dot_clear.gif' width='1' height='6' border='0'>", "/dhpd/departments/parking.asp", null,
		],
		["&nbsp;Dispatch<br><img src='/dhpd/images/dot_clear.gif' width='1' height='6' border='0'>", "/dhpd/departments/dispatch.asp", null,
		],
		["&nbsp;Home Depot<br>&nbsp;Center <img src='/dhpd/images/icon_newwin.gif' width='12' height='10' border='0'><br><img src='/dhpd/images/dot_clear.gif' width='1' height='6' border='0'>", "http://www.homedepotcenter.com/guest_services/custom.sps?iType=3907&icustompageid=6765", "_blank",
		],
	],

	["<b>PROGRAMS</b><br><img src='/dhpd/images/dot_clear.gif' width='1' height='8' border='0'>", null, null,
		["&nbsp;Drug Free<br>&nbsp;Campus<br><img src='/dhpd/images/dot_clear.gif' width='1' height='6' border='0'>", "/dhpd/programs/drugfreecampus.asp", null,
		],
		["&nbsp;Anonymous Tip<br>&nbsp;Hotline<br><img src='/dhpd/images/dot_clear.gif' width='1' height='6' border='0'>", "/dhpd/programs/tiphotline.asp", null,
		],
		["&nbsp;9-1-1<br><img src='/dhpd/images/dot_clear.gif' width='1' height='6' border='0'>", "/dhpd/programs/911.asp", null,
		],
	],

	["<b>STATISTICS</b><br><img src='/dhpd/images/dot_clear.gif' width='1' height='8' border='0'>", null, null,
		["&nbsp;Clery<br><img src='/dhpd/images/dot_clear.gif' width='1' height='6' border='0'>", "/dhpd/statistics/clery.asp", null,
		],
		["&nbsp;Security Report<br><img src='/dhpd/images/dot_clear.gif' width='1' height='6' border='0'>", "/dhpd/statistics/securityreport.asp", null,
		],
				
	],

	["<b>FORMS</b><br><img src='/dhpd/images/dot_clear.gif' width='1' height='8' border='0'>", null, null,
		["&nbsp;Citizen<br>&nbsp;Complaint<br><img src='/dhpd/images/dot_clear.gif' width='1' height='6' border='0'>", "/dhpd/forms/citizencomplaint.asp", null,
		],
		["&nbsp;Parking Ticket<br>&nbsp;Dispute<br><img src='/dhpd/images/dot_clear.gif' width='1' height='6' border='0'>", "/dhpd/forms/ticketdispute.asp", null,
		],
			],

	["&nbsp;About Us", "/dhpd/aboutus.asp", null
	],

];