	// set up drop downs anywhere in the body of the page. I think the bottom of the page is better.. 
	// but you can experiment with effect on loadtime.
	if (mtDropDown.isSupported()) {

		//==================================================================================================
		// create a set of dropdowns
		//==================================================================================================
		// the first param should always be down, as it is here
		//
		// The second and third param are the top and left offset positions of the menus from their actuators
		// respectively. To make a menu appear a little to the left and bottom of an actuator, you could use
		// something like -5, 5
		//
		// The last parameter can be .topLeft, .bottomLeft, .topRight, or .bottomRight to inidicate the corner
		// of the actuator from which to measure the offset positions above. Here we are saying we want the 
		// menu to appear directly below the bottom left corner of the actuator
		//==================================================================================================
		var ms = new mtDropDownSet(mtDropDown.direction.down, -1, -1, mtDropDown.reference.bottomLeft);

		//==================================================================================================
		// create a dropdown menu
		//==================================================================================================
		// the first parameter should be the HTML element which will act actuator for the menu
		//==================================================================================================
		
		/** About Us **/
		var menu1 = ms.addMenu(document.getElementById("menu1"));
		//menu1.addItem("&raquo; About Us", "about.cfm"); 
		menu1.addItem("&raquo; Sheriff Deen", "about-sheriff.cfm");
		//menu1.addItem("&raquo; Contact Directory", "about-directory.cfm"); 
		menu1.addItem("&raquo; Employment Opportunities", "about-employment.cfm"); 
		menu1.addItem("&raquo; Training Academy", "about-training.cfm"); 
		menu1.addItem("&raquo; Substation", "about-substation.cfm"); 
		menu1.addItem("&raquo; Contact Us", "contact.cfm"); 
		
		/** Crimes & Info **/
		var menu8 = ms.addMenu(document.getElementById("menu8"));
		//menu8.addItem("&raquo; Criminal Division", "criminal-division.cfm"); 
		menu8.addItem("&raquo; Patrol", "criminal-patrol.cfm"); 
		menu8.addItem("&nbsp;&nbsp;&nbsp;&nbsp;&raquo; Motorcycle", "criminal-patrol-motorcycle.cfm"); 
		menu8.addItem("&nbsp;&nbsp;&nbsp;&nbsp;&raquo; K-9 Unit", "criminal-patrol-k9unit.cfm");
		menu8.addItem("&nbsp;&nbsp;&nbsp;&nbsp;&raquo; Dispatch Center", "criminal-patrol-dispatch.cfm");
		menu8.addItem("&nbsp;&nbsp;&nbsp;&nbsp;&raquo; SWAT", "criminal-patrol-swat.cfm");
		menu8.addItem("&nbsp;&nbsp;&nbsp;&nbsp;&raquo; Marine Patrol", "criminal-patrol-marine.cfm");
		menu8.addItem("&nbsp;&nbsp;&nbsp;&nbsp;&raquo; Dive Team", "criminal-patrol-dive-team.cfm");
		menu8.addItem("&raquo; Detectives", "criminal-detectives.cfm"); 
		menu8.addItem("&nbsp;&nbsp;&nbsp;&nbsp;&raquo; S.T.O.P. TEAM", "criminal-detectives-stop-unit.cfm");
		//menu8.addItem("&raquo; Fleet Maintenace", "criminal-fleet-maintenance.cfm");
		
		/** Sheriff Sales & Tax Sales ***/
		var menu10 = ms.addMenu(document.getElementById("menu10"));
		//menu10.addItem("&raquo; Civil Division", "civil-division.cfm"); 
		
		menu10.addItem("&raquo; Civil Bureau Overview", "civil-division.cfm"); 
		menu10.addItem("&raquo; Records", "civil-records.cfm"); 
		//menu10.addItem("&nbsp;&nbsp;&nbsp;&nbsp;&raquo; FAQ", "civil-records-faq.cfm");
		menu10.addItem("&raquo; Warrants", "civil-warrants.cfm"); 
		menu10.addItem("&raquo; Taxes", "civil-taxes.cfm"); 
		//menu10.addItem("&nbsp;&nbsp;&nbsp;&nbsp;&raquo; FAQ", "civil-taxes-faq.cfm");
		menu10.addItem("&raquo; Fines & Bonds", "civil-fines.cfm"); 
		//menu10.addItem("&nbsp;&nbsp;&nbsp;&nbsp;&raquo; FAQ", "civil-fines-faq.cfm");
		menu10.addItem("&nbsp;&nbsp;&nbsp;&nbsp;&raquo; Fine Schedule", "civil-fines-schedule.cfm");
		menu10.addItem("&raquo; Civil Process/Sheriff's Sales", "main.asp"); 
		menu10.addItem("&nbsp;&nbsp;&nbsp;&nbsp;&raquo; General Inquiry", "general.asp");
		menu10.addItem("&nbsp;&nbsp;&nbsp;&nbsp;&raquo; Moveable Inquiry", "moveable.asp");
		menu10.addItem("&nbsp;&nbsp;&nbsp;&nbsp;&raquo; Real Estate Inquiry", "realestate.asp");
		menu10.addItem("&nbsp;&nbsp;&nbsp;&nbsp;&raquo; Moveable Sales List", "moveSalesList.asp");
		menu10.addItem("&nbsp;&nbsp;&nbsp;&nbsp;&raquo; Real Estate Sales List", "realSalesList.asp");
		menu10.addItem("&nbsp;&nbsp;&nbsp;&nbsp;&raquo; FAQ", "civil-process.cfm");
		
		/** Corrections Division **/
		var menu9 = ms.addMenu(document.getElementById("menu9"));
		//menu9.addItem("&raquo; Corrections Division", "corrections-division.cfm");
		menu9.addItem("&raquo; Corrections Overview", "corrections-division.cfm");
		menu9.addItem("&raquo; Minimum Security Facility", "corrections-minimum.cfm");
		menu9.addItem("&raquo; Medium Security Facility", "corrections-medium.cfm");
		menu9.addItem("&raquo; Maximum Security Facility", "corrections-maximum.cfm");
		//menu9.addItem("&raquo; Corrections Directory", "corrections-directory.cfm");
		//menu9.addItem("&raquo; Inmate Contact", "corrections-inmate-contact.cfm");
		menu9.addItem("&raquo; Work Release", "corrections-work-release.cfm");
		//menu9.addItem("&raquo; FAQ", "corrections-faq.cfm");
		menu9.addItem("&raquo; Inmate Search", "corrections-inmate-search.cfm");
		
		/** Special Services **/
		var menu7 = ms.addMenu(document.getElementById("menu7"));
		//menu7.addItem("&raquo; Special Services", "special-services.cfm");
		menu7.addItem("&raquo; Posse & Auxiliary", "services-auxilary.cfm");
		menu7.addItem("&raquo; Operation Blessing", "services-operation-blessing.cfm");
		menu7.addItem("&raquo; Chaplaincy", "services-chaplaincy.cfm");
		menu7.addItem("&raquo; Vacation Watch", "services-vacation-watch.cfm");
		menu7.addItem("&raquo; Victim Notification", "services-victim-watch.cfm");
		menu7.addItem("&raquo; Neighborhood Watch", "services-neighborhood-watch.cfm");
		menu7.addItem("&raquo; D.A.R.E.", "services-dare.cfm");
		menu7.addItem("&raquo; Young Marines", "services-young.cfm");
		menu7.addItem("&raquo; Kid's Corner", "services-kids-corner.cfm");
		menu7.addItem("&raquo; SALT/Triad", "services-triad-salt.cfm");
		
		
		/** Contact Us **/
		var menu12 = ms.addMenu(document.getElementById("menu12"));
		menu12.addItem("&raquo; News Release", "public-news.cfm");
		menu12.addItem("&nbsp;&nbsp;&nbsp;&nbsp;&raquo; News Archive", "public-news-archives.cfm");
		//menu12.addItem("&raquo; BSO Calendar", "public-bso-calendar.cfm");
		//menu12.addItem("&raquo; Crime Info/Alerts", "public-crime-info.cfm");
		menu12.addItem("&raquo; Sex Offenders", "offenders.cfm");
		menu12.addItem("&raquo; Most Wanted", "public-crime-info-most-wanted.cfm");
		menu12.addItem("&raquo; Missing Persons", "public-crime-info-missing-person.cfm");
		menu12.addItem("&raquo; Deadbeat Parents", "public-crime-info-dead-beat-parents.cfm");
		menu12.addItem("&raquo; Crime Statistics", "public-crime-info-crime-statistics.cfm");
		menu12.addItem("&raquo; D.I.R.T.", "public-dirt.cfm");
		menu12.addItem("&raquo; Emergency Preparedness", "public-defense.cfm");
		
		/** News **/
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("&raquo; News Release", "public-news.cfm");
		menu2.addItem("&raquo; Video Gallery", "public-video-gallery.cfm");
		/**menu2.addItem("&raquo; BSO Calendar", "public-bso-calendar.cfm");**/
		
		/** MOST WANTED **/
		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("&raquo; Most Wanted", "public-crime-info-most-wanted.cfm");
		menu3.addItem("&raquo; Missing Persons", "public-crime-info-missing-person.cfm");
		menu3.addItem("&raquo; Deadbeat Parents", "public-crime-info-dead-beat-parents.cfm");
		
		/** SHERIFF ALERTS **/
		var menu5 = ms.addMenu(document.getElementById("menu5"));
		menu5.addItem("&raquo; Sheriff Alerts", "alerts.cfm");
		menu5.addItem("&raquo; My Account", "citizen-contact.cfm");
		menu5.addItem("&nbsp;&nbsp;&raquo; Account Login", "citizen-login.cfm");
		menu5.addItem("&raquo; Register For Alerts", "citizen-signup.cfm");
		
		
		/***
		var subMenu8 = menu8.addMenu(menu8.items[1]);
		subMenu8.addItem("&#8226; Motorcycle", "#");
		subMenu8.addItem("&#8226; K-9 Unit", "#");
		subMenu8.addItem("&#8226; Dispatch Center", "#");
		subMenu8.addItem("&#8226; Reserve", "#");
		subMenu8.addItem("&#8226; SWAT", "#");
		subMenu8.addItem("&#8226; Marine", "#");
		subMenu8.addItem("&#8226; Dive Team", "#");
		***/
		
		//==================================================================================================
	/*
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("&raquo; Sub Menu Link", "#"); 
		menu2.addItem("&raquo; Sub Menu Link", "#"); 
		menu2.addItem("&raquo; Sub Menu Link", "#"); 
		//==================================================================================================
		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("&raquo; Sub Menu Link", "#"); 
		menu3.addItem("&raquo; Sub Menu Link", "#"); 
		menu3.addItem("&raquo; Sub Menu Link", "#"); 
		//==================================================================================================
		var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("&raquo; Sub Menu Link", "#"); 
		menu4.addItem("&raquo; Sub Menu Link", "#"); 
		menu4.addItem("&raquo; Sub Menu Link", "#"); 
	*/
		//==================================================================================================
		// add a sub-menu
		//==================================================================================================
		// to add a sub menu to an existing menu object, call it's addMenu method and pass it the item from
		// the parent menu which should act as it's actuator. To add a submenu to the fourth item of a menu
		// called "theMenu", you would do theMenu.addMenu(theMenu.items[3])
		//==================================================================================================
		//var subMenu1 = menu1.addMenu(menu1.items[0]);
		//subMenu1.addItem("&#8226; List Active Logs", "#");
		//subMenu1.addItem("&#8226; Search for Logs", "#");

		// menu : Get Started
		//var menu2 = ms.addMenu(document.getElementById("menu2"));
		//menu2.addItem("- Mission & Values", "#"); // send no URL if nothing should happen onclick
		//menu2.addItem("- History", "#"); // send no URL if nothing should happen onclick
		//menu2.addItem("- FAQs", "#"); // send no URL if nothing should happen onclick

		//==================================================================================================
		// write drop downs into page
		//==================================================================================================
		// this method writes all the HTML for the menus into the page with document.write(). It must be
		// called within the body of the HTML page.
		//==================================================================================================
		mtDropDown.renderAll();
	}
