/* Click to Expand Menu */
document.write('<div id=masterdiv> '
+ '		 <a href="/police/chief.shtm">Chief\'s Message</a><br />'
+ '		 <a href="/police/cmdstaff.shtm">Command Staff</a><br />'
+ '	<div class=menutitle onclick="SwitchMenu(\'sub2\'); MenuState(\'2\'); javascript:goPage(\'/police/phonelist.shtm\');">Contacts</div>'
+ '    <span class=submenu id=sub2>'
+ ' 	 <a href="#" onclick="javascript:goPage(\'/police/complaint.shtm\')">Citizens Complaint Procedure</a><br>'
+ ' 	 <a href="#" onclick="javascript:goPage(\'/police/commend.shtm\')">Commendation Procedure</a><br>'
+ '		 <a href="/police/units/">Divisions</a><br />'
+ ' 	 <a href="#" onclick="javascript:goPage(\'/police/emails.shtm\')">Important Emails</a><br>'
+ ' 	 <a href="#" onclick="javascript:goPage(\'/police/phonelist.shtm\')">Telephone Listing</a><br>'
+ ' 	 <a href="#" onclick="javascript:goPage(\'/police/tips.shtm\')">Tips</a><br>'
+ '    </span>'
+ '		 <a href="/police/cpa.shtm">CPA (Citizens\' Police Academy)</a><br />'
+ '		 <a href="http://www.bocaratoncrimewatch.com/" target="_blank">Crime Watch</a><br />'
+ '		 <a href="/police/units/">Divisions</a><br />'
+ '		 <a href="/police/employment.shtm">Employment</a><br />'
+ '		 <a href="/police/units/profstand.shtm">Explorers</a><br />'
+ '		 <a href="/police/pdlinks.shtm">External Links</a><br />'
+ '		 <a href="/police/faq.shtm">FAQs</a><br />'
+ '		 <a href="/police/pdf/PrisonerRelease.pdf" target="_blank">Inmate Releases</a><br />'
+ '		 <a href="http://www.ci.boca-raton.fl.us/bocaviper/TopStories/ViperNews.shtm" target="_blank">News Releases</a> <b class="hot10">New!</b><br />'
+ '		 <a href="http://p2c.ci.boca-raton.fl.us/" target="_blank">Police Reports</a><br />'
+ '		 <a href="/police/pdf/OrgPolice.pdf" target="_blank">Organizational Chart</a><br />'
+ '		 <a href="/police/redirect_511.htm" target="_blank">Travel Info 511</a><br />'
+ '		 <a href="http://www.ci.boca-raton.fl.us/bocaviper/" target="_blank">VIPER Project</a><br />'
+ '		 <a href="/city/pdf/hr/Volunteer/PDVol.pdf" target="_blank">Volunteer Positions</a><br />'
+ '		 <a href="/police/"><b>Police Home Page</b></a><br />'
+ '		 <a href="/res/"><b>City Home Page</b></a>'
+ ' </div>');
SwitchMenu(newstring);

