﻿
﻿$(document).ready(function(){$("#ctl00_CONTENTPLACEHOLDER1_drpState").change(getCounties);});function getCounties(){$.post("CountyHandler.ashx?StrMethodName=GETCOUNTIES",{ctl00_CONTENTPLACEHOLDER1_drpState:$("#ctl00_CONTENTPLACEHOLDER1_drpState option:selected").val()},function(response){$("#ctl00_CONTENTPLACEHOLDER1_drpCounty").html(response);});}
function gvMouseOver(obj){if(obj.className=="dvitem"){obj.className="dvMouseOver";}}
function gvMouseOut(obj){if(obj.className=="dvMouseOver"){obj.className="dvitem";}}
function mapMin(){document.getElementById('subgurim_GMap1').style.height='50px';document.getElementById('hidMapHeight').style.height='50px';}
function mapMax(){document.getElementById('subgurim_GMap1').style.height='200px';document.getElementById('hidMapHeight').style.height='200px';}
function delSearch(searchID){var delSearch=document.getElementById('<%=hidDelSearchID.ClientID%>');delSearch.value=searchID;document.forms[0].submit()}