function validateform()
{
 	//myOption = -1;
	//for (i=0; i< frmsearch.sex.length; i++) {
	//if (frmsearch.sex[i].checked) {
	//myOption = i;
	//}
	//}
	
	if (document.frmsearch.name.value=="" && document.frmsearch.location.value=="" && document.frmsearch.practice_name.value=="" && document.frmsearch.speciality_name.value=="")
	{
	 alert("You must choose some criteria when you do a search.")
 	return false
	}
}



function submitform(county)
{

//getmapdetailsone();
document.frmcounty.county.value=county;
document.frmcounty.submit();
}


 