/*****************************************************************
 * 05/20/2002 MBA This function was generated by Dreamweaver. 
 *                Incorporated other dynamic properties to the 
 *                STYLE object for IE. (pixelLeft and pixelTop
 *                attributes.)
 *****************************************************************/

function MM_showHideLayers() { //v2.0
  var i, visStr, args, theObj, TopValue, LeftValue;
  args = MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) { //with arg triples (objNS,objIE,visStr,TopValue,LeftValue)
    visStr   = args[i+2];
    if (navigator.appName == 'Netscape' && document.layers != null) 
    {
      theObj = eval(args[i]);
      if (theObj) theObj.visibility = visStr;
    } 
    else if (document.all != null) //IE
    { 
      if (visStr == 'show') visStr = 'visible'; //convert vals
      if (visStr == 'hide') visStr = 'hidden';
      theObj = eval(args[i+1]);
      if (theObj) 
      {
         theObj.style.pixelTop  = args[i+3]; 
         theObj.style.pixelLeft = args[i+4];
         theObj.style.visibility = visStr;
      }
    }
  }
}



/*****************************************************************
 * 05/22/2002 MBA This function loads the county's information 
 *                into a textbox string. These are the counties 
 *                that does not have a website to link to. 
 *****************************************************************/

function FindInfo (CountyName)
{
   var text;
   switch (CountyName) {  
   
   case "ADAMS" :
   	text  = 'ADAMS COUNTY PROBATE COURT\n'
      	text += 'The Honorable Brett M. Spencer\n\n'
      	text += '110 W. Main St\n'
      	text += 'West Union, OH 45693-1347\n'
      	text += 'Phone #: 937-544-2921\n'
      	text += 'Hours of Operation: 8:00 AM - 4:00 PM M-F'
      	postIt.results.value = text;   
      	break;
      	
   case "ASHLAND" :
	text  = 'ASHLAND COUNTY PROBATE COURT\n'
   	text += 'The Honorable Damian J. Vercillo\n\n'
   	text += '142 W. 2nd St\n'
   	text += 'Ashland, OH 44805-2190\n'
   	text += 'Phone #: 419-282-4284\n'
   	text += 'Hours of Operation: 8:00 AM - 4:00 PM M-F'
      	postIt.results.value = text;   
      	break;

   case "ASHTABULA" :
      	text  = 'ASHTABULA COUNTY PROBATE COURT\n'
      	text += 'The Honorable Charles G. Hague\n\n'
      	text += '25 W. Jefferson St\n' 
      	text += 'Jefferson, OH 44047-1028\n'
      	text += 'Phone #: 440-576-3451\n'
      	text += 'Hours of Operation: 8:00 AM - 4:30 PM M-F'
      	postIt.results.value = text;   
      	break;
      	
   case "ATHENS" :
   	text  = 'ATHENS COUNTY PROBATE COURT\n'
   	text += 'The Honorable Robert W. Stewart\n\n'
   	text += '1 S. Court St\n'
   	text += '2nd Floor\n'
   	text += 'Athens, OH 45701-2897\n'
   	text += 'Phone #: 740-592-3251\n'
   	text += 'Hours of Operation: 8:00 AM - 4:00 PM M-F'
      	postIt.results.value = text;   
      	break;
      	
   case "AUGLAIZE" :
   	text  = 'AUGLAIZE COUNTY PROBATE COURT\n'
   	text += 'The Honorable Mark E. Spees\n\n'
   	text += '201 Willipie St STE 103\n'
   	text += 'Wapakoneta, OH 45895-1972\n'
   	text += 'Phone #: 419-739-6776\n'
   	text += 'Hours of Operation: 8:00 AM - 4:30 PM M-F'
   	postIt.results.value = text;   
      	break;

   case "BELMONT" :
	text  = 'BELMONT COUNTY PROBATE COURT\n'
	text += 'The Honorable J. Mark Costine\n\n'
	text += '101 W. Main St.\n'
	text += 'St. Clairsville, OH 43950-1154\n'
	text += 'Phone #: 740-699-2144\n'
	text += 'Hours of Operation: 8:30 AM - 4:30 PM M-F'
	postIt.results.value = text;   
      	break;
      	
   case "BROWN" :
      	text  = 'BROWN COUNTY PROBATE COURT\n'
	text += 'The Honorable Margaret A. Clark\n\n'
	text += '510 East Main St. STE 1/PO Box 379\n'
	text += 'Georgetown, OH 45121-1421\n'
	text += 'Phone #: 937-378-6549\n'
	text += 'Hours of Operation: 7:30 AM - 4:30 PM M-F'
	postIt.results.value = text;   
      	break;

   case "CARROLL" :
	text  = 'CARROLL COUNTY PROBATE COURT\n'
	text += 'The Honorable John H. Weyand\n\n'
	text += '119 South Lisbon St.\n'
	text += 'Carrollton, OH 44615-1497\n'
	text += 'Phone #: 330-627-2323\n'
	text += 'Hours of Operation: 8:00 AM - 4:00 PM M-F'
	postIt.results.value = text;   
      	break;

   case "CHAMPAIGN" :
   	text  = 'CHAMPAIGN COUNTY PROBATE COURT\n'
	text += 'The Honorable John C. Newlin\n\n'
	text += '200 N. Main St.\n'
	text += 'Urbana, OH 43078-1642\n'
	text += 'Phone #: 937-484-1028\n'
	text += 'Hours of Operation: 8:00 AM - 4:00 PM M-F\n'
	text += 'CLOSED 12:00 PM to 1:00 PM For Lunch'
	postIt.results.value = text;   
      	break;

   case "CLARK" :
	text  = 'CLARK COUNTY PROBATE COURT\n'
	text += 'The Honorable Richard P. Carey\n\n'
	text += '50 E. Columbia St\n'
	text += 'Springfield, OH 45502-1194\n'
	text += 'Phone #: 937-328-2437\n'
	text += 'Hours of Operation: 8:00 AM - 4:30 PM M-F'
	postIt.results.value = text;   
      	break;

   case "CLERMONT" :
	text  = 'CLERMONT COUNTY PROBATE COURT\n'
	text += 'The Honorable Stephanie Wyler\n\n'
	text += '76 S. Riverside Dr\n'
	text += 'Batavia, OH 45103-2635\n'
	text += 'Phone #: 513-732-7243\n'
	text += 'Hours of Operation: 8:30 AM - 4:30 PM M-F'
	postIt.results.value = text;   
      	break;
      	
   case "CLINTON" :
	text  = 'CLINTON COUNTY PROBATE COURT\n'
	text += 'The Honorable G. Allen Gano\n\n'
	text += '46 S. South St. 2nd Floor\n'
	text += 'Wilmington, OH 45177-2297\n'
	text += 'Phone #: 937-382-2391\n'
	text += 'Hours of Operation: 8:00 AM - 4:30 PM M-F'
	postIt.results.value = text;   
      	break;

   case "COLUMBIANA" :
	text  = 'COLUMBIANA COUNTY PROBATE COURT\n'
	text += 'The Honorable Thomas M. Baronzzi\n\n'
	text += '105 S. Market St.\n'
	text += 'Lisbon, OH 44432-1255\n'
	text += 'Phone #: 330-424-4071\n'
	text += 'Hours of Operation: 8:00 AM - 4:00 PM M-F'
	postIt.results.value = text;   
      	break;

   case "COSHOCTON" :
	text  = 'COSHOCTON COUNTY PROBATE COURT\n'
	text += 'The Honorable C. Fenning Pierce\n\n'
	text += '426 Main Street\n'
	text += 'Coshocton, OH 43812-1593\n'
	text += 'Phone #: 740-622-1837\n'
	text += 'Hours of Operation: 8:00 AM - 4:00 PM M-F'
	postIt.results.value = text;   
      	break;

   case "CRAWFORD" :
	text  = 'CRAWFORD COUNTY PROBATE COURT\n'
	text += 'The Honorable Steven D. Eckstein\n\n'
	text += '112 E. Mansfield St.\n'
	text += 'Bucyrus, OH 44820-2386\n'
	text += 'Phone #: 419-562-8891\n'
	text += 'Hours of Operation: 8:30 AM - 4:30 PM M-F'
	postIt.results.value = text;   
      	break;

   case "DARKE" :
	text  = 'DARKE COUNTY PROBATE COURT\n'
	text += 'The Honorable Michael D. McClurg Sr.\n\n'
	text += 'Darke County Government Center\n'
	text += 'Courthouse 300 Garst Ave.\n'
	text += 'Greenville, OH 45331-2389\n'
	text += 'Phone #: 937-547-7345\n'
	text += 'Hours of Operation: 8:00 AM - 4:30 PM M-F'
	postIt.results.value = text;   
      	break;

   case "DEFIANCE" :
	text  = 'DEFIANCE COUNTY PROBATE COURT\n'
	text += 'The Honorable Stephen W. Ruyle\n\n'
	text += '221 Clinton St\n'
	text += 'Defiance, OH 43512-2182\n'
	text += 'Phone #: 419-782-4181\n'
	text += 'Hours of Operation: 8:30 AM - 4:30 PM M-F'
	postIt.results.value = text;   
      	break;

   case "DELAWARE" :
	text  = 'DELAWARE COUNTY PROBATE COURT\n'
	text += 'The Honorable Kenneth J. Spicer\n\n'
	text += '88 N. Sandusky St.\n'
	text += 'Delaware, OH 43015-1756\n'
	text += 'Phone #: 740-833-2600\n'
	text += 'Hours of Operation: 8:30 AM - 4:30 PM M-F'
	postIt.results.value = text;   
	break;

   case "ERIE" :
	text  = 'ERIE COUNTY PROBATE COURT\n'
	text += 'The Honorable Beverly K. McGookey\n\n'
	text += '323 Columbus Ave.\n'
	text += 'Sandusky, OH 44870-2691\n'
	text += 'Phone #: 419-627-7750\n'
	text += 'Hours of Operation: 8:00 AM - 4:00 PM (M-TH) 8:00AM - 5:00 PM (F)'
	postIt.results.value = text;   
	break;

   case "FAIRFIELD" :
	text  = 'FAIRFIELD COUNTY PROBATE COURT\n'
	text += 'The Honorable Steven O. Williams\n\n'
	text += 'Hall Of Justice\n'
	text += '224 E. Main St\n'
	text += 'Lancaster, OH 43130-3863\n'
	text += 'Phone #: 740-687-7090\n'
	text += 'Hours of Operation: 8:00 AM - 4:00 PM M-F'
	postIt.results.value = text;   
	break;

   case "FAYETTE" :
	text  = 'FAYETTE COUNTY PROBATE COURT\n'
	text += 'The Honorable Nancy D. Hammond\n\n'
	text += '110 E. Court St.\n'
	text += 'Washington Courthouse, OH 43160-1355\n'
	text += 'Phone #: 740-335-0640\n'
	text += 'Hours of Operation: 9:00 AM - 4:00 PM M-F'
	postIt.results.value = text;   
	break;

   case "FULTON" :
	text  = 'FULTON COUNTY PROBATE COURT\n'
	text += 'The Honorable Michael J. Bumb\n\n'
	text += '210 S. Fulton St. Rm 105\n'
	text += 'Wauseon, OH 43567-1211\n'
	text += 'Phone #: 419-337-9242\n'
	text += 'Hours of Operation: 8:30 AM - 4:30 PM M-F'
	postIt.results.value = text;   
	break;

   case "GALLIA" :
	text  = 'GALLIA COUNTY PROBATE COURT\n'
	text += 'The Honorable William S. Medley\n\n'
	text += '18 Locust St Rm 1293\n'
	text += 'Gallipolis, OH 45631-1251\n'
	text += 'Phone #: 740-446-3842\n'
	text += 'Hours of Operation: 8:00 AM - 4:00 PM M-F'
	postIt.results.value = text;   
	break;

   case "GEAUGA" :
   	text  = 'GEAUGA COUNTY PROBATE COURT\n'
   	text += 'The Honorable Charles E. Henry\n\n'
   	text += '231 Main St, Suite 200\n'
   	text += 'Chardon, OH 44024-1263\n'
   	text += 'Phone #: 440-285-2222\n'
   	text += 'Hours of Operation: 8:00 AM - 4:30 PM M-F'
      	postIt.results.value = text;   
      	break;

   case "GUERNSEY" :
	text  ='GUERNSEY COUNTY PROBATE COURT\n'
	text += 'The Honorable Robert S. Moorehead Jr.\n\n'
	text += '801 E. Wheeling Ave D-203\n'
	text += 'Cambridge, OH 43725-2395\n'
	text += 'Phone #: 740-432-9262\n'
	text += 'Hours of Operation: 8:00 AM - 4:00 PM M-F'
	postIt.results.value = text;   
	break;

   case "HANCOCK" :
	text  = 'HANCOCK COUNTY PROBATE COURT\n'
	text += 'The Honorable Allan H. Davis\n\n'
	text += '308 Dorney Plaza\n'
	text += 'Findlay, OH 45840-3302\n'
	text += 'Phone #: 419-424-7079\n'
	text += 'Hours of Operation: 8:30 AM - 4:30 PM M-F'
      	postIt.results.value = text;   
      	break;

   case "HARDIN" :
	text  = 'HARDIN COUNTY PROBATE COURT\n'
	text += 'The Honorable James S. Rapp\n\n'
	text += '1 Courthouse Sq. Suite 200/210\n'
	text += 'Kenton, OH 43326-2301\n'
	text += 'Phone #: 419-674-2230\n'
	text += 'Hours of Operation: 8:30 AM - 4:00 PM (M-TH) 8:30 AM - 5:00 (F)'
      	postIt.results.value = text;   
      	break;

   case "HARRISON" :
	text  = 'HARRISON COUNTY PROBATE COURT\n'
	text += 'The Honorable Matthew P. Puskarich\n\n'
	text += '100 W. MARKET ST\n'
	text += 'Cadiz, OH 43907-1132\n'
	text += 'Phone #: 740-942-8868\n'
	text += 'Hours of Operation: 8:30 AM - 4:30 PM M-F'
      	postIt.results.value = text;   
      	break;

   case "HENRY" :
	text  = 'HENRY COUNTY PROBATE COURT\n'
	text += 'The Honorable Keith P. Muehlfeld\n\n'
	text += '600 N. Perry St/PO Box 70\n'
	text += 'Napoleon, OH 43545-1747\n'
	text += 'Phone #: 419-592-5926\n'
	text += 'Hours of Operation: 8:30 AM - 4:30 PM M-F'
      	postIt.results.value = text;   
      	break;

   case "HIGHLAND" :
	text  = 'HIGHLAND COUNTY PROBATE COURT\n'
	text += 'The Honorable Kevin L. Greer\n\n'
	text += '105 N. High St\n'
	text += 'Hillsboro, OH 45133-1182\n'
	text += 'Phone #: 937-393-9981\n'
	text += 'Hours of Operation: 7:00 AM - 4:00 PM M-F\n'
	text += '8:00 AM - 12:00 PM Sat.'
      	postIt.results.value = text;   
      	break;

   case "HOCKING" :
	text  = 'HOCKING COUNTY PROBATE COURT\n'
	text += 'The Honorable Frederick E. Mong\n\n'
	text += '1 E. Main St.\n'
	text += 'Logan, OH 43138-1207\n'
	text += 'Phone #: 740-385-3615\n'
	text += 'Hours of Operation: 8:30 AM - 4:00 PM M-F'
      	postIt.results.value = text;   
      	break;

   case "HOLMES" :
	text  = 'HOLMES COUNTY PROBATE COURT\n'
	text += 'The Honorable Thomas C. Lee\n\n'
	text += '1 E. Jackson St. Suite 201\n'
	text += 'Millersburg, OH 44654-1249\n'
	text += 'Phone #: 330-674-5881\n'
	text += 'Hours of Operation: 8:30 AM - 4:30 PM M-F'
      	postIt.results.value = text;   
      	break;

   case "JACKSON" :
	text  = 'JACKSON COUNTY PROBATE COURT\n'
	text += 'The Honorable Stephen D. Michael\n\n'
	text += '226 E. Main St.\n'
	text += 'Jackson, OH 45640-1798\n'
	text += 'Phone #: 740-286-1401\n'
	text += 'Hours of Operation: 8:00 AM - 4:00 PM M-F'
      	postIt.results.value = text;   
      	break;

   case "JEFFERSON" :
	text  = 'JEFFERSON COUNTY PROBATE COURT\n'
	text += 'The Honorable Samuel W. Kerr\n\n'
	text += '301 Market St/PO Box 549\n'
	text += 'Steubenville, OH 43952-2187\n'
	text += 'Phone #: 740-283-8593\n'
	text += 'Hours of Operation: 8:30 AM - 4:30 PM M-F'
      	postIt.results.value = text;   
      	break;

   case "LAKE" :
  	text  = 'LAKE COUNTY PROBATE COURT\n'
  	text += 'The Honorable Ted Klammer\n\n'
  	text += '25 N Park Pl/PO Box 490\n'
  	text += 'Painsville, OH 44077-3416\n'
  	text += 'Phone #: 440-350-2626\n'
  	text += 'Hours of Operation: 7:30 AM - 5:00 PM M-F'
  	postIt.results.value = text;   
  	break;
  
   case "LAWRENCE" :
	text  = 'LAWRENCE COUNTY PROBATE COURT\n'
	text += 'The Honorable C. David Payne\n\n'
	text += '1 Veterans Sq.\n'
	text += 'Ironton, OH 45638-1585\n'
	text += 'Phone #: 740-533-4372\n'
	text += 'Hours of Operation: 8:00 AM - 4:00 PM M-F'
  	postIt.results.value = text;   
  	break;

   case "LICKING" :
	text  = 'LICKING COUNTY PROBATE COURT\n'
	text += 'The Honorable Robert H. Hoover\n\n'
	text += 'Licking County Courthouse\n'
	text += 'Newark. OH 43055-5553\n'
	text += 'Phone #: 740-670-5624\n'
	text += 'Hours of Operation: 8:30 AM - 4:30 PM M-F'
  	postIt.results.value = text;   
  	break;

   case "LOGAN" :
	text  = 'LOGAN COUNTY PROBATE COURT\n'
	text += 'The Honorable Michael L. Brady\n\n'
	text += '101 S. Main St. Rm 6\n'
	text += 'Bellefontaine, OH 43311-2055\n'
	text += 'Phone #: 937-599-7249\n'
	text += 'Hours of Operation: 8:30 AM - 4:30 PM M-F'
  	postIt.results.value = text;   
  	break;

   case "MADISON" :
	text  = 'MADISON COUNTY PROBATE COURT\n'
	text += 'The Honorable Glenn S. Hamilton\n\n'
	text += '1 N. Main St Rm 205\n'
	text += 'London, OH 43140-1096\n'
	text += 'Phone #: 740-852-0756\n'
	text += 'Hours of Operation: 8:00 AM - 4:00 PM M-F'
  	postIt.results.value = text;   
  	break;

   case "MARION" :
	text  = 'MARION COUNTY PROBATE COURT\n'
	text += 'The Honorable Thomas K. Jenkins\n\n'
	text += '222 W. Center St.\n'
	text += 'Marion, OH 43302-3646\n'
	text += 'Phone #: 740-223-4260\n'
	text += 'Hours of Operation: 8:30 AM - 4:30 PM M-F'
  	postIt.results.value = text;   
  	break;

   case "MEDINA" :
	text  = 'MEDINA COUNTY PROBATE COURT\n'
	text += 'The Honorable John J. Lohn\n\n'
	text += '93 Public Sq.\n'
	text += 'Medina, OH 44256-2289\n'
	text += 'Phone #: 330-722-9395\n'
	text += 'Hours of Operation: 8:00 AM - 4:30 PM M-F'
  	postIt.results.value = text;   
  	break;

   case "MEIGS" :
	text  = 'MEIGS COUNTY PROBATE COURT\n'
	text += 'The Honorable L. Scott Powell\n\n'
	text += '100 E. 2nd St.\n'
	text += 'Pomeroy, OH 45769-1030\n'
	text += 'Phone #: 740-992-3096\n'
	text += 'Hours of Operation: 8:30 AM - 4:30 PM M-F'
  	postIt.results.value = text;   
  	break;

   case "MERCER" :
	text  = 'MERCER COUNTY PROBATE COURT\n'
	text += 'The Honorable Mary Pat Zitter\n\n'
	text += '101 N. Main St. Rm 307\n'
	text += 'Celina, OH 45822-1796\n'
	text += 'Phone #: 419-586-8779\n'
	text += 'Hours of Operation: 8:30 AM - 5:00 PM (M) 8:30 AM - 4:00 PM (T-F)'
  	postIt.results.value = text;   
  	break;

   case "MONROE" :
	text  = 'MONROE COUNTY PROBATE COURT\n'
	text += 'The Honorable Walter R. Starr\n\n'
	text += '101 N. Main St. Rm 39\n'
	text += 'Woodsfield, OH 43793-1099\n'
	text += 'Phone #: 740-472-1654\n'
	text += 'Hours of Operation: 9:00 AM - 4:30 PM M-F'
  	postIt.results.value = text;   
  	break;

   case "MORGAN" :
	text  = 'MORGAN COUNTY PROBATE COURT\n'
	text += 'The Honorable Dan W. Favreau\n\n'
	text += '19 E. Main St.\n'
	text += 'McConnelsville, OH 43756-1197\n'
	text += 'Phone #: 740-962-2861\n'
	text += 'Hours of Operation: 8:00 AM - 4:00 PM M-F'
  	postIt.results.value = text;   
  	break;

   case "MORROW" :
	text  = 'MORROW COUNTY PROBATE COURT\n'
	text += 'The Honorable Howard E. Hall\n\n'
	text += '48 E. High St.\n'
	text += 'Mt. Gilead, OH 43338-1458\n'
	text += 'Phone #: 419-947-4515\n'
	text += 'Hours of Operation: 8:30 AM - 4:00 PM M-F'
  	postIt.results.value = text;   
  	break;

   case "MUSKINGUM" :
	text  = 'MUSKINGUM COUNTY PROBATE COURT\n'
	text += 'The Honorable Joseph A. Gormley\n\n'
	text += '401 Main St.\n'
	text += 'Zanesville, OH 43701-3519\n'
	text += 'Phone #: 740-455-7113\n'
	text += 'Hours of Operation: 8:30 AM - 4:30 PM M-F'
  	postIt.results.value = text;   
  	break;

   case "NOBLE" :
	text  = 'NOBLE COUNTY PROBATE COURT\n'
	text += 'The Honorable John W. Nau\n\n'
	text += '300 Courthouse Sq.\n'
	text += 'Caldwell, OH 43724-1243\n'
	text += 'Phone #: 740-732-5047\n'
	text += 'Hours of Operation: 8:00 AM - 4:00 PM (M-W) 8:00 AM - 12:00 PM (TH) 8:00 AM -6:00 PM (F)'
  	postIt.results.value = text;   
  	break;

   case "OTTAWA" :
	text  = 'OTTAWA COUNTY PROBATE COURT\n'
	text += 'The Honorable Kathleen L. Giesler\n\n'
	text += '315 Madison St.\n'
	text += 'Port Clinton, OH 43452-1994\n'
	text += 'Phone #: 419-734-6830\n'
	text += 'Hours of Operation: 8:30 AM - 4:30 PM M-F'
  	postIt.results.value = text;   
  	break;

   case "PAULDING" :
	text  = 'PAULDING COUNTY PROBATE COURT\n'
	text += 'The Honorable John A. DeMuth\n\n'
	text += 'Courthouse 2nd Floor\n'
	text += '115 N. William St. #202\n'
	text += 'Paulding, OH 45879-1204\n'
	text += 'Phone #: 419-399-8256\n'
	text += 'Hours of Operation: 8:00 AM - 4:00 PM M-F\n'
	text += 'CLOSED 11:30 AM to 12:30 PM For Lunch'
  	postIt.results.value = text;   
  	break;

   case "PERRY" :
	text  = 'PERRY COUNTY PROBATE COURT\n'
	text += 'The Honorable Luann Cooperrider\n\n'
	text += '105 N. Main St./PO Box 167\n'
	text += 'New Lexington, OH 43764-1262\n'
	text += 'Phone #: 740-342-1118\n'
	text += 'Hours of Operation: 8:30 AM - 4:30 PM M-F'
  	postIt.results.value = text;   
  	break;

   case "PICKAWAY" :
	text  = 'PICKAWAY COUNTY PROBATE COURT\n'
	text += 'The Honorable Jan Michael Long\n\n'
	text += '207 S. Court St.\n'
	text += 'Circleville, OH 43113-1691\n'
	text += 'Phone #: 740-474-3117\n'
	text += 'Hours of Operation: 8:00 AM - 4:00 PM M-F'
  	postIt.results.value = text;   
  	break;

   case "PIKE" :
	text  = 'PIKE COUNTY PROBATE COURT\n'
	text += 'The Honorable Wm. Wray Bevens\n\n'
	text += 'Pike County Government Center-Probate Court\n'
	text += '230 Waverly Plaza, Suite 600\n'
	text += 'Waverly, OH 45690-1386\n'
	text += 'Phone #: 740-947-2560\n'
	text += 'Hours of Operation: 8:30 AM - 4:00 PM M-F'
  	postIt.results.value = text;   
  	break;

   case "PORTAGE" :
	text  = 'PORTAGE COUNTY PROBATE COURT\n'
	text += 'The Honorable Thomas J. Carnes\n\n'
	text += '203 West Main St., 2nd Floor/PO Box 936\n'
	text += 'Ravenna, OH 44266-2773\n'
	text += 'Phone #: 330-297-3870\n'
	text += 'Hours of Operation: 8:00 AM - 4:00 PM M-F'
	postIt.results.value = text;   
  	break;
  	
   case "PREBLE" :
  	text  = 'PREBLE COUNTY PROBATE COURT\n'
	text += 'The Honorable Wilfred G. Dues\n\n'
	text += '101 E. Main St.\n'
	text += 'Eaton, OH 45320-1790\n'
	text += 'Phone #: 937-456-8137\n'
	text += 'Hours of Operation: 8:30 AM - 4:30 PM M-F'
	postIt.results.value = text;   
  	break;

   case "PUTNAM" :
	text  = 'PUTNAM COUNTY PROBATE COURT\n'
	text += 'The Honorable Daniel R. Gerschutz\n\n'
	text += '245 E. Main St, STE 204\n'
	text += 'Ottawa, OH 45875-1963\n'
	text += 'Phone #: 419-523-3012\n'
	text += 'Hours of Operation: 8:30 AM - 4:30 PM M-F'
	postIt.results.value = text;   
  	break;

   case "RICHLAND" :
	text  = 'RICHLAND COUNTY PROBATE COURT\n'
	text += 'The Honorable Philip Alan B. Mayer\n\n'
	text += '50 Park Ave E\n'
	text += 'Mansfield, OH 44902-1824\n'
	text += 'Phone #: 419-774-5583\n'
	text += 'Hours of Operation: 8:00 AM - 4:00 PM M-F'
	postIt.results.value = text;   
  	break;

   case "ROSS" :
	text  = 'ROSS COUNTY PROBATE COURT\n'
	text += 'The Honorable Richard G. Ward\n\n'
	text += '2 N. Paint St.  STE A\n'
	text += 'Chillicothe, OH 45601-3109\n'
	text += 'Phone #: 740-774-1179\n'
	text += 'Hours of Operation: 8:00 AM - 4:00 PM M-F'
	postIt.results.value = text;   
  	break;

   case "SANDUSKY" :
	text  = 'SANDUSKY COUNTY PROBATE COURT\n'
	text += 'The Honorable Brad Culbert\n\n'
	text += '100 N. Park Ave.\n'
	text += 'Fremont, OH 43420-2464\n'
	text += 'Phone #: 419-334-6217\n'
	text += 'Hours of Operation: 8:00 AM - 4:30 PM M-F'
	postIt.results.value = text;   
  	break;

   case "SCIOTO" :
	text  = 'SCIOTO COUNTY PROBATE COURT\n'
	text += 'The Honorable James W. Kirsch\n\n'
	text += '602 Seventh St.\n'
	text += 'Portsmouth, OH 45662-3998\n'
	text += 'Phone #: 740-355-8290\n'
	text += 'Hours of Operation: 8:30 AM - 4:30 PM M-F'
	postIt.results.value = text;   
  	break;

   case "SENECA" :
	text  = 'SENECA COUNTY PROBATE COURT\n'
	text += 'The Honorable Paul F. Kutscher Jr.\n\n'
	text += 'Probate Juvenile Court Building\n'
	text += '108 Jefferson St.\n'
	text += 'Tiffin, OH 44883-2898\n'
	text += 'Phone #: 419-447-3121\n'
	text += 'Hours of Operation: 8:30 AM - 4:30 PM M-F'
	postIt.results.value = text;   
  	break;

   case "SHELBY" :
	text  = 'SHELBY COUNTY PROBATE COURT\n'
	text += 'The Honorable Norman P. Smith\n\n'
	text += '100 East Court St./PO Box 4187\n'
	text += 'Sidney, OH 45365-4187\n'
	text += 'Phone #: 937-498-7265\n'
	text += 'Hours of Operation: 8:30 AM - 5:00 PM (M) 8:30 AM - 4:00 PM (T-F)'
	postIt.results.value = text;   
  	break;

   case "TUSCARAWAS" :
	text  = 'TUSCARAWAS COUNTY PROBATE COURT\n'
	text += 'The Honorable Linda A. Kate\n\n'
	text += '101 E. High Ave Rm 103\n'
	text += 'New Philadelphia, OH 44663-2636\n'
	text += 'Phone #: 330-365-3266\n'
	text += 'Hours of Operation: 8:00 AM - 4:30 PM M-F'
	postIt.results.value = text;   
  	break;

   case "VAN WERT" :
	text  = 'VAN WERT COUNTY PROBATE COURT\n'
	text += 'The Honorable Rex D. Fortney\n\n'
	text += '108 E. Main Street\n'
	text += 'Van Wert, OH 45891-1725\n'
	text += 'Phone #: 419-238-0027\n'
	text += 'Hours of Operation: 8:30 AM - 5:00 PM (M) 8:30 AM - 4:00 PM (T-F)'
	postIt.results.value = text;   
  	break;

   case "VINTON" :
	text  = 'VINTON COUNTY PROBATE COURT\n'
	text += 'The Honorable N. Robert Grillo\n\n'
	text += '100 E. Main St.\n'
	text += 'McArthur, OH 45651-1267\n'
	text += 'Phone #: 740-596-5480\n'
	text += 'Hours of Operation: 8:30 AM - 4:00 PM M-F'
	postIt.results.value = text;   
  	break;

   case "WAYNE" :
	text  = 'WAYNE COUNTY PROBATE COURT\n'
	text += 'The Honorable Raymond E. Leisy\n\n'
	text += '107 W. Liberty St\n'
	text += 'Wooster, OH 44691-4850\n'
	text += 'Phone #: 330-287-5575\n'
	text += 'Hours of Operation: 8:00 AM - 4:30 PM M-F'
	postIt.results.value = text;   
  	break;

   case "WILLIAMS" :
	text  = 'WILLIAMS COUNTY PROBATE COURT\n'
	text += 'The Honorable Steven R. Bird\n\n'
	text += '1 Courthouse Sq, 2nd Floor\n'
	text += 'Bryan, OH 43506-1789\n'
	text += 'Phone #: 419-636-1548\n'
	text += 'Hours of Operation: 8:30 AM - 4:30 PM M-F'
	postIt.results.value = text;   
  	break;

   case "WYANDOT" :
	text  = 'WYANDOT COUNTY PROBATE COURT\n'
	text += 'The Honorable Kathleen A. Aubry\n\n'
	text += '109 S. Sandusky Ave Rm 34\n'
	text += 'Upper Sandusky, OH 43351-1435\n'
	text += 'Phone #: 419-294-2302\n'
	text += 'Hours of Operation: 8:30 AM - 4:30 PM M-F'
	postIt.results.value = text;   
  	break; 

   default :
   	postIt.results.value = 'NO RECORDS FOUND';
   } 
}
