//Top Nav bar script v2.1- http://www.dynamicdrive.com/dynamicindex1/sm/index.htm

function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location, linktarget);

	menu = new Menu();
	menu.addItem("geninfo", "General Information", "",  null, null);
	menu.addItem("who", "Who We Are", "",  null, null);
	menu.addItem("specialp", "Special Programs", "",  null, null);
	menu.addItem("narcotics", "Narcotics Information", "",  null, null);
	menu.addItem("links", "Links", "",  null, null);

	menu.addSubItem("geninfo", "History", "",  "http://www.oelweinpolice.org/opd/history.html", "");
	menu.addSubItem("geninfo", "Press Releases", "",  "http://www.oelweinpolice.org/blog/", "_blank");
	menu.addSubItem("geninfo", "Ordinances", "",  "http://www.oelweinpolice.org/opd/ord.html", "");
	menu.addSubItem("geninfo", "Emergency Info.", "",  "http://www.oelweinpolice.org/opd/ei.html", "");
	menu.addSubItem("geninfo", "Employment", "",  "http://www.oelweinpolice.org/opd/employment.html", "");
	menu.addSubItem("geninfo", "Records, Reports & Fees", "",  "http://www.oelweinpolice.org/opd/rrf.html", "");
	menu.addSubItem("geninfo", "Kids Page", "",  "http://www.oelweinpolice.org/opd/kidspages.html", "");
	menu.addSubItem("geninfo", "Frequent Questions", "",  "http://www.oelweinpolice.org/opd/faq.html", "");
	menu.addSubItem("geninfo", "Sex Offender Limitation Information", "",  "http://www.oelweinpolice.org/opd/so.html", "");
	menu.addSubItem("geninfo", "", "",  "#", "");

	menu.addSubItem("who", "Administration", "",  "http://www.oelweinpolice.org/opd/administration.html", "");
	menu.addSubItem("who", "Patrol", "",  "http://www.oelweinpolice.org/opd/patrol.html", "");
	menu.addSubItem("who", "Communications", "",  "http://www.oelweinpolice.org/opd/communications.html", "");
	menu.addSubItem("who", "Support", "",  "http://www.oelweinpolice.org/opd/support.html", "");
	menu.addSubItem("who", "", "",  "#", "");

	menu.addSubItem("specialp", "OPD K-9 Officer - Hawk", "",  "http://www.oelweinpolice.org/opd/canine.html", "");
	menu.addSubItem("specialp", "Community Projects", "",  "http://www.oelweinpolice.org/opd/comm_projects.html", "");
	menu.addSubItem("specialp", "Project Childsafe", "",  "http://www.oelweinpolice.org/opd/pcs.html", "");
	menu.addSubItem("specialp", "D.A.R.E.", "",  "http://www.oelweinpolice.org/opd/dare.html", "");
	menu.addSubItem("specialp", "Bike Patrol", "",  "http://www.oelweinpolice.org/opd/bp.html", "");
	menu.addSubItem("specialp", "Oelwein Night Out", "",  "http://www.oelweinpolice.org/opd/nno.html", "");
	menu.addSubItem("specialp", "Police Reserve Certification Training", "",  "http://www.oelweinpolice.org/opd/reserves.html", "");
	menu.addSubItem("specialp", "Project KID", "",  "http://www.oelweinpolice.org/opd/kid.html", "");
	menu.addSubItem("specialp", "Public Safety Poker Ride ~ 2006", "",  "http://www.oelweinpolice.org/opd/poker.html", "");
	menu.addSubItem("specialp", "Oelwein Night Out", "",  "http://www.oelweinpolice.org/opd/nno.html", "");
	menu.addSubItem("specialp", "Oelwein Night Out", "",  "http://www.oelweinpolice.org/opd/nno.html", "");
	menu.addSubItem("specialp", "", "",  "#", "");

	menu.addSubItem("narcotics", "Oelwein Drug Related Convictions", "",  "http://www.oelweinpolice.org/opd/narc_info.html", "");
	menu.addSubItem("narcotics", "", "",  "#", "");

	menu.addSubItem("links", "Oelwein Daily Register", "",  "http://www.oelweindailyregister.com", "_blank");
	menu.addSubItem("links", "Domestic & Sexual Abuse Resource Center", "",  "http://www.helpingservices.org/domesticSexualAbuse.html", "_blank");
	menu.addSubItem("links", "Iowa Road Conditions", "",  "http://www.iowaroadconditions.org/", "_blank");
	menu.addSubItem("links", "Iowa Attorney General - Lottery Scam", "",  "http://www.iowaattorneygeneral.org/consumer/advisories/04_04_Lotteryw.html", "blank");
	menu.addSubItem("links", "Iowa Code OnLine", "",  "http://www.legis.state.ia.us/IowaLaw.html", "_blank");
	menu.addSubItem("links", "Iowa Sex Offender Registry", "",  "http://www.iowasexoffender.com/", "blank");
	menu.addSubItem("links", "Iowa Crime Victim Assistance Division", "",  "http://www.state.ia.us/government/ag/helping_victims/index.html", "blank");
	menu.addSubItem("links", "Oelwein Police Department - <b>Webmail</b> Link", "",  "http://www.oelweinpolice.org/webmail", "blank");
	menu.addSubItem("links", "Oelwein Police Department - <b>Officer</b> Link", "",  "http://www.oelweinpolice.org/schedule/Index.htm", "blank");
	menu.addSubItem("links", "Oelwein Police Department - <b>Comm Opr</b> Link", "",  "http://www.oelweinpolice.org/schedule/dispatch/Index.htm", "blank");
	menu.showMenu();
}