function ShowAnimal(x)
{
	
	// alert(x);
	
	if (x=='Roadkill'){
	
	$('#animal_size').show();
	}else{
		$('#animal_size').hide();
	}
	
	
	if (x=='Streetlight'){
	
	location.href='https://www.aepohio.com/outages/report/StreetlightProblem.aspx';
	}
	 
	
}




