$(function(){
	$('#fid_city, #fid_price_from, #fid_price_to').click(function(){
		$(this).select();
	})	
});