<!-- Begin HORIZONTAL CSS DROP MENU VER 1.50 2008

// NOTE: If you use a ' add a slash before it like this \'

// USE lowercase FOR ALL OPTIONS ONLY


var showtop		= "no"		//  SHOW TOP MENU IMAGE
var showimage		= "no"		//  SHOW BOTTOM MENU IMAGE


document.write('<div id="menulocation" class="printhide">');
   if (showtop == "yes") {
document.write('<img src="picts/menu-top.jpg" width="150" height="125" class="menutop"></a><br>');
}
document.write('<table cellpadding="0" cellspacing="0" border="0" width="150"><tr><td class="topmargin">');
document.write('<ul id="top-nav">');




// START MENU LINKS - EDIT BELOW THIS AREA




document.write('  <li class="menuT"><a href="index.html">Home</a></li>');

document.write('  <li class="menuT"><a href="contact.htm">Contact Us</a></li>');


// MENU SEPARATOR 1
document.write('<li class="menuseparator"></li>');













document.write('  <li class="menuT"><a href="news" class="parentM">News &amp; Information</a>');
document.write('    <ul id="sub-nav">');
document.write('      <li><a href="news">Sheriff Department News</a></li>');
document.write('      <li><a href="urgentnews">Urgent Community News</a></li>');
document.write('    </ul>');
document.write('  </li>');


document.write('  <li class="menuT"><a href="mostwanted">Most Wanted Fugitives</a></li>');

document.write('  <li class="menuT"><a href="warrants">Outstanding Arrest Warrants</a></li>');







document.write('  <li class="menuT"><a href="countyinfo.html">Dodge County Information</a></li>');

document.write('  <li class="menuT"><a href="http://www.nsp.state.ne.us/SOR/SearchAction.cfm?LNAME=&CITY=&FNAME=&COUNTY=Dodge&SORT=Name&ZIP=&PICS=on" target="_blank">Dodge County Sex Offenders List</a></li>');

document.write('  <li class="menuT"><a href="identitytheft.html" class="parentM">Resources</a>');
document.write('    <ul id="sub-nav">');
document.write('      <li><a href="identitytheft.html">Identity Theft</a></li>');
document.write('      <li><a href="domesticviolence.html">Domestic Violence</a></li>');
document.write('      <li><a href="victimservices.html">Victim Services</a></li>');
document.write('      <li><a href="meth.html">Methamphetamines</a></li>');

document.write('    </ul>');
document.write('  </li>');










document.write('  <li class="menuT"><a href="gallery.htm" class="parentM">Photo Gallery</a>');
document.write('    <ul id="sub-nav">');
document.write('      <li><a href="gallery.htm">Staff Photos</a></li>');
document.write('      <li><a href="gallery1.htm">Gallery 1</a></li>');
document.write('      <li><a href="gallery2.htm">Gallery 2</a></li>');
document.write('      <li><a href="gallery3.htm">Gallery 3</a></li>');
document.write('      <li><a href="gallery4.htm">Gallery 4</a></li>');

document.write('    </ul>');
document.write('  </li>');


document.write('  <li class="menuT"><a href="rss.htm" class="parentM">RSS Feed / Crime Information</a>');

// MENU SEPARATOR 2
document.write('<li class="menuseparator"></li>');






document.write('  <li class="menuT"><a href="employment.html">Hiring Information</a></li>');












document.write('  <li class="menuT"><a href="links.htm">Links</a></li>');









// MENU SEPARATOR 3
document.write('<li class="menuseparator"></li>');






// END LINKS //



document.write('</ul>');
document.write('</td></tr><tr><td align="center">');




// START MENU IMAGE


   if (showimage == "yes") {
document.write('<br><br><a href="index.html"><img src="picts/menu-image.jpg" width="150" height="75" border="0" class="borders-menuimage"></a><br><br><br>');
}






document.write('</td></tr></table>');
document.write('</div>');




//  End -->




// COPYRIGHT 2008 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE









function IEHoverPseudo() {

	var navItems = document.getElementById("top-nav").getElementsByTagName("li");
	
	for (var i=0; i<navItems.length; i++) {
		if(navItems[i].className == "menuT") {
			navItems[i].onmouseover=function() { this.className += " over"; }
			navItems[i].onmouseout=function() { this.className = "menuT"; }
		}
	}

}
window.onload = IEHoverPseudo;
