// JavaScript Document
// MENU for all pages

document.write(" <br />");
document.write("<span style='font-weight:normal; font-family:arial; font-size:7pt'>");	
document.write("GENERAL");
document.write("</span>");
document.write("<span style='font-weight:normal; font-family:arial; font-size:10pt link='635D4B'>");
document.write("<br /><a href=\"index.html\">Home Page</a> ");	
document.write("<br /><a href=\"offices.html\">Office Information</a> ");	
document.write("<br /><a href=\"links.html\">Related Links</a> ");
document.write("<br /><a href=\"victimassist.html\">Victim Assistance</a> ");
document.write("<br />&nbsp;&nbsp;<a href=\"victimassist.html\"> & Compensation</a> ");
document.write("</span>");
document.write(" <br /><br />");
document.write("<span style='font-weight:normal; font-family:arial; font-size:7pt'>");	
document.write("PROSECUTION");
document.write("</span>");
document.write("<span style='font-weight:normal; font-family:arial; font-size:10pt'>");
document.write("<br /><a href=\"checkfraud.html\">Check Fraud</a> ");
document.write("<br /><a href=\"domesticviolence.html\">Domestic Violence</a> ");
document.write("<br /><a href=\"drugcourt.html\">Drug Court</a> ");
document.write("<br /><a href=\"coldcase.html\">Cold Cases</a> ");
document.write("</span>");
document.write(" <br /><br />");
document.write("<span style='font-weight:normal; font-family:arial; font-size:7pt'>");	
document.write("PROGRAMS/RESOURCES");
document.write("</span>");
document.write("<span style='font-weight:normal; font-family:arial; font-size:10pt'>");	
document.write("<br /><a href=\"juvenilediversion.html\">Juvenile Diversion</a> ");
document.write("<br /><a href=\"teencourt.html\">Teen Court</a> ");
document.write("</span>");
document.write(" <br /><br />");
document.write("<span style='font-weight:normal; font-family:arial; font-size:7pt'>");	
document.write("NEWS RELEASES");
document.write("</span>");
document.write("<span style='font-weight:normal; font-family:arial; font-size:10pt'>");
document.write("<br /><a href=\"2008newsreleases.html\">2008 News</a> ");
document.write("<br /><a href=\"2007newsreleases.html\">2007 Archives</a> ");
document.write("<br /><a href=\"2006newsreleases.html\">2006 Archives</a> ");
document.write("<br /><a href=\"2005newsreleases.html\">2005 Archives</a> ");
document.write("<br /><a href=\"2004newsreleases.html\">2004 Archives</a> ");
document.write("<br /><a href=\"2003newsreleases.html\">2003 Archives</a> ");
document.write(" <br />");



