fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=-2;

/*
** *********************************************************************************************************
**  MainMenuStyle is only used by the top line menu
** *********************************************************************************************************
*/

with(MainMenuStyle=new mm_style()){
bordercolor="#BF2F38";                      // Menu Border Color 
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize=10;
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="transparent";                   // Mouse Off Background Color      
offcolor="#ffffff";                         // Mouse Off Font Color       
onbgcolor="#ffffff";                        // Mouse On Background Color
oncolor="#0601F3";			                // Mouse On Font Color    
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#BF2F38";    //"#82B6D7";
pagecolor="white";
separatorcolor="#0601F3";
separatorsize=1;
subimage="objects/arrowdn.gif";
subimagepadding=5;
}

/*
** *********************************************************************************************************
**  M A I N   M E N U
** *********************************************************************************************************
*/

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=0;
top=80;
orientation="horizontal";
align="center";
style=MainMenuStyle;
aI("text=&nbsp;&nbsp;Home;url=index.htm;status=Back To Home Page;showmenu=mchd_home;");
aI("text=&nbsp;Administration;url=ADM/adm_home.htm;showmenu=mchd_administration;");
aI("text=&nbsp;Environmental Health;url=EH/eh_home.htm;showmenu=mchd_environmental_health;");
aI("text=&nbsp;Plumbing;url=PLM/plm_home.htm;status=MCHD Plumbing Department;showmenu=mchd_plumbing;");
aI("text=&nbsp;&nbsp;Nursing&nbsp;&nbsp;url=PHN/phn_home.htm;showmenu=mchd_public_health_nursing;");
aI("text=&nbsp;Health Education;url=HE/he_home.htm;showmenu=mchd_health_education;");
aI("text=&nbsp;Vital Statistics;url=VS/vs_home.htm;showmenu=mchd_vital_statistics;");
aI("text=&nbsp;&nbsp;WIC&nbsp;;url=WIC/wic_home.htm;showmenu=mchd_wic;");
}

/*
** *********************************************************************************************************
**  menuStyle is  used by all the menus below the top (main) menu
** *********************************************************************************************************
*/

with(menuStyle=new mm_style()){
bordercolor="#BF2F38";                      // Menu Border Color 
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize=10;
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#00539F";                       // Mouse Off Background Color      
offcolor="#ffffff";                         // Mouse Off Font Color       
onbgcolor="#ffffff";                        // Mouse On Background Color
oncolor="#BF2F38";			                // Mouse On Font Color    
outfilter="";                               // "randomdissolve(duration=0.3)";
overfilter="";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#0601F3";
separatorsize=1;
subimage="objects/arrow.gif";
subimagepadding=2;
}

/*
** *********************************************************************************************************
**  H O M E   M E N U
** *********************************************************************************************************
*/

with(milonic=new menuname("mchd_home")){
overflow="scroll";
style=menuStyle;
aI("text=Site Map;url=MCHD/mchd_site_map.htm;status=../MCHD Generated Site Index;");
aI("text=Services Available;url=MCHD/mchd_services.htm;status=Health District Services;");
aI("text=Internet FAQ;url=MCHD/mchd_terminologyFAQx.htm;status=Common Internet Terminology FAQ;");
}

/*
** *********************************************************************************************************
**  A D M I N I S T R A T I O N
** *********************************************************************************************************
*/

with(milonic=new menuname("mchd_administration")){
overflow="scroll";
style=menuStyle;
aI("text=About;url=ADM/adm_home.htm;status=Welcome from the Health Commissioner;"); 
aI("text=Location;url=ADM/adm_directions.htm;status=Maps and directions to the Healt District Offices;");
aI("text=Employee Directory;url=ADM/adm_phone_list.htm;status=Health District Phone Directory;");
aI("text=Resolutions;url=ADM/adm_resolutions.htm;status=Board of Health Resolutions;");
aI("text=MCHD Calendar;url=ADM/adm_calendar.htm;status=Health District Closure Dates;");
aI("text=Board of Health;showmenu=adm_mchd_board;");
aI("text=District Advisory Council;showmenu=adm_district_advisory_council;");
aI("text=Annual Reports;url=ADM/adm_articles.htm;status=Health Related Articles;showmenu=adm_articles;");
aI("text=Contact the Health Commissioner;url=mailto:jluken@miamicountyhealth.net;status=Send an email to the Health Commissioner;");    
aI("text=MCHD Links;url=ADM/adm_links.htm;status=Health District Favorite Links;");
aI("text=FAQs;showmenu=adm_faqs;");
aI("text=MCHD Photographs;showmenu=adm_pictures;status=Health District Photographs;");
//aI("text=MCHD Newsletters;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;showmenu=adm_newsletters;");
aI("text=Emergency Preparedness;url=ADM/adm_EmergencyPreparedness_Main.htm;showmenu=adm_emergency_preparedness;status=Emergency Preparedness Program;");
aI("text=Organization Chart;url=ADM/adm_OrgChart.htm;");
aI("text=Employment Opportunities;url=ADM/adm_EmploymentOpportunities.htm;");
//aI("text=Information Technology;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;");
}


    with(milonic=new menuname("adm_articles")){
    overflow="scroll";
    style=menuStyle;
	aI("text=Annual Reports;showmenu=adm_articles_annual_reports;");
	aI("text=Health Profiles;showmenu=adm_articles_health_profiles;");
    aI("text=Community Health Assessment;url=ADM/documents/miaminew.pdf;status=(1000k);");
    aI("text=Community Health Brochure;url=ADM/documents/CommHealthBro.pdf;status=(99k);");
    aI("text=Hot Topics;url=ADM/adm_hot_topics.htm;showmenu=adm_articles_hot_topics;");
    }

        with(milonic=new menuname("adm_articles_annual_reports")){
        overflow="scroll";
        style=menuStyle;
        aI("text=2005 Annual Report;url=ADM/documents/2005AnnualReport.pdf;");
        aI("text=2006 Annual Report;url=ADM/documents/2006AnnualReport.pdf;");
        aI("text=2007 Annual Report;url=ADM/documents/2007AnnualReport.pdf;");
        aI("text=2008 Annual Report;url=ADM/documents/2008AnnualReport.pdf;");
		aI("text=2009 Annual Report;url=ADM/documents/2009AnnualReport.pdf;");
	}
    
        with(milonic=new menuname("adm_articles_health_profiles")){
        overflow="scroll";
        style=menuStyle;
        aI("text=Health Profile - I;url=ADM/documents/HealthProfileMiamiCounty1.PDF;status=(1148k);");
        aI("text=Health Profile - II;url=ADM/documents/HealthProfileMiamiCounty2.PDF;status=(809k);");
        aI("text=Health Profile - III;url=ADM/documents/HealthProfileMiamiCounty3.PDF;status=(1049k);");
        aI("text=Health Profile - IV;url=ADM/documents/HealthProfileMiamiCounty4.PDF;status=(1225k);");
        }

        with(milonic=new menuname("adm_articles_hot_topics")){
        overflow="scroll";
        style=menuStyle;
        aI("text=Bioterrorism;url=ADM/adm_bioterrorism.htm;");
        aI("text=County Health Assessment;url=ADM/adm_HealthAssessment.htm;");
        aI("text=Pneumonia Cases;url=ADM/adm_PneumoniaCases.htm;");
        aI("text=SARS;url=ADM/adm_sars.htm;");
        aI("text=Smallpox;url=ADM/adm_smallpox.htm;");
        aI("text=Terrorism Threat;url=ADM/adm_TerrorismThreat.htm;");
        aI("text=Unprepared;url=ADM/adm_unprepared.htm;");
        aI("text=Food Sale Scam;url=ADM/adm_FoodScam.htm;");
        aI("text=What Is Flu?;url=ADM/adm_WhatIsFlu.htm;");
        }
    
        with(milonic=new menuname("adm_mchd_board")){
        overflow="scroll";
        style=menuStyle;
        aI("text=Board Members;url=ADM/adm_BoardMembers.htm;");
        aI("text=Board Meetings;url=ADM/adm_BoardMeetings.htm;");
        aI("text=Meeting Minutes;showmenu=adm_board_minutes;");
        }
        
            with(milonic=new menuname("adm_board_minutes")){
            overflow="scroll";
            style=menuStyle;
            aI("text=January 2010 Minutes;url=ADM/documents/BOHMinutes01.pdf;");
            aI("text=February 2010 Minutes;url=ADM/documents/BOHMinutes02.pdf;");
            aI("text=March 2010 Minutes;url=ADM/documents/BOHMinutes03.pdf;");
			aI("text=April 2010 Minutes;url=ADM/documents/BOHMinutes04.pdf;");
			aI("text=May 2010 Minutes;url=ADM/documents/BOHMinutes05.pdf;");
			aI("text=June 2010 Minutes;url=ADM/documents/BOHMinutes06.pdf;");
			aI("text=July 2010 Minutes;url=ADM/documents/BOHMinutes07.pdf;");
		}    

        with(milonic=new menuname("adm_district_advisory_council")){
        overflow="scroll";
        style=menuStyle;
        aI("text=District Advisory Council;url=ADM/adm_DistrictAdvisoryCouncil.htm;");        
        aI("text=DAC Fact Sheet;url=ADM/adm_DAC_FactSheet.htm;");        
        }

    
        with(milonic=new menuname("adm_newsletters")){
        overflow="scroll";
        style=menuStyle;
//        aI("text=July;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;");
//        aI("text=September;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;");
        }
        
        with(milonic=new menuname("adm_events")){
        overflow="scroll";
        style=menuStyle;
        aI("text=;url=;");
        }
        
/*  Emergency Preparedness ********************************************************* */

    with(milonic=new menuname("adm_emergency_preparedness")){
    overflow="scroll";
    style=menuStyle;
    overflow="scroll";
    style=menuStyle;
    aI("text=About Emergency Preparedness;url=ADM/adm_EmergencyPreparedness_Main.htm;status=Emergency Preparedness Program Description;");
    aI("text=Food Safety During Disasters;url=EH/Documents/FoodSafety/Pubs/FoodSafetyDisasters.pdf;");
	aI("text=Pandemic Flu Website;url=http://www.pandemicflu.gov/;");
    aI("text=Pandemic Flu PowerPoint;url=Downloads/Pandemic & Avian Influenza.ppt;");
    aI("text=Pandemic Flu Plan;url=Downloads/Miami County Pandemic Flu Plan August 2006.pdf;");
    aI("text=Pandemic Flu Appendices;url=Downloads/Quarantine Strategies - Appendix A thru E.pdf;");
    aI("text=Food and Water in Emergencies;url=ADM/Documents/FoodWaterEmergencies.pdf;");
//    aI("text=Forms;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;"); 
//    aI("text=FAQs;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;");
//    aI("text=News;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;"); 
//    aI("text=Publications &amp; Links;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;"); 
//    aI("text=Regulations;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;"); 
    }

        with(milonic=new menuname("adm_faqs")){
        overflow="scroll";
        style=menuStyle;
        aI("text=Bioterrorism FAQ;url=ADM/adm_BioterrorismFAQx.htm;status=Ohio Department of Health: BIOTERRORISM FAQ;");
        }
        
        with(milonic=new menuname("adm_pictures")){
        overflow="scroll";
        style=menuStyle;
        aI("text=Administration;url=MCHD/mchd_slideshow.html?file=../ADM/data/adm_photos.js;status=Administration Photographs;");
        aI("text=Environmental Health;url=MCHD/mchd_slideshow.html?file=../EH/data/eh_photos.js;status=Environmental Health Photographs;");
        aI("text=Plumbing;url=MCHD/mchd_slideshow.html?file=../PLM/data/plm_photos.js;status=Plumbing Photographs;");
        aI("text=Public Health Nursing;url=MCHD/mchd_slideshow.html?file=../PHN/data/phn_photos.js;status=Public Health Nursing Photographs;");
        aI("text=Health Education;url=MCHD/mchd_slideshow.html?file=../HE/data/he_photos.js;status=Health Education Photographs;");
        aI("text=Vital Statistics;url=MCHD/mchd_slideshow.html?file=../VS/data/vs_photos.js;status=Vital Statistics Photographs;");
        aI("text=WIC;url=MCHD/mchd_slideshow.html?file=../WIC/data/wic_photos.js;status=WIC Photographs;");
        aI("text=MCHD (old);url=ADM/adm_pictures.htm;status=Health District Pictures;");
        }
        
/*
** *********************************************************************************************************
**  E N V I R O N M E N T A L   H E A L T H
** *********************************************************************************************************
*/
        
with(milonic=new menuname("mchd_environmental_health")){
overflow="scroll";
style=menuStyle;
aI("text=Email Environmental Health;url=mailto:EH@miamicountyhealth.net;status=Send an email Environmental Health;");  
aI("text=About EH;url=EH/eh_home.htm;status=About Environmental Health;");
aI("text=Complete Fee Schedule;url=EH/eh_FeeSchedule.htm;");
aI("text=Quick Links;showmenu=eh_quick_links;status=Quick Links to Popular Environmental Health Topics;");
aI("text=Air Pollution Control;url=EH/eh_AirPollutionControl_Main.htm;showmenu=eh_air_pollution_control;status=Clean Air;");
aI("text=Camps &amp; RV Parks;url=EH/eh_Campgrounds_Main.htm;showmenu=eh_campgrounds;status=Campground Inspections;");
aI("text=Drinking Water;url=EH/eh_WaterSafety_Main.htm;showmenu=eh_drinking_water;status=Clean Water Programs;");
aI("text=Food Protection;url=EH/eh_FoodSafety_Main.htm;showmenu=eh_food_safety;status=Food Safety and Regulation;");
aI("text=Housing &amp; Nuisance;url=EH/eh_PublicHealthNuisanceAbatement_Main.htm;showmenu=eh_housing_nuisance;status=Public Health Nusiance Abatement Program;");
aI("text=Manufactured Home Parks (MHPs);url=EH/eh_ManufacturedHomeParks_Main.htm;showmenu=eh_manufactured_homes;status=Manufactured Home Parks Regulations and Forms;");
aI("text=Mosquitoes, Ticks &amp; Rodents;url=EH/eh_MosquitoesTicksRodents_Main.htm;showmenu=eh_mosquitoes;status=Mosquitoes and West Nile Virus;");
aI("text=Operational Permits;url=EH/eh_OperationalPermitProgram_Main.htm;showmenu=eh_operational_permits;status=Operational Permit Program;");
aI("text=Pools and Spas;url=EH/eh_PublicSwimmingPoolsSpas_Main.htm;showmenu=eh_pools_and_spas;status=Swimming Pools and Spas;");
aI("text=Rabies;url=EH/eh_RabiesMonitoring_Main.htm;showmenu=eh_rabies;status=Rabies Control Program;");
aI("text=Schools;url=EH/eh_SchoolEnvironments_Main.htm;showmenu=eh_schools;status=School Environments Program;");
aI("text=Household Sewage Treatment;url=EH/eh_HouseholdSewage_Main.htm;showmenu=eh_sewage_treatment;status=Household Sewage Treatment Program;");
aI("text=Solid Waste Disposal;url=EH/eh_WasteHaulers_Main.htm;showmenu=eh_solid_waste_disposal;status=Solid Waste Disposal Program;");
aI("text=Tattoo &amp; Body Piercing;url=EH/eh_TattooBodyPiercing_Main.htm;showmenu=eh_tattoo_and_piercings;status=Tattoo &amp; Body Piercing Inspection Program;");
}

/* Quick Links ********************************************************************************************* */

    with(milonic=new menuname("eh_quick_links")){
    overflow="scroll";
    style=menuStyle;
    aI("text=319 Grant Application;status=(PDF);url=EH/documents/OPProgram/Forms/319 Grant Application Form.pdf;");
    aI("text=Food Facility Plan Review;url=EH/documents/FoodSafety/Forms/Food Facility Plan Review Packet.pdf;status=Food Facility Plan Review;");
    aI("text=Sewage Treatment System Application;status=(PDF);url=EH/documents/Sewage/forms/STSApplication2007_WEB.pdf;");
    aI("text=Temporary Food Service Packet;url=EH/documents/FoodSafety/Forms/Temporary Food Facility Packet.pdf;status=Temporary Food Facility;");
    aI("text=Well Chlorination Instructions;url=EH/documents/WaterSafety/pubs/How to Disinfect Your Well.pdf;status=Disinfect Your Well;");
    aI("text=Well Water Testing Recommendations;url=EH/documents/WaterSafety/news/Well Water Testing Recommendations.pdf;status=Well Water Testing Recommendations;");
    aI("text=Water Sample Request;;url=EH/documents/WaterSafety/forms/Private Water System Sampling Request.pdf;status=Private Water System Sampling Request;");
    aI("text=Ohio Online Laws and Codes;url=http://codes.ohio.gov;status=(EXTERNAL LINK);");
    aI("text=Photographs;url=MCHD/mchd_slideshow.html?file=../EH/data/eh_photos.js;");
    aI("text=Email Environmental Health;url=mailto:EH@miamicountyhealth.net;");     
    }    

/* Air Pollution Control *********************************************************************************** */

    with(milonic=new menuname("eh_air_pollution_control")){
    overflow="scroll";
    style=menuStyle;
    aI("text=About Air Pollution;url=EH/eh_AirPollutionControl_Main.htm;status=Air Pollution Control Program Description;");
    aI("text=News;showmenu=eh_air_pollution_control_news;status=News articles relating to Air Pollution;");    
    aI("text=Publications &amp; Links;showmenu=eh_air_pollution_control_pubs;");
    aI("text=Regulations;url=EH/documents/AirPollutionControl/Regs/Open Burning Regulations.pdf;");    
    }

/* Air Pollution Control News **************************************************************************************************** */

        with(milonic=new menuname("eh_air_pollution_control_news")){
        overflow="scroll";
        style=menuStyle;
        aI("text=Open Burning Information;url=http://www.epa.state.oh.us/dapc/general/openburning.html;status=Open Burning - What to Know BEFORE You Light It;");
        aI("text=Hazards of Backyard Burning;url=EH/documents/AirPollutionControl/News/The Hidden Hazards of Backyard Burning.pdf;status=The Hidden Hazards of Backyard Burning;");
        aI("text=Reducing Backyard Burning;url=EH/documents/AirPollutionControl/News/Keys to Reducing Backyard Burning.pdf;status=Keys to Reducing Backyard Burning;");
        }    

/* Air Pollution Control Publications ******************************************************************************************** */

        with(milonic=new menuname("eh_air_pollution_control_pubs")){
        overflow="scroll";
        style=menuStyle;
        aI("text=Indoor Air Quality Association;url=http://www.iaqa.org/;");
        aI("text=American Indoor Air Quality Council;url=http://www.iaqcouncil.org/locator/locator.htm;");
        aI("text=Candles and Air Quality;url=EH/documents/AirPollutionControl/Pubs/candlesairquality.pdf;status=(PDF);");
        aI("text=Citizens Guide Radon;url=EH/documents/AirPollutionControl/Pubs/citizensguideradon.pdf;status=(PDF);");
        aI("text=Carbon Monoxide Safety;url=EH/documents/AirPollutionControl/Pubs/cosafety.pdf;status=(PDF);");
        aI("text=A Guide to Mold, Moisture, and Your Home;url=EH/documents/AirPollutionControl/Pubs/moldguide.pdf;status=(PDF);");
        aI("text=Moisture Mold Mildew;url=EH/documents/AirPollutionControl/Pubs/moisturemoldmildew.pdf;status=(PDF);");
        aI("text=Mold Cleanup;url=EH/documents/AirPollutionControl/Pubs/moldcleanupOIAQC.pdf;status=(PDF);");
        aI("text=Mold Health Effects;url=EH/documents/AirPollutionControl/Pubs/moldhealtheffectsOIAQC.pdf;status=(PDF);");
        aI("text=Mold Removal;url=EH/documents/AirPollutionControl/Pubs/moldremoval.pdf;status=(PDF);");
        aI("text=Regional Air Pollution Control Agency;url=http://www.rapca.org/;status=Regional Air Pollution Control Agency;");
        aI("text=EPA Asbestos Site;url=http://www.epa.gov/iaq/asbestos.html;status=Environmental Protection Agency Asbestos Site;");
        aI("text=EPA Radon Site;url=http://www.epa.gov/radon/;status=Environmental Protection Agency Radon Site;");
        }    

/* Campgrounds ********************************************************************************************* */

    with(milonic=new menuname("eh_campgrounds")){
    overflow="scroll";
    style=menuStyle;
    aI("text=About Camps and Parks;url=EH/eh_Campgrounds_Main.htm;status=Campgrounds and Recreational Parks Program Description;");
//    aI("text=Forms;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;");
//    aI("text=FAQs;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;");
//    aI("text=News;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;");
    aI("text=Publications &amp; Links;showmenu=eh_campground_pubss;");
    aI("text=Regulations;showmenu=eh_campground_regulations;status=RV and Residential Camp Regulations;");
    }
    
/* Campground Links **************************************************************************************** */

            with(milonic=new menuname("eh_campground_pubss")){
            overflow="scroll";
            style=menuStyle;
            aI("text=Campground and RV Links;url=http://www.odh.ohio.gov/odhPrograms/eh/parks/park2.aspx;status=Ohio Department of Health (ODH) Resident and RV Camp Site;");
            }
    
/* Campground Regulations ********************************************************************************** */

            with(milonic=new menuname("eh_campground_regulations")){
            overflow="scroll";
            style=menuStyle;
            aI("text=RV Park, Combined Park-Camp, Temp Park-Camp Rules;url=EH/documents/Campgrounds/Regs/OAC 3701-26 RV CPC TPC Rules.pdf;status=(pdf);");
            aI("text=Resident Day Camp Rules;url=EH/documents/Campgrounds/Regs/OAC 3701-25 Resident Day Camp Rules.pdf;status=(pdf);");
            }
    
/* Drinking Water ****************************************************************************************** */

    with(milonic=new menuname("eh_drinking_water")){
    overflow="scroll";
    style=menuStyle;
    aI("text=About Water Safety;url=EH/eh_WaterSafety_Main.htm;status=Water Safety Program Description;");
    aI("text=Forms;showmenu=eh_drinking_water_forms;");
    aI("text=FAQs;url=EH/eh_WaterFAQx.htm;");
    aI("text=News;showmenu=eh_drinking_water_news;");
    aI("text=Publications &amp; Links;showmenu=eh_drinking_water_pubs;");
    aI("text=Regulations;showmenu=eh_drinking_water_regs;");
    }

/* Drinking Water Forms ************************************************************************************ */

        with(milonic=new menuname("eh_drinking_water_forms")){
        overflow="scroll";
        style=menuStyle;
        aI("text=Lead Sampling Procedures;url=EH/documents/WaterSafety/forms/Drinking Water Lead Sampling Procedures.pdf;");
        aI("text=Well Permit;url=EH/documents/WaterSafety/forms/How to Get a Well Permit.pdf;");
        aI("text=Water Sampling Request;url=EH/documents/WaterSafety/forms/Private Water System Sampling Request.pdf;");
        aI("text=Well Completion Form;url=EH/documents/WaterSafety/forms/Well Completion Form.pdf;");
        aI("text=Well Permit Example;url=EH/documents/WaterSafety/forms/Example of Completed Well Permit.pdf;");
        aI("text=Water System Variance Request;url=EH/documents/WaterSafety/forms/Water Variance Request.pdf;");
        }    

/* Drinking Water News ************************************************************************************* */

        with(milonic=new menuname("eh_drinking_water_news")){
        overflow="scroll";
        style=menuStyle;
        aI("text=Well Water Testing Recommendations;url=EH/documents/WaterSafety/news/Well Water Testing Recommendations.pdf;status=Well Water Testing Recommendations;");
        aI("text=Flooded Areas;url=EH/documents/WaterSafety/news/Disease and Injury in Flooded Areas.pdf;status=Disease and Injury in Flooded Areas;");
        aI("text=Water Smells;url=EH/documents/WaterSafety/news/My Water Smells Like Rotten Eggs!.pdf;status=My Water Smells Like Rotten Eggs!;");
        aI("text=Emergency Use;url=EH/documents/WaterSafety/news/Treatment of Drinking Water for Emergency Use.pdf;status=Treatment of Drinking Water for Emergency Use;");
        }
        
/* Drinking Water Pubs ************************************************************************************* */

        with(milonic=new menuname("eh_drinking_water_pubs")){
        overflow="scroll";
        style=menuStyle;
        aI("text=Web Sites for Well Information;url=EH/documents/WaterSafety/pubs/Web Sites for Well Information.pdf;status=Web Sites for Well Information;");
        aI("text=Abandon a Well;url=EH/documents/WaterSafety/pubs/How to Abandon a Well.pdf;status=How to Abandon a Well;");
        aI("text=Disinfect a Well;url=EH/documents/WaterSafety/pubs/How to Disinfect Your Well.pdf;status=Disinfect Your Well;");
		aI("text=Super Shock a Well;url=EH/documents/WaterSafety/pubs/SuperShockingWellProcedures.pdf;status=Super Shock a Well;");
        aI("text=Protect a Well;url=EH/documents/WaterSafety/pubs/How to Protect Your Private Well.pdf;status=Protect Your Private Well;");
        aI("text=Seal a Well;url=EH/documents/WaterSafety/pubs/How to Seal an Old Well.pdf;status=Seal an Old Well;");
        aI("text=Technical Guidance for Sealing a Well;url=EH/documents/WaterSafety/pubs/Technical Guidance for Sealing an Old Well.pdf;status=Technical Guidance for Sealing an Old Well;");
        aI("text=Water Well Log Search;url=http://www.ohiodnr.com/water/maptechs/wellogs/app/default.asp;status=Ohio Department of Natural Resources (ODNR) Water Well Log Search;");
        aI("text=Water Testing Labs;url=http://www.epa.state.oh.us/ddagw/labcert.html;status=Ohio Environmental Protection Agency (OEPA) Water Testing Lab Search;");
        aI("text=Ohio Department of Health;url=http://www.odh.ohio.gov/odhPrograms/eh/water/water1.aspx;status=Ohio Department of Health Private Water System Site;");
        }

/* Drinking Water regs ************************************************************************************* */

        with(milonic=new menuname("eh_drinking_water_regs")){
        overflow="scroll";
        style=menuStyle;
        aI("text=Water System Rules;url=EH/documents/WaterSafety/regs/Private Water System Rules.pdf;status=Private Water System Rules;");
        }

/* Food safety ********************************************************************************************* */

    with(milonic=new menuname("eh_food_safety")){
    overflow="scroll";
    style=menuStyle;
    aI("text=About Food Safety;url=EH/eh_FoodSafety_Main.htm;status=Food Safety Program Description;");
    aI("text=Forms;showmenu=eh_food_safety_forms;");
    aI("text=FAQs;showmenu=eh_food_safety_faqs;");
//    aI("text=News;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;");
    aI("text=Publications &amp; Links;showmenu=eh_food_safety_pubs;");
    aI("text=Regulations;showmenu=eh_food_safety_regs;");
    aI("text=Food Inspections;url=EH/eh_ComingSoon.htm;status=Food Inspections;");
    }

/* Food Safety Forms *************************************************************************************** */

        with(milonic=new menuname("eh_food_safety_forms")){
        overflow="scroll";
        style=menuStyle;
        aI("text=Farm Market Registration;url=EH/documents/FoodSafety/Forms/Farm Market Registration Form.pdf;status=Farm Market Registration;");
        aI("text=Farmers Market Registration;url=EH/documents/FoodSafety/Forms/Farmers Market Registration Form.pdf;status=Farmers Market Registration;");
        aI("text=Food Facility Plan Review;url=EH/documents/FoodSafety/Forms/Food Facility Plan Review Packet.pdf;status=Food Facility Plan Review;");
        aI("text=Mobile Food Service Packet;url=EH/documents/FoodSafety/Forms/Mobile Food Facility Plan Review Packet.pdf;status=Mobile Food Service Packet;");
        aI("text=Temporary Food Service Packet;url=EH/documents/FoodSafety/Forms/Temporary Food Facility Packet.pdf;status=Temporary Food Facility;");
        aI("text=Food Licence Exemption Request;url=EH/documents/FoodSafety/Forms/Food License Exemption Request.pdf;status=Food Licence Exemption Request;");
	aI("text=Vending License Application;url=EH/documents/FoodSafety/Forms/Vending License Application.pdf;status=Vending License Application;");
        }    

/* Food Safety Forms *************************************************************************************** */

        with(milonic=new menuname("eh_food_safety_faqs")){
        overflow="scroll";
        style=menuStyle;
        aI("text=Cottage Food;url=EH/documents/FoodSafety/FAQ/Cottage Food Production Operations.pdf;status=Cottage Food Production Operations;");
        aI("text=Farm Market;url=EH/documents/FoodSafety/FAQ/Farm Market Answers.pdf;status=Farm Market Answers;");
        aI("text=Farmers\' Market;url=EH/documents/FoodSafety/FAQ/Farmers Markets Answers.pdf;status=Farmers/' Market Answers;");
        }    

/* Food Safety Pubs **************************************************************************************** */

        with(milonic=new menuname("eh_food_safety_pubs")){
        overflow="scroll";
        style=menuStyle;
        aI("text=Food Safety During Pregnancy;url=EH/documents/FoodSafety/Pubs/FoodSafetyPregnancy.pdf;status=Food Safety During Pregnancy;");
		aI("text=Kitchen Companion;url=EH/documents/FoodSafety/Pubs/KitchenCompanion.pdf;status=Kitchen Companion Guide;");
		aI("text=Food Safety During Disasters;url=EH/documents/FoodSafety/Pubs/FoodSafetyDisasters.pdf;status=Food Safety During Disasters;");
		aI("text=Food Safety Steps;url=EH/documents/FoodSafety/Pubs/7 Food Safety Steps for Successful Community Meals.pdf;status=7 Food Safety Steps for Successful Community Meals;");
        aI("text=Handling Food Safely;url=EH/documents/FoodSafety/Pubs/Basics for Handling Food Safely.pdf;status=Basics for Handling Food Safely;");
        aI("text=Cooking for Groups;url=EH/documents/FoodSafety/Pubs/Cooking for Groups - A Volunteer's Guide.pdf;status=Cooking for Groups - A Volunteer's Guide;");
        aI("text=Food Temperatures;url=EH/documents/FoodSafety/Pubs/Food Temperatures.pdf;status=Food Temperatures;");
        aI("text=Food, Hands, and Bacteria;url=EH/documents/FoodSafety/Pubs/Food, Hands, and Bacteria.pdf;status=Food, Hands, and Bacteria;");
        aI("text=Keeping Food Safe;url=EH/documents/FoodSafety/Pubs/Keeping Food Safe During an Emergency.pdf;status=Keeping Food Safe During an Emergency;");
        aI("text=Molds on Food;url=EH/documents/FoodSafety/Pubs/Molds on Food - Are They Dangerous.pdf;status=Molds on Food - Are They Dangerous;");
        aI("text=ServSafe Training Agencies;url=EH/documents/FoodSafety/Pubs/ServSafe Training Agencies.pdf;status=The Color of Hamburgers;");
        aI("text=Color of Hamburger;url=EH/documents/FoodSafety/Pubs/The Color of Hamburgers.pdf;");
        aI("text=Refrigerate Food;url=EH/documents/FoodSafety/Pubs/Why do we Refrigerate Food.pdf;status=Why do we Refrigerate Food?;");
        aI("text=Wash Hands;url=EH/documents/FoodSafety/Pubs/Why do we Wash our Hands.pdf;status=Why do we Wash our Hands?;");
        aI("text=Food Worker Manuals;showmenu=eh_food_safety_pubs_manuals;status=Food Safety Manuals;");
        aI("text=Drown a Germ;url=EH/documents/FoodSafety/Pubs/Drown a Germ Poster.pdf;status=Drown a Germ Poster;");
        aI("text=First Aid for Food Choking;url=EH/documents/FoodSafety/Pubs/First Aid for Food Choking Poster.pdf;status=First Aid for Food Choking Poster;");
        aI("text=Food Temperature Guidelines;url=EH/documents/FoodSafety/Pubs/Food Temperature Guidelines Chart.pdf;status=Food Temperature Guidelines Chart;");
        aI("text=Hand Washing;url=EH/documents/FoodSafety/Pubs/Hand Washing Poster.pdf;status=Hand Washing Poster;");
        aI("text=Hand Washing (multilingual);url=EH/documents/FoodSafety/Pubs/Hand Washing Multilingual Poster.pdf;status=Hand Washing Multilingual Poster;");
        aI("text=Stop Disease;url=EH/documents/FoodSafety/Pubs/Stop Disease by Washing Your Hands Poster.pdf;status=Stop Disease by Washing Your Hands Poster;");
        aI("text=Ohio Department of Health Food Safety;url=http://www.odh.ohio.gov/odhPrograms/eh/foods/food2.aspx;status=;");
        aI("text=Ohio Department of Agriculture Food Safety;url=http://www.ohioagriculture.gov/pubs/divs/food/food-index.stm;status=;");
        }    

/* Food Safety Pubs - manuals ****************************************************************************** */

        with(milonic=new menuname("eh_food_safety_pubs_manuals")){
        overflow="scroll";
        style=menuStyle;
        aI("text=Chinese;url=EH/documents/FoodSafety/Pubs/Food Worker Manual - Chinese.pdf;status=Food Worker Manual - Chinese;");
        aI("text=English;url=EH/documents/FoodSafety/Pubs/Food Worker Manual - English.pdf;status=Food Worker Manual - English;");
        aI("text=Spanish;url=EH/documents/FoodSafety/Pubs/Food Worker Manual - Spanish.pdf;status=Food Worker Manual - Spanish;");
        }    

/* Food Safety Links **************************************************************************************** */

        with(milonic=new menuname("eh_food_safety_links")){
        overflow="scroll";
        style=menuStyle;
        aI("text=StillTasty Food Safety FAQ;url=http://www.stilltasty.com;status=StillTasty Food Safety FAQ;");
		aI("text=Ohio Ohio Department of Health Food Safety;url=http://www.odh.ohio.gov/odhPrograms/eh/foods/food2.aspx;status=Ohio Department of Health Food Safety Site;");
        aI("text=Ohio Ohio Department of Agriculture Food Safety;url=http://www.ohioagriculture.gov/pubs/divs/food/food-index.stm;status=Ohio Department of Agriculture Food Safety Site;");
        aI("text=Spanish;url=http://www.profoodsafety.org/;status=Multi-lingual Food Safety Information;");
        }    

/* Food Safety Regs ****************************************************************************************** */

        with(milonic=new menuname("eh_food_safety_regs")){
        overflow="scroll";
        style=menuStyle;
        aI("text=Farm and Farmers Market Rules;url=EH/documents/FoodSafety/Regs/Farm and Farmers Market Rules.pdf;status=Farm and Farmers Market Rules;");
        aI("text=Food Service Supplemental Rules;url=EH/documents/FoodSafety/Regs/Food Service Operation Supplemental Rules.pdf;status=Food Service Operation Supplemental Rules;");
        aI("text=Ohio Uniform Food Safety Code;url=EH/documents/FoodSafety/Regs/Ohio Uniform Food Safety Code.pdf;status=Ohio Uniform Food Safety Code;");
        aI("text=Reasons for the Food Code;url=EH/documents/FoodSafety/Regs/Public Health Reasons for the Food Code.pdf;status=Public Health Reasons for the Food Code;");
        aI("text=Retail Food Service Laws;url=EH/documents/FoodSafety/Regs/Retail and Food Service Laws.pdf;status=Retail and Food Service Laws;");
        aI("text=Retail Food Supplemental Rules;url=EH/documents/FoodSafety/Regs/Retail Food Establishment Supplemental Rules.pdf;status=Retail Food Establishment Supplemental Rules;");
        }    

/* Housing and Nusiance Abatement ************************************************************************* */

    with(milonic=new menuname("eh_housing_nuisance")){
    overflow="scroll";
    style=menuStyle;
    aI("text=About Nusiance Abatement;url=EH/eh_PublicHealthNuisanceAbatement_Main.htm;status=Nusiance Abatement Program Description;");
    aI("text=Forms;showmenu=eh_housing_nuisance_forms;");
    aI("text=FAQs;showmenu=eh_housing_nuisance_faqs;");
    aI("text=News;showmenu=eh_housing_nuisance_news;");
    aI("text=Publications &amp; Links;showmenu=eh_housing_nuisance_pubs;");
    aI("text=Regulations;showmenu=eh_housing_nuisance_regs;");
    }

/* Housing and Nusiance Abatement Forms ******************************************************************* */

        with(milonic=new menuname("eh_housing_nuisance_forms")){
        overflow="scroll";
        style=menuStyle;
        aI("text=Report Health Nuisance;url=EH/documents/Nuisance/Forms/Report a Public Health Nuisance.pdf;status=Report a Public Health Nuisance;");
        }

/* Housing and Nusiance Abatement FAQs ******************************************************************** */

        with(milonic=new menuname("eh_housing_nuisance_faqs")){
        overflow="scroll";
        style=menuStyle;
        aI("text=Lead FAQ;url=EH/documents/Nuisance/FAQ/Frequently Asked Questions About Lead.pdf;status=Lead FAQ;");
        }

/* Housing and Nusiance Abatement News ******************************************************************** */

        with(milonic=new menuname("eh_housing_nuisance_news")){
        overflow="scroll";
        style=menuStyle;
        aI("text=Bed Bug Task Force;url=http://centralohiobedbugs.org/;status=Bed Bug Task Force;");
		aI("text=Worksite Manual for Lead Professionals;url=EH/documents/Nuisance/News/Worksite Manual for Lead Professionals.pdf;status=Worksite Manual for Lead Professionals;");
        }
        
/* Housing and Nusiance Abatement Pubs ******************************************************************** */

        with(milonic=new menuname("eh_housing_nuisance_pubs")){
        overflow="scroll";
        style=menuStyle;
        aI("text=Indoor Air Quality Association;url=http://www.iaqa.org/;");
        aI("text=American Indoor Air Quality Council;url=http://www.iaqcouncil.org/locator/locator.htm;");
        aI("text=A Citizen\'s Guide to Radon;url=EH/documents/Nuisance/Pubs/A Citizen\'s Guide to Radon.pdf;status=A Citizen\'s Guide to Radon;");
        aI("text=How to Find a Lead Professional;url=EH/documents/Nuisance/Pubs/How to Find a Qualified Lead Professional.pdf;status=How to Find a Qualified Lead Professional;");
        aI("text=Lead &amp; Your Health;url=EH/documents/Nuisance/Pubs/Lead and Your Health.pdf;status=Lead and Your Health;");
        aI("text=Lead &amp; Your Home;url=EH/documents/Nuisance/Pubs/Lead and Your Home.pdf;status=Lead and Your Home;");
        aI("text=Mold &amp; Mildew;url=EH/documents/Nuisance/Pubs/Moisture, Mold, and Mildew.pdf;status=Moisture, Mold, and Mildew;");
        aI("text=Mold Cleanup;url=EH/documents/Nuisance/Pubs/Mold Cleanup.pdf;status=Mold Cleanup;");
        aI("text=Mold Health Effects;url=EH/documents/Nuisance/Pubs/Mold Health Effects.pdf;status=Mold Health Effects;");
        aI("text=Mold Removal;url=EH/documents/Nuisance/Pubs/Mold Removal and the Home.pdf;status=Mold Removal and the Home;");
        aI("text=Protecting Kids From Lead;url=EH/documents/Nuisance/Pubs/Protecting Kids From Lead and Pesticides.pdf;status=Protecting Kids From Lead and Pesticides;");
        aI("text=Protecting Your Family from Lead;url=EH/documents/Nuisance/Pubs/Protecting Your Family from Lead.pdf;status=Protecting Your Family from Lead;");
        aI("text=Testing for Lead;url=EH/documents/Nuisance/Pubs/Testing Your Home for Lead.pdf;status=Testing Your Home for Lead;");
        aI("text=EPA Radon;url=http://www.epa.gov/radon/;status=Environmental Protection Agency (EPA) Radon Site;");
        aI("text=HUD Lead;url=http://www.hud.gov/offices/lead/index.cfm;status=Department of Housing and Urban Services (HUD) Lead Site;");
        aI("text=EPA Lead;url=http://www.epa.gov/lead/index.html;status=Environmental Protection Agency (EPA) Lead Site;");
        aI("text=EPA Asbestos;url=http://www.epa.gov/iaq/asbestos.html;status=Environmental Protection Agency (EPA) Asbestos Site;");
        aI("text=FDA Fighting Fleas;url=http://www.fda.gov/fdac/features/696_flea.html;status=Food and Drug Administration (FDA) Fighting Fleas and Ticks;");
        aI("text=OSU Insects &amp; Pests;url=http://ohioline.osu.edu/hyg-fact/2000/index.html;status=Ohio State University All About Insects and Pests;");
        aI("text=ODH Lead Poisoning;url=http://www.odh.ohio.gov/odhPrograms/dspc/lp_prev/lp_prev1.aspx;status=Ohio Department of Health Lead Poisoning Prevention Site;");
        aI("text=ODH Indoor Air;url=http://www.odh.ohio.gov/odhPrograms/eh/indoor/indoor1.aspx;status=Ohio Department of Health Indoor Air Site;");
        }    

/* Housing and Nusiance Abatement Regs ******************************************************************** */

        with(milonic=new menuname("eh_housing_nuisance_regs")){
        overflow="scroll";
        style=menuStyle;
        aI("text=Housing Regulations;url=EH/documents/Nuisance/Regs/Miami County Housing Regulations.pdf;status=Miami County Housing Regulations;");
        aI("text=Solid Waste Regulations;url=EH/documents/Nuisance/Regs/Miami County Solid Waste Regulations.pdf;status=Miami County Solid Waste Regulations;");
        aI("text=Ohio Landlord and Tenant Law;url=EH/documents/Nuisance/Regs/Ohio Landlord and Tenant Law.pdf;status=Ohio Landlord and Tenant Law;");
        }    

/* Manufactured Home Parks ******************************************************************************** */

    with(milonic=new menuname("eh_manufactured_homes")){
    overflow="scroll";
    style=menuStyle;
    aI("text=About MHPs;url=EH/eh_ManufacturedHomeParks_Main.htm;status=Manufactured Home Park Inspection Program Description;");
    aI("text=Forms;showmenu=eh_manufactured_homes_forms;");
//    aI("text=FAQs;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;");
//    aI("text=News;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;");
    aI("text=Publications &amp; Links;showmenu=eh_manufactured_homes_pubs;");
    aI("text=Regulations;showmenu=eh_manufactured_homes_regs;");
    }

/* Manufactured Home Parks Forms ************************************************************************** */

        with(milonic=new menuname("eh_manufactured_homes_forms")){
        overflow="scroll";
        style=menuStyle;
        aI("text=MHPs Application;url=EH/documents/ManufacturedHomes/Forms/Manufactured Home Park Application.pdf;status=Manufactured Home Park Application;");
        aI("text=MHPs Replacement;url=EH/documents/ManufacturedHomes/Forms/Manufactured Home Park Replacement Form.pdf;status=Manufactured Home Park Replacement;");
        }    

/* Manufactured Home Parks Pubs ************************************************************************** */

        with(milonic=new menuname("eh_manufactured_homes_pubs")){
        overflow="scroll";
        style=menuStyle;
        aI("text=ODH MHPs;url=http://www.odh.ohio.gov/odhPrograms/eh/mh_park/mhparks1.aspx;status=Ohio Department of Health Manufactured Home Parks;");
        }    


/* Manufactured Home Parks Regulations ******************************************************************** */

        with(milonic=new menuname("eh_manufactured_homes_regs")){
        overflow="scroll";
        style=menuStyle;
        aI("text=MHP Regulations;url=EH/documents/ManufacturedHomes/Regs/Manufactured Home Parks Regulations.pdf;status=Manufactured Home Regulations;");
        }    
 
/* Mosquitoes Ticks and Rodents *************************************************************************** */

    with(milonic=new menuname("eh_mosquitoes")){
    overflow="scroll";
    style=menuStyle;
    aI("text=About Mosquitoes, Ticks &amp; Rodents;url=EH/eh_MosquitoesTicksRodents_Main.htm;status=Mosquitoe, Tick &amp; Rodent Control Program Description;");
    aI("text=Forms;url=EH/documents/MosquitoesTicksandRodents/Forms/Tick Testing Form.pdf;status=Tick Testing Form;");
    aI("text=FAQs;url=EH/documents/MosquitoesTicksandRodents/FAQ/West Nile Virus and Humans.pdf;");
    aI("text=News;showmenu=eh_mosquitoes_news;");
    aI("text=Publications &amp; Links;showmenu=eh_mosquitoes_pubs;");
    }

/*  Mosquitoes Tick and Rodent News ********************************************************************************** */

        with(milonic=new menuname("eh_mosquitoes_news")){
        overflow="scroll";
        style=menuStyle;
        aI("text=Bed Bug Task Force;url=http://centralohiobedbugs.org/;status=Bed Bug Task Force;");
		aI("text=Protect Yourself from Mosquitos;url=EH/documents/MosquitoesTicksandRodents/News/How to Protect Yourself from Mosquitos.pdf;status=How to Protect Yourself from Mosquitos;");
        aI("text=Pet Turtles;url=EH/documents/MosquitoesTicksandRodents/News/Pet Turtles and Children's Health.pdf;status=Pet Turtles and Children\'s Health;");
        aI("text=Animal Exhibitions;url=EH/documents/MosquitoesTicksandRodents/News/Voluntary Guidelines for Animal Exhibitions in Ohio.pdf;status=Voluntary Guidelines for Animal Exhibitions in Ohio;");
        }    

/* Mosquitoes Ticks and Rodents Pubs *************************************************************************** */

        with(milonic=new menuname("eh_mosquitoes_pubs")){
        overflow="scroll";
        style=menuStyle;
        aI("text=Bed Bugs;url=EH/documents/MosquitoesTicksandRodents/Pubs/BedBugFactSheetOSU.pdf;status=Bed Bug Fact Sheet;");
        aI("text=WNV &amp; Horses;url=EH/documents/MosquitoesTicksandRodents/Pubs/West Nile Virus and Horses.pdf;status=West Nile Virus and Horses;");
        aI("text=WNV &amp; Scrap Tires;url=EH/documents/MosquitoesTicksandRodents/Pubs/West Nile Virus and Scrap Tires.pdf;status=West Nile Virus and Scrap Tires;");
        aI("text=ODH - WNV;url=http://www.odh.ohio.gov/odhPrograms/idc/zoodis/wnv/wnv1.aspx;status=Ohio Department of Health West Nile Virus Site;");
        aI("text=What You Need to Know About Ticks;url=EH/documents/MosquitoesTicksandRodents/Pubs/What You Need to Know About Ticks.pdf;status=What You Need to Know About Ticks;");
        aI("text=CDC - Lyme Disease;url=http://www.cdc.gov/ncidod/dvbid/lyme/index.htm;status=Centers for Disease Control and Prevention Lyme Disease;");
        aI("text=FDA - Fighting Fleas and Ticks;url=http://www.fda.gov/fdac/features/696_flea.html;status=Food and Drug Administration Fighting Fleas and Ticks;");
        aI("text=CDC - Rocky Mountain Spotted Fever;url=http://www.cdc.gov/ncidod/dvrd/rmsf/index.htm;status=Centers for Disease Control and Prevention Rocky Mountain Spotted Fever;");
        aI("text=OSU - Insects and Pests;url=http://ohioline.osu.edu/hyg-fact/2000/index.html;status=Ohio State University All About Insects and Pests;");
        aI("text=OSU - Ticks;url=http://ohioline.osu.edu/hyg-fact/2000/2073.html;status=Ohio State University Tick Site;");
        aI("text=ODH - Vectorborne Disease;url=http://www.odh.ohio.gov/odhPrograms/idc/zoodis/vbdp/vbdp1.aspx;status=Ohio Department of Health Vectorborne Disease Site;");
        }    

/* Operational Permit Program ***************************************************************************** */
        
    with(milonic=new menuname("eh_operational_permits")){
    overflow="scroll";
    style=menuStyle;
    aI("text=About Operational Permits;url=EH/eh_OperationalPermitProgram_Main.htm;status=Operational Permit Program Description;");
    aI("text=Forms;showmenu=eh_operational_permits_forms;status=OPP Forms;");
    aI("text=FAQs;showmenu=eh_operational_permits_faqs;status=OPP FAQs;");
    aI("text=News;showmenu=eh_operational_permits_news;status=OPP News Items;");
    aI("text=Publications &amp; Links;showmenu=eh_operational_permits_pubs;status=OPP Publications;");
    aI("text=Regulations;showmenu=eh_operational_permits_regs;status=OPP Regulations;");
    }

/* Operational Permit Program Forms *********************************************************************** */

        with(milonic=new menuname("eh_operational_permits_forms")){
        overflow="scroll";
        style=menuStyle;
        aI("text=Grant Application;url=EH/documents/OPProgram/Forms/319 Grant Application Form.pdf;status=319 Grant Application Form;");
        aI("text=Financial Resources;url=EH/documents/OPProgram/Forms/319Financial Resources-Forms.pdf;status=319 Financial Resources Form;");
         }    
        
/* Operational Permit Program FAQs ************************************************************************ */

        with(milonic=new menuname("eh_operational_permits_faqs")){
        overflow="scroll";
        style=menuStyle;
        aI("text=Septic Systems FAQs;url=EH/documents/OPProgram/FAQ/Frequently Asked Questions about Septic Systems.pdf;status=Septic Systems FAQs;");
        aI("text=Operational Permit Prog FAQs;url=EH/documents/OPProgram/FAQ/Frequently Asked Questions About The Operational Permit Prog.pdf;status=Operational Permit Prog FAQs;");
	aI("text=Septic Systems;url=EH/documents/OPProgram/FAQ/Frequently Asked Questions about Septic Systems.pdf;status=Septic Systems FAQs;");
        aI("text=Registered Sewage Pumpers and Haulers;url=EH/documents/Sewage/FAQ/Sewage Hauler List.pdf;status=Registered Sewage Pumpers and Haulers;");
         }    
        
/* Operational Permit Program News ************************************************************************ */

        with(milonic=new menuname("eh_operational_permits_news")){
        overflow="scroll";
        style=menuStyle;
        aI("text=Montana Boy Found Dead in Septic Tank;url=EH/documents/OPProgram/News/Montana Boy Found Dead in Septic Tank.pdf;status=Montana Boy Found Dead in Septic Tank;");
        aI("text=3 Yr Old Dies in Septic Tank Accident;url=http://www.thebostonchannel.com/news/9162323/detail.html;status=3 Yr Old Dies After Falling Into Septic Tank;");
        aI("text=Water Cited as Culprit in Island Illness;url=http://www.toledoblade.com/apps/pbcs.dll/article?AID=/20050223/NEWS17/502230390;status=Water cited as culprit in island illness; bacterial contamination sickened 1,400;");
        aI("text=Threat of Septic Systems;url=http://www.missoulian.com/articles/2006/03/18/news/mtregional/news06.txt;status=Report Cites Threat of Septic Systems;");
        aI("text=Check That Septic System;url=http://realtytimes.com/rtcpages/19980903_septic.htm;status=Check That Septic System Before Purchasing a New Home;");
        aI("text=Proper Wastewater Treatment;url=http://extension.osu.edu/~news/story.php?id=2950;status=Proper Wastewater Treatment Key to Public Health, Clean Waterways;");
        }    

/* Operational Permit Program Pubs *********************************************************************** */

        with(milonic=new menuname("eh_operational_permits_pubs")){
        overflow="scroll";
        style=menuStyle;
        aI("text=Web Sites for Well Information;url=EH/documents/WaterSafety/pubs/Web Sites for Well Information.pdf;status=Web Sites for Well Information;");
        aI("text=CDC Looks at Links;url=EH/documents/OPProgram/Pubs/CDC_SFQ_s05.pdf;status=CDC Looks at Links Between Wastewater and Disease;");
        aI("text=Non Point Source;url=EH/documents/OPProgram/Pubs/FactSheet0441.pdf;status=Non Point Source Water Pollution;");
        aI("text=Storm Water;url=EH/documents/OPProgram/Pubs/FactSheet0442.pdf;status=Storm Water and Your Community;");
        aI("text=Septic System Maintenance;url=EH/documents/OPProgram/Pubs/FactSheet0740.pdf;status=Septic System Maintenance;");
        aI("text=Soil Evaluation;url=EH/documents/OPProgram/Pubs/FactSheet0742.pdf;status=Soil Evaluation for Home Septic Systems;");
        aI("text=Managing Septic Tank;url=EH/documents/OPProgram/Pubs/FactSheet0753.pdf;status=Managing Septic Tank / Mound Systems;");
        aI("text=Fecal-Oral Pathogens;url=EH/documents/OPProgram/Pubs/FactSheet0769.pdf;status=Fecal-Oral Pathogens in Water;");
        aI("text=Glossary;url=EH/documents/OPProgram/Pubs/Glossary of terms.pdf;status=Glossary of Terms;");
        aI("text=High Price of Ignorance;url=EH/documents/OPProgram/Pubs/Ignorance_SFQ_s05.pdf;status=The High Price of Ignorance;");
        aI("text=Landscaping Options;url=EH/documents/OPProgram/Pubs/Landscaping.pdf;status=Landscaping Options for Onsite Systems;");
        aI("text=Well Abandonment;url=EH/documents/OPProgram/Pubs/ODNRfctsht05.pdf;status=Well Abandonment Regulations;");
        aI("text=Sealing Unused Wells;url=EH/documents/OPProgram/Pubs/ODNRfctsht06.pdf;status=Properly Sealing Unused Wells;");
        aI("text=Before You Drill;url=EH/documents/OPProgram/Pubs/ODNRfctsht15.pdf;status=Before You Have a Well Drilled;");
        aI("text=Ground Water;url=EH/documents/OPProgram/Pubs/ODNRfctsht24.pdf;status=What is Ground Water?;");
        aI("text=Non-point Source Pollution;url=EH/documents/OPProgram/Pubs/ODNRfctsht44.pdf;status=What is Non-point Source Pollution?;");
        aI("text=Protect Ground Water;url=EH/documents/OPProgram/Pubs/ODNRfctsht45.pdf;status=Individual Practices to Protect Ground Water Quality;");
        aI("text=Understanding Your  Well;url=EH/documents/OPProgram/Pubs/ODNRfctsht62.pdf;status=Understanding Your Water Well;");
        aI("text=Surface Mapping in Ohio;url=EH/documents/OPProgram/Pubs/ODNRfctsht65.pdf;status=Potentiometric Surface Mapping in Ohio;");
        aI("text=Sealing Unused Wells;url=EH/documents/OPProgram/Pubs/ODNRwellsealing.pdf;status=Technical Guidance for Sealing Unused Wells;");
        aI("text=Protect My Water Supply;url=EH/documents/OPProgram/Pubs/OnTapProtectmywater.pdf;status=How Can I Protect My Private Water Supply?;");
        aI("text=Other Counties Fee Schedule;url=EH/documents/OPProgram/Pubs/Other Counties Fee Schedule for Operational Permit Program.pdf;status=Other Counties Fee Schedule for Operational Permit Program;");
        aI("text=Site Evaluations;url=EH/documents/OPProgram/Pubs/PipeLinespring00.pdf;status=Site Evaluations;");
        aI("text=Keep Your Water Well;url=EH/documents/OPProgram/Pubs/PipeLine_summer02.pdf;status=How To Keep Your Water \"Well\";");
        aI("text=Septic Tank Enhancements;url=EH/documents/OPProgram/Pubs/PipeLinefall03.pdf;status=Septic Tank Enhancements;");
        aI("text=Maintaining Your Septic System;url=EH/documents/OPProgram/Pubs/PipeLinefall04.pdf;status=Maintaining Your Septic System- A Guide for Homeowners;");
        aI("text=Wastewater Characteristics;url=EH/documents/OPProgram/Pubs/PipeLinefall97.pdf;status=Basic Wastewater Characteristics;");
        aI("text=Preventative Care;url=EH/documents/OPProgram/Pubs/PipeLinespring98.pdf;status=Inspections Equal Preventative Care For Onsite Systems;");
        aI("text=Mounds;url=EH/documents/OPProgram/Pubs/PipeLinesummer99.pdf;status=Mounds: A Septic System Alternative;");
        aI("text=Alternative Drainfield Designs;url=EH/documents/OPProgram/Pubs/PipeLinesummer01.pdf;status=Gravelless & Chamber Systems: Alternative Drainfield Designs;");
        aI("text=Onsite System Regulations;url=EH/documents/OPProgram/Pubs/PipeLinewinter98.pdf;status=A Homeowner's Guide To Onsite System Regulations;");
        aI("text=Water Softener;url=EH/documents/OPProgram/Pubs/PipeLinewinter01.pdf;status=Water Softener Use Raises Questions for System Owners;");
        aI("text=Water Softener Backwash;url=EH/documents/OPProgram/Pubs/SFQbackwash.pdf;status=Water Softener Backwash and Homeowner Onsite Systems;");
        aI("text=Drainfield Rehabilitation;url=EH/documents/OPProgram/Pubs/SFQdrainfield.pdf;status=Drainfield Rehabilitation;");
        aI("text=Onsite System;url=EH/documents/OPProgram/Pubs/SFQFall05Q&A.pdf;status=Planning For An Onsite System/Keeping your Property System-Safe;");
        aI("text=Offensive Odors;url=EH/documents/OPProgram/Pubs/SFQOdor_f04.pdf;status=Offensive Odors Don't Always Mean Septic System Failure;");
        aI("text=Household Hazards;url=EH/documents/OPProgram/Pubs/SFQQ&A2.pdf;status=Household Hazards-What's a Safe Alternative for Household cleaning;");
        aI("text=Drainfield Inspection;url=EH/documents/OPProgram/Pubs/SFQSpring04-Q&A.pdf;status=Drainfield Inspection-Does My Drainfield Ever Need to be Inspected?;");
        aI("text=Soil Characteristics;url=EH/documents/OPProgram/Pubs/SFQSummer04Soil.pdf;status=Soil Characteristics - Demystifying Dirt;");
        aI("text=Eradicating Straight Pipes;url=EH/documents/OPProgram/Pubs/Straight%20pipes_s05.pdf;status=Eradicating Straight Pipes and Failed Systems in Kentucky;");
        aI("text=Survey of Local Health Departments;url=EH/documents/OPProgram/Pubs/Survey of local health departments.pdf;status=Survey of Local Health Departments;");
        aI("text=Watertight Tanks;url=EH/documents/OPProgram/Pubs/WaterTight_su04.pdf;status=Watertight Tanks;");
        aI("text=Ohio Sewage Disposal;url=http://www.odh.ohio.gov/rules/final/f3701-29.aspx;status=Ohio Household Sewage Disposal Rules;");
        aI("text=Ohio EPA Drinking Water;url=http://www.epa.state.oh.us/ddagw/;status=Ohio EPA Drinking Water and Ground Water;");
        aI("text=Ohio EPA Surface Water;url=http://www.epa.state.oh.us/dsw/;status=Ohio EPA Surface Water;");
        aI("text=OSU Ag &amp; Env Sciences;url=http://ohioline.osu.edu/;status=Ohio State University College of Food, Agricultural and Environmental Sciences;");
        aI("text=National Environmental Services;url=http://www.nesc.wvu.edu/nsfc/nsfc_septicnews.htm;status=National Environmental Services Center;");
        }    

/* Operational Permit Program Regs ************************************************************************ */

        with(milonic=new menuname("eh_operational_permits_regs")){
        overflow="scroll";
        style=menuStyle;
        aI("text=Sewage Regulations;url=EH/documents/Sewage/Regs/MCHD Sewage Regulations.pdf;status=Miami County Health District Household Sewage Rules;");
        }    

/* Swimming Pools and Spas ******************************************************************************** */

    with(milonic=new menuname("eh_pools_and_spas")){
    overflow="scroll";
    style=menuStyle;
    aI("text=About Pools and Spas;url=EH/eh_PublicSwimmingPoolsSpas_Main.htm;status=Swimming Pools and Spas Program Description;");
    aI("text=Forms;showmenu=eh_pools_and_spas_forms;status=Pool and Spa Forms;");
    aI("text=FAQs;url=EH/documents/PoolsandSpas/FAQ/Answers for Pool Staff.pdf;status=Answers for Pool Staff;");
    aI("text=News;showmenu=eh_pools_and_spas_news;");
    aI("text=Publications &amp; Links;showmenu=eh_pools_and_spas_pubs;");
    aI("text=Regulations;url=EH/documents/PoolsandSpas/Regs/Ohio Pool and Spa Regulations.PDF;status=Ohio Pool and Spa Regulations;");
    }

/* Swimming Pools and Spas Forms*************************************************************************** */

        with(milonic=new menuname("eh_pools_and_spas_forms")){
        overflow="scroll";
        style=menuStyle;
        aI("text=Pool and Spa Equipment Replacement Form;url=EH/documents/PoolsandSpas/Forms/Equipment Replacement Notification Report.pdf;status=Pool and Spa Equipment Replacement Form;");
        aI("text=Pool and Spa Weekly Report Form;url=EH/documents/PoolsandSpas/Forms/Pool and Spa Weekly Report Form.pdf;status=Pool and Spa Weekly Report Form;");
        aI("text=Example of How to Complete the Pool and Spa Weekly Report;url=EH/documents/PoolsandSpas/Forms/Example of How to Complete the Pool and Spa Weekly Report.pdf;status=Example of How to Complete the Pool and Spa Weekly Report;");        
        aI("text=Weekly Accident Report Form;url=EH/documents/PoolsandSpas/Forms/Pool and Spa Weekly Accident Form.pdf;status=Pool and Spa Weekly Accident Form;");
        }    

/* Swimming Pools and Spas News *************************************************************************** */

        with(milonic=new menuname("eh_pools_and_spas_news")){
        overflow="scroll";
        style=menuStyle;
        aI("text=Compliance with the Virginia Graeme Baker Act;url=EH/documents/PoolsandSpas/News/VGB Pool Spa Safety Act Compliance Sheet.pdf;status=VGB Pool Spa Safety Act Compliance Sheet;");
	aI("text=Manufacturers of VGB Act Pool and Spa Drain Covers;url=http://www.cpsc.gov/businfo/draincman.html;status=VGB Act Manufacturers of Drain Covers;");
	aI("text=CPSC Staff Interpretation of VGB Act Complaince;url=EH/documents/PoolsandSpas/News/VGB Pool Spa Safety Act Interpretation.pdf;status=VGB Pool Spa Safety Act Interpretation;");
        aI("text=Chlorine and pH;url=EH/documents/PoolsandSpas/News/Chlorine and pH.pdf;status=Chlorine and pH;");
        aI("text=Information for Swimmers;url=EH/documents/PoolsandSpas/News/Information for Swimmers.pdf;status=Information for Swimmers;");
        }    

/* Swimming Pools and Spas Pubs *************************************************************************** */

        with(milonic=new menuname("eh_pools_and_spas_pubs")){
        overflow="scroll";
        style=menuStyle;
        aI("text=Body Fluid Spills;url=EH/documents/PoolsandSpas/Pubs/Cleaning Up Body Fluid Spills on Pool Surfaces.pdf;status=Cleaning Up Body Fluid Spills on Pool Surfaces;");
        aI("text=Equipment Replacement;url=EH/documents/PoolsandSpas/Pubs/Equipment Replacement Notification Report.pdf;status=Equipment Replacement Notification Report;");
        aI("text=Fecal Accident;url=EH/documents/PoolsandSpas/Pubs/Fecal Accident Response.pdf;status=Fecal Accident Response;");
        aI("text=Hot Tub Rash;url=EH/documents/PoolsandSpas/Pubs/Hot Tub Rash.pdf;status=Hot Tub Rash;");
        aI("text=Hand Washing Sign;url=EH/documents/PoolsandSpas/Pubs/Pool Hand Wash Sign.pdf;status=Pool Hand Wash Sign;");
        aI("text=Sanitation Sign;url=EH/documents/PoolsandSpas/Pubs/Pool Sanitation Sign.pdf;status=Pool Sanitation Sign;");
        aI("text=Swimmers Ear;url=EH/documents/PoolsandSpas/Pubs/Swimmers Ear.pdf;status=Swimmers Ear;");
        aI("text=Vomit and Blood in Water;url=EH/documents/PoolsandSpas/Pubs/Vomit and Blood Contamination of Pool Water.pdf;status=Vomit and Blood Contamination of Pool Water;");
        aI("text=Ohio Department of Health Swimming Pools and Spas;url=http://www.odh.ohio.gov/odhPrograms/eh/swim/swim1.aspx;status=Ohio Department of Health Swimming Pools and Spas;");
        }    

/* Rabies ************************************************************************************************* */

    with(milonic=new menuname("eh_rabies")){
    overflow="scroll";
    style=menuStyle;
    aI("text=About Rabies Control;url=EH/eh_RabiesMonitoring_Main.htm;status=Rabies Control Program Description;");
//    aI("text=Forms;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;");
    aI("text=FAQs;url=EH/documents/Rabies/FAQ/Answers About Rabies from the CDC.pdf;status=Frequently Asked Questions about Rabies;");
    aI("text=News;url=EH/documents/Rabies/News/Rabies Information from Miami County.pdf;status=Rabies Information from Miami County;");
    aI("text=Publications &amp; Links;showmenu=eh_rabies_pubs;status=Rabies related articles;");
    aI("text=Regulations;url=EH/documents/Rabies/Regs/Rabies Laws and Rules.pdf;status=Rabies Laws and Rules;");
    }

/* Rabies Pubs ******************************************************************************************** */

        with(milonic=new menuname("eh_rabies_pubs")){
        overflow="scroll";
        style=menuStyle;
        aI("text=CDC on Rabies;url=EH/documents/Rabies/Pubs/Answers About Rabies from the CDC.pdf;status=Answers About Rabies from the CDC;");
        aI("text=Tell Me About Rabies;url=EH/documents/Rabies/Pubs/Tell Me About Rabies.pdf;status=Tell Me About Rabies;");
        aI("text=CDC Control &amp; Prevention of Rabies;url=http://www.cdc.gov/ncidod/dvrd/rabies/default.htm;status=Centers for Disease Control and Prevention Rabies Site;");
        aI("text=ODH Rabies;url=http://www.odh.ohio.gov/odhPrograms/idc/zoodis/rabies/rab1.aspx;status=Ohio Department of Health Rabies Site;");
        }
        
/*  Schools *********************************************************************************************** */

    with(milonic=new menuname("eh_schools")){
    overflow="scroll";
    style=menuStyle;
    aI("text=About School Environments;url=EH/eh_SchoolEnvironments_Main.htm;status=School Environment Program Description;");
//    aI("text=Forms;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;");
//    aI("text=FAQs;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;");
    aI("text=News;showmenu=eh_school_news;status=School Environments in the News;");
    aI("text=Publications &amp; Links;showmenu=eh_school_pubs;status=School related articles;");
    aI("text=Regulations;url=EH/documents/Schools/Regs/OAC 3701-54 School Safety Rules_WEB.pdf;status=School Safety Rules;");
    }

/*  School News ******************************************************************************************* */

        with(milonic=new menuname("eh_school_news")){
        overflow="scroll";
        style=menuStyle;
        aI("text=Safe Schools;url=EH/documents/Schools/News/Are Your School Art and Science Rooms Safe.pdf;status=Are Your School Art and Science Rooms Safe?;");
        aI("text=Healthy Schools;url=EH/documents/Schools/News/Healthy School Environments Bulletin.pdf;status=Healthy School Environments Bulletin;");
        }    

/*  School Pubs ******************************************************************************************* */

        with(milonic=new menuname("eh_school_pubs")){
        overflow="scroll";
        style=menuStyle;
        aI("text=CDCs Asthma Bulletin;url=EH/documents/Schools/Pubs/CDCs Asthma Bulletin.pdf;status=CDCs Asthma Bulletin;");
        aI("text=CDCs Managing Asthma;url=EH/documents/Schools/Pubs/CDCs Managing Asthma In School.pdf;status=CDCs Managing Asthma In School;");
        aI("text=Chemistry Lab Hygiene;url=EH/documents/Schools/Pubs/Chemistry Lab Hygiene Plan.pdf;status=Chemistry Lab Hygiene Plan;");
        aI("text=Tools For Schools;url=EH/documents/Schools/Pubs/Design Tools For Schools.pdf;status=Design Tools For Schools;");
        aI("text=Health and Safety;url=EH/documents/Schools/Pubs/Environmental Health and Safety For New Schools.pdf;status=Environmental Health and Safety For New Schools;");
        aI("text=Playground Safety;url=EH/documents/Schools/Pubs/Handbook For Public Playground Safety.pdf;status=Handbook For Public Playground Safety;");
        aI("text=Indoor Air Quality;url=EH/documents/Schools/Pubs/Indoor Air Quality and Student School Performance.pdf;status=Indoor Air Quality and Student School Performance;");
        aI("text=Mold In Schools;url=EH/documents/Schools/Pubs/Mold In Schools Fact Sheet.pdf;status=Mold In Schools Fact Sheet;");
        aI("text=What To Do About Mold in School;url=EH/documents/Schools/Pubs/What To Do If There Is Mold In My School.pdf;status=What To Do If There Is Mold In My School;");
        aI("text=Jared\'s Law;url=http://www.legislature.state.oh.us/bills.cfm?ID=126_HB_0203;status=Jared\'s Law;");
        aI("text=Playground Safety;url=http://www.playgroundsafety.org/;status=Playground Safety;");
        aI("text=NSELA;url=http://www.nsela.org/publications/safescience/ss-article6.html;status=National Science Education Leadership Association;");
        aI("text=Playground Safety Pubs;url=http://www.cpsc.gov/CPSCPUB/PUBS/playpubs.html;status=Playground Safety Publications;");
        aI("text=EPA Indoor Air Quality;url=http://www.epa.gov/iaq/schooldesign/;status=US EPA Indoor Air Quality Link;");
        aI("text=Consumer Product Safety;url=http://www.cpsc.gov/;status=Consumer Product Safety Commission-Recalls;");
        aI("text=Healthy School Environments;url=http://cfpub.epa.gov/schools/index.cfm;status=Healthy School Environments;");
        }    


/*  Household Sewage Treatment **************************************************************************** */

    with(milonic=new menuname("eh_sewage_treatment")){
    overflow="scroll";
    style=menuStyle;
    aI("text=About Household Sewage;url=EH/eh_HouseholdSewage_Main.htm;status=Household Sewage Treatment Program Description;");
    aI("text=Forms;showmenu=eh_sewage_treatment_forms;");
    aI("text=FAQs;url=EH/documents/Sewage/FAQ/Frequently Asked Questions about Septic Systems.pdf;status=Frequently Asked Questions about Septic Systems;");
//    aI("text=News;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;");
    aI("text=Publications &amp; Links;showmenu=eh_sewage_treatment_pubs;");
    aI("text=Regulations;url=EH/documents/Sewage/Regs/MCHD Sewage Regulations.pdf;status=Miami County Health District Household Sewage Disposal Regulations;");
    }



/*  Household Sewage Treatment FAQs ********************************************************************** */

        with(milonic=new menuname("eh_sewage_treatment_FAQs")){
        overflow="scroll";
        style=menuStyle;
        aI("text=Registered Sewage Pumpers and Haulers;url=EH/documents/Sewage/FAQ/Sewage Hauler List.pdf;status=Registered Sewage Pumpers and Haulers;");
        }  


/*  Household Sewage Treatment Forms ********************************************************************** */

        with(milonic=new menuname("eh_sewage_treatment_forms")){
        overflow="scroll";
        style=menuStyle;
        aI("text=Sewage Treatment System Application;url=EH/documents/Sewage/Forms/STSApplication2007_WEB.pdf;status=Sewage Treatment System Application;");
        aI("text=Sewage System Variance Request;url=EH/documents/Sewage/Forms/Sewage Variance Request.pdf;status=Sewage System Variance Request;");
        }    

/*  Household Sewage Treatment Pubs *********************************************************************** */

        with(milonic=new menuname("eh_sewage_treatment_pubs")){
        overflow="scroll";
        style=menuStyle;
        aI("text=ODH Private Sewage Site;url=http://www.odh.ohio.gov/odhPrograms/eh/sewage/sewage1.aspx;status=Ohio Department of Health Sewage Treatment System Site;");
        }    
        

        
        
/*  Solid Waste Disposal ********************************************************************************* */

    with(milonic=new menuname("eh_solid_waste_disposal")){
    overflow="scroll";
    style=menuStyle;
    aI("text=About Solid Waste Disposal;url=EH/eh_WasteHaulers_Main.htm;status=Solid Waste Disposal Program Description;");
//    aI("text=Forms;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;");
//    aI("text=FAQs;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;");
//    aI("text=News;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;");
//    aI("text=Publications &amp; Links;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;");
    aI("text=Regulations;url=EH/documents/SolidWaste/Regs/Miami County Solid Waste Regulations.pdf;status=Miami County Solid Waste Regulations;");
    }

/*  Tattoo and Body Piercing ****************************************************************************** */

    with(milonic=new menuname("eh_tattoo_and_piercings")){
    overflow="scroll";
    style=menuStyle;
    aI("text=About Tattoo &amp; Piercings;url=EH/eh_TattooBodyPiercing_Main.htm;status=Tattoo &amp; Body Piercing Program Description;");
    aI("text=Forms;url=EH/documents/Tattoos/Forms/Miami County Tattoo and Body Piercing Plan Review.pdf;status=Miami County Tattoo and Body Piercing Plan Review;");
    aI("text=FAQs;url=EH/documents/Tattoos/FAQ/Miami County Tattoo and Body Piercing Plan Review.pdf;status=Miami County Tattoo and Body Piercing Plan Review;");
    aI("text=News;url=EH/documents/Tattoos/News/Permanent Makeup Helpful Hints.pdf;status=Permanent Makeup Helpful Hints;");
    aI("text=Publications &amp; Links;showmenu=eh_tattoo_and_piercings_pubs;status=Health Articles Relating to Tattooing and Body Piercing;");
    aI("text=Regulations;showmenu=eh_tattoo_and_piercings_regs;");
    }

/*  Tattoo and Body Piercing Pubs ************************************************************************* */


        with(milonic=new menuname("eh_tattoo_and_piercings_pubs")){
        overflow="scroll";
        style=menuStyle;
        aI("text=Body Piercings Guidelines;url=EH/documents/Tattoos/Pubs/APP Aftercare Guidelines for Body Piercings.pdf;status=APP Aftercare Guidelines for Body Piercings;");
        aI("text=Oral Piercing Guidelines;url=EH/documents/Tattoos/Pubs/APP Aftercare Guidelines for Oral Piercings.pdf;status=APP Aftercare Guidelines for Oral Piercing;");
        aI("text=Body Piercing Troubleshooting;url=EH/documents/Tattoos/Pubs/APP Body Piercing Troubleshooting.pdf;status=APP Body Piercing Troubleshooting;");
        aI("text=Oral Piercing Risks;url=EH/documents/Tattoos/Pubs/APP Oral Piercing Risks.pdf;status=APP Oral Piercing Risks;");
        aI("text=Picking Your Piercer;url=EH/documents/Tattoos/Pubs/APP Picking Your Piercer Guide.pdf;status=APP Picking Your Piercer Guide;");
        aI("text=APP Manual;url=EH/documents/Tattoos/Pubs/Association of Professional Piercers 2002 Manual.pdf;status=Association of Professional Piercers 2002 Manual;");
        }    

/*  Tattoo and Body Piercing Pubs ************************************************************************* */

        with(milonic=new menuname("eh_tattoo_and_piercings_regs")){
        overflow="scroll";
        style=menuStyle;
        aI("text=Tattoo and Body Piercing Laws;url=EH/documents/Tattoos/Regs/Tattoo and Body Piercing Establishment Laws ORC 3730.pdf;status=Tattoo and Body Piercing Establishment Laws ORC 3730;");
        aI("text=Tattoo and Body Piercing Rules;url=EH/documents/Tattoos/Regs/Tattoo and Body Piercing Establishment Rules OAC 37019.pdf;status=Tattoo and Body Piercing Establishment Rules OAC 37019;");
        }    

/*
** *********************************************************************************************************
**  P L U M B I N G
** *********************************************************************************************************
*/
    
with(milonic=new menuname("mchd_plumbing")){
overflow="scroll";
style=menuStyle;
aI("text=Program Description;url=PLM/plm_home.htm;status=MCHD Plumbing Department;");
aI("text=Forms;showmenu=plm_forms;status=Plumbing Forms;");
aI("text=FAQ;url=PLM/documents/FAQ/General Information about Plumbing in Miami County.pdf;status=General Information about Plumbing in Miami County;");
aI("text=Fees;url=PLM/plm_FeeSchedule.htm;status=2006 Plumbing Complete Fee Schedule;");
aI("text=Regulations;url=http://codes.ohio.gov/oac/4101:3;status=Plumbing Regulations;");
aI("text=Photographs;url=MCHD/mchd_slideshow.html?file=../PLM/data/plm_photos.js;status=Photos;");
aI("text=Contact Us;url=mailto:bmcmillen@miamicountyhealth.net;status=Send an email to Plumbing;");    
}

/*  Plumbing Forms *************************************************************************************** */

    with(milonic=new menuname("plm_forms")){
    overflow="scroll";
    style=menuStyle;
    aI("text=Miami County Plumbing Permit;url=PLM/documents/Forms/Miami Plumbing Permit Application.pdf;status=MIAMI COUNTY Plumbing Permit Application;");    
    aI("text=Mercer County Plumbing Permit;url=PLM/documents/Forms/Mercer Plumbing Permit Application.pdf;status=MERCER COUNTY Plumbing Permit Application;");       
    aI("text=Backflow Certification;url=PLM/documents/Forms/Backflow Certification Form.pdf;status=Backflow Certification Form;");
    aI("text=Irrigation Permit;url=PLM/documents/Forms/Irrigation Permit Form.pdf;status=Irrigation Permit Form;");
    aI("text=Plumber Registration;url=PLM/documents/Forms/Plumber Registration.pdf;status=Plumber Registration;");
    aI("text=Backflow &amp; Irrigation Registration;url=PLM/documents/Forms/Registration for Backflow and Irrigation.pdf;status=Registration for Backflow and Irrigation;");
    }    

/*
** *********************************************************************************************************
**  P U B L I C    H E A L T H   N U R S I N G
** *********************************************************************************************************
*/

with(milonic=new menuname("mchd_public_health_nursing")){
overflow="scroll";
style=menuStyle;
aI("text=Program Description;url=PHN/phn_home.htm;");
aI("text=Privacy Issues;showmenu=phn_hippa;");
aI("text=Prenatal;url=PHN/phn_PrenatalClinic.htm;showmenu=phn_clinics_prenatal;");
aI("text=Well Child;url=PHN/phn_WellChildClinic.htm;showmenu=phn_clinics_wellchild;");
aI("text=Immunizations;showmenu=phn_clinics_immunizations;");
aI("text=Flu Clinic;showmenu=phn_flu_clinic;");
aI("text=BCMH;url=PHN/phn_BCMH.htm;");
aI("text=Walk-in Services;showmenu=phn_walk_in;");
aI("text=Child Safety Seats;url=PHN/phn_ChildSafetySeats.htm;");

aI("text=Infectious Disease;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;");

aI("text=Newborn Visiting;url=PHN/phn_NewbornHomeVisiting.htm;");
aI("text=Special Projects;showmenu=phn_health_programs;");
aI("text=FAQs;url=PHN/phn_faqs.htm;showmenu=phn_faqs;status=Public Health Nursing Frequently Asked Questions List;");
aI("text=Photographs;url=MCHD/mchd_slideshow.html?file=../PHN/data/phn_photos.js;");
aI("text=Contact Us;url=mailto:schristian@miamicountyhealth.net;status=Send an email to Public Health Nursing;"); 
}

    with(milonic=new menuname("phn_hippa")){
    overflow="scroll";
    style=menuStyle;
    aI("text=HIPAA Policy;url=PHN/documents/Notice of Privacy Practices.doc;");
    }

    with(milonic=new menuname("phn_clinics_prenatal")){
    overflow="scroll";
    style=menuStyle;
    aI("text=Prenatal Clinic;url=PHN/phn_PrenatalClinic.htm;");
    aI("text=Prenatal Articles;url=PHN/phn_PrenatalArticles.htm;showmenu=phn_clinics_prenatal_articles;");
    aI("text=Baby Bucks Program;url=PHN/documents/Baby Bucks Flyer.pdf;");
    }

        with(milonic=new menuname("phn_clinics_prenatal_articles")){
        overflow="scroll";
        style=menuStyle;
        aI("text=Pregnancy Testing;url=PHN/phn_PregnancyTesting.htm;");
        aI("text=Healthy Start;url=PHN/phn_HealthyStart.htm;");
        aI("text=Smoking Cessation;url=PHN/phn_SmokingCessationProgram.htm;status=Upper Vallery Medical Center Smoking Cessation Program;");
        aI("text=Preventing Birth Defects;url=PHN/phn_PreventingBirthDefects.htm;");
        }
       
    with(milonic=new menuname("phn_clinics_wellchild")){
    overflow="scroll";
    style=menuStyle;
    aI("text=WC Clinic;url=PHN/phn_WellChildClinic.htm;");
    aI("text=WC Physicals;url=PHN/phn_WCPhysicals.htm;");
    aI("text=WC Articles;url=PHN/phn_WCArticles.htm;showmenu=phn_clinics_wellchild_articles;");
    aI("text=WC Consortium;url=PHN/phn_ConsortiumInvite.htm;");
    }

        with(milonic=new menuname("phn_clinics_wellchild_articles")){
        overflow="scroll";
        style=menuStyle;
        aI("text=Easter Egg Safety;url=PHN/phn_EasterEggsafety.htm;");
        aI("text=Halloween Safety;url=PHN/phn_HalloweenSafety.htm;");
        aI("text=Back To School Tips;url=PHN/phn_BackToSchool.htm;");
        aI("text=Baby Safety Month;url=PHN/phn_BabySafetyMonth.htm;");
        aI("text=Bicycle Safety Month;url=PHN/phn_BicycleSafety.htm;");
        aI("text=Safe Toys and Gifts Month;url=PHN/phn_SafeToysandGifts.htm;");
        aI("text=Dental Health Month;url=PHN/phn_DentalHealthMonth.htm;status=National Children\'s Dental Health Month;");
        aI("text=Hot Weather Precautions;url=PHN/phn_HotWeatherPrecautions.htm;");
        aI("text=Eye Health And Safety Month;url=PHN/phn_ChildrenEyeSafety.htm;");
        aI("text=Safe Sleep Environment;url=PHN/phn_SafeSleepEnvironment.htm;");
        aI("text=National Safe Kids Week;url=PHN/phn_SafeKidsWeek.htm;");
        
        aI("text=Poison Prevention;url=PHN/phn_PoisonPreventionArticles.htm;");
        aI("text=Pediculosis Prevention;url=PHN/phn_NationalPediculosisPrevention.htm;status=Pediculosis Prevention Month;");
        aI("text=Sickle Cell Month;url=PHN/phn_NationalSicklecellMonth.htm;");
        }
            
    with(milonic=new menuname("phn_clinics_immunizations")){
    overflow="scroll";
    style=menuStyle;
    aI("text=Childhood;url=PHN/phn_Immunizations_Childhood.htm;");
    aI("text=School;url=PHN/phn_Immunizations_School.htm;");
    aI("text=Adult;url=PHN/phn_Immunizations_Adult.htm;");
    aI("text=Travel;url=PHN/phn_Immunizations_Travel.htm;");		aI("text=Clinic Dates and Times;url=PHN/phn_Immunizations_Dates.htm;");
    aI("text=Vaccine and Mercury Concerns;url=http://www.cdc.gov/od/science/iso/concerns/thimerosal.htm;");
    }

    with(milonic=new menuname("phn_flu_clinic")){
    overflow="scroll";
    style=menuStyle;
    aI("text=Flu Clinic;url=PHN/phn_FluClinics.htm;");
//    aI("text=Flu Clinic Information;url=PHN/phn_FluClinics.htm;");
//    aI("text=Flu Clinic Info;url=PHN/documents/fluVIS.pdf;status=pdf version;");
//    aI("text=Clinic Map;url=PHN/documents/2005fluclinicwebmap.pdf;");
    }

   with(milonic=new menuname("phn_walk_in")){
    overflow="scroll";
    style=menuStyle;
    aI("text=Lice Checks;url=PHN/phn_HeadLice.htm;");
    aI("text=BP Checks;url=PHN/phn_BloodPressureChecks.htm;");
    aI("text=Strep Testing;url=PHN/phn_StrepThroatTesting.htm;");
    aI("text=Pregnancy Testing;url=PHN/phn_PregnancyTesting.htm;");
    aI("text=Mantoux (tb) Skin Testing;url=PHN/phn_TBSkinTesting.htm;");
    }
    
    with(milonic=new menuname("phn_disease")){
    overflow="scroll";
    style=menuStyle;
//    aI("text=Disease Surveillance;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;showmenu=disease_surveillance;");
//    aI("text=Case Investigations;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;showmenu=case_investigations;");
//    aI("text=Prevention Activities;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;showmenu=prevention_activities;");
//    aI("text=Disease Information;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;showmenu=disease_information;");
//    aI("text=Education Program;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;showmenu=education_program;");
//    aI("text=Tuberculosis;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;");
//    aI("text=Sexually Transmitted Diseases;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;");
//    aI("text=AIDS/HIV;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;");
    }        
    
        with(milonic=new menuname("disease_surveillance")){
        overflow="scroll";
        style=menuStyle;
//        aI("text=ODRS;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;");
//        aI("text=Class Project;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;");
//        aI("text=911 Project;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;");
        aI("text=Related Links;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;");
        }

        with(milonic=new menuname("case_investigations")){
        overflow="scroll";
        style=menuStyle;
//        aI("text=Specific Cases;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;");
//        aI("text=Related Links;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;");
        }

        with(milonic=new menuname("prevention_activities")){
        overflow="scroll";
        style=menuStyle;
//        aI("text=Client Education;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;");
//        aI("text=Prophylaxis Treatment;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;showmenu=prophylaxis_treatment;");
//        aI("text=Related Links;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;");
        }

            with(milonic=new menuname("prophylaxis_treatment")){
            overflow="scroll";
            style=menuStyle;
//            aI("text=IG;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;");
//            aI("text=Meds;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;");
//            aI("text=Vaccination;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;");
            }

        with(milonic=new menuname("disease_information")){
        overflow="scroll";
        style=menuStyle;
//        aI("text=List of Diseases;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;");
//        aI("text=Related Links;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;");
        }

        with(milonic=new menuname("education_program")){
        overflow="scroll";
        style=menuStyle;
//        aI("text=Corporate Training List;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;");
//        aI("text=Group Training List;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;");
//        aI("text=Related Links;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;");
        }

    
    with(milonic=new menuname("phn_health_programs")){
    overflow="scroll";
    style=menuStyle;
    aI("text=Baby Bucks Program;url=PHN/documents/Baby Bucks Flyer.pdf;");
    aI("text=School Nursing;url=PHN/phn_SchoolNursing.htm;");
    aI("text=Educational Programs;showmenu=phn_education_programs;");           
    aI("text=Child Safety Seats;url=PHN/phn_ChildSafetySeats.htm;");          
    aI("text=Health Partners;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;");    
    aI("text=Women\'s Health;url=PHN/phn_WomensWellness.htm;status=Women\'s Wellness;");
    aI("text=Men\'s Health;url=PHN/phn_MensWellness.htm;status=Men\'s Wellness;");
    aI("text=Troy Nursing;url=PHN/phn_TroyMilkFund.htm;");
    aI("text=Medical Reserve Corps;url=PHN/phn_MedicalReserveCorps.htm;");
    aI("text=Drug Discount Card;url=PHN/phn_RxDiscount.htm;");
    aI("text=Lions Club;url=PHN/phn_LionsClub.htm;");
    aI("text=Ryan White;url=PHN/phn_RyanWhite.htm;");
    aI("text=Adult Physicals;url=PHN/phn_AdultPhysicals.htm;");
    aI("text=HIV/STD Services;url=PHN/phn_HIV_STDServices.htm;");
    }

        with(milonic=new menuname("phn_education_programs")){
        overflow="scroll";
        style=menuStyle;
        aI("text=Handwashing;url=PHN/phn_Handwashing.htm;");
        aI("text=Sun Safety;url=PHN/phn_SunSafety.htm;");
        }

    with(milonic=new menuname("phn_faqs")){
    overflow="scroll";
    style=menuStyle;
    aI("text=Baby Safety;url=PHN/phn_BabyShotFAQx.htm;status=Baby Safety Month;");
    aI("text=Poison Prevention;url=PHN/phn_PoisonPreventionFAQx.htm;status=National Poison Prevention Week;");
    }    

/*
** *********************************************************************************************************
**  H E A L T H   E D U C A T I O N
** *********************************************************************************************************
*/

with(milonic=new menuname("mchd_health_education")){
overflow="scroll";
style=menuStyle;
aI("text=Program Description;url=HE/he_home.htm;");
aI("text=W.A.I.T.& C;url=HE/he_wait_c.htm;showmenu=waitc;");
aI("text=Smoking Cessation;url=HE/he_SmokingCessation.htm;");
aI("text=MCHD Events;url=;status=Health District Special Events;showmenu=adm_events;");
aI("text=Photographs;url=MCHD/mchd_slideshow.html?file=../HE/data/he_photos.js;");
aI("text=Contact Us;url=mailto:dminix@miamicountyhealth.net;status=Send an email to Health Education;");        
}

    with(milonic=new menuname("waitc")){
    overflow="scroll";
    style=menuStyle;
    aI("text=Abstinence Program;url=HE/he_wait_c.htm;");
    aI("text=Male Posters;url=HE/he_MalePosters.htm;");
    aI("text=Female Posters;url=HE/he_FemalePosters.htm;");
    aI("text=Poster Order Form;url=HE/he_waitc_poster_form.htm;status=WAITC Male &amp; Female Poster Order Form;");
    aI("text=WaitC Newsletter;url=HE/he_waitc_newsletter.htm;");
    }

    with(milonic=new menuname("other_programs")){
    overflow="scroll";
    style=menuStyle;
//    aI("text=Health Partners;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;");
    aI("text=Planned Parenthood;url=HE/he_PlannedParenthood.htm;");
    }
	
/*
** *********************************************************************************************************
**  V I T A L   S T A T I S T I C S
** *********************************************************************************************************
*/

with(milonic=new menuname("mchd_vital_statistics")){
overflow="scroll";
style=menuStyle;
aI("text=Program Description;url=VS/vs_home.htm;");
aI("text=How to Obtain Records;url=VS/vs_Obtain_a_Certificate.htm;status=Different ways to obtain a birth certificate;");
aI("text=Record Application;url=VS/documents/VSAPP.PDF;status=Birth and Death Certificate Form;");
aI("text=Born Outside of USA;url=VS/vs_BornOutsideUSA.htm;status=Born outside the United States;");
aI("text=Foreign Authentications;url=VS/vs_Apostille.htm;status=Authenticating documents;");
aI("text=Filing Instructions;url=VS/vs_HomeBirthRecordInstructions.htm;status=Filing an Out of Institution or Home Birth;");
aI("text=Legal Information;showmenu=vs_legal_information;");
aI("text=Genealogical Searches;showmenu=vs_genealogical_searches;");
aI("text=Proving Paternity;showmenu=vs_paternity;");
aI("text=Child Fatality Review;url=VS/vs_ChildFatalityReviewBoard.htm;");
aI("text=Statistical Reports;url=VS/vs_StatisticalReports.htm;");
aI("text=FAQ's;url=VS/vs_BirthDeathFAQx.htm;status=Frequently Asked Questions About Birth and Death Certificates;");
aI("text=Photographs;url=MCHD/mchd_slideshow.html?file=../VS/data/vs_photos.js;");
aI("text=Contact Us;url=mailto:slutz@miamicountyhealth.net;status=Send an email to Vital Statistics;"); 
}

        with(milonic=new menuname("vs_legal_information")){
        overflow="scroll";
        style=menuStyle;
        aI("text=Name Changes;url=VS/vs_NameChanges.htm;status=Instructions on filing a legal change of name;");
        aI("text=Adoption Information;url=VS/vs_AdoptionInformation.htm;");
        aI("text=Changing Parents;url=VS/vs_ChangingParentsInformation.htm;status=Changing Parents Information;");
        aI("text=Court Ordered Corrections;url=VS/vs_CorrectionofCertificates.htm;");
        aI("text=Stillborn Certificates;url=VS/vs_StillbornCertificates.htm;status=Stillborn Certificates;");
        }

        with(milonic=new menuname("vs_genealogical_searches")){
        overflow="scroll";
        style=menuStyle;
        aI("text=Software Tools;url=VS/vs_software.htm;");
        aI("text=Local Health Records;url=VS/vs_LocalHealthDistrictRecords.htm;");
        aI("text=Miami County Records;url=VS/vs_MiamiCountyRecords1853-1908.htm;");
        aI("text=Ohio Historical Society;url=http://www.ohiohistory.org/resource/archlib/brthdth1.html;");
        }

        with(milonic=new menuname("vs_paternity")){
        overflow="scroll";
        style=menuStyle;
        aI("text=Why Paternity;url=VS/vs_WhyEstablishPaternity.htm;status=Reasons for establishing paternity;");
        aI("text=How to Establish;url=VS/vs_HowToEstablishPaternity.htm;status=How to establish paternity;");
        aI("text=Paternity Affidavit;url=VS/vs_PaternityAffidavit.htm;");
        }
/*
** *********************************************************************************************************
**  W I C
** *********************************************************************************************************
*/

with(milonic=new menuname("mchd_wic")){
overflow="scroll";
style=menuStyle;
aI("text=Program Description;url=WIC/wic_Eligibility.htm;");
aI("text=Nutrition Education;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;");
aI("text=Breastfeeding Support;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;");
aI("text=Supplement Foods;offcolor=LightGrey;oncolor=LightGrey;onbgcolor=transparent;");
aI("text=Farmers Market;url=WIC/wic_FarmersMarket.htm;");
aI("text=WIC Photographs;url=MCHD/mchd_slideshow.html?file=../WIC/data/wic_photos.js;");	
aI("text=Contact Us;url=mailto:pramey@miamicountyhealth.net;status=Send an email to WIC;");     
}

/*
** *********************************************************************************************************
**  END OF MENU
** *********************************************************************************************************
*/

drawMenus();

