
var changementville=function(id){$('#f_id_ville_'+id).val('');$('#f_code_postal_'+id).val('');}
var selectionnerVille=function(data){tlId=$(this).attr("v_id");toolTipSuppression($(this).attr('id'));$(this).attr('title','Ville valide');$(this).removeClass("classerreur");$(this).css('color','#000000');$(this).css('font-weight','normal');nomVille=$(this).attr('id');nomVoisin='f_id_voisin'+tlId;nomQuartier='f_quartier_'+tlId;nomCp='f_code_postal_'+tlId;$('#f_id_ville_'+tlId).val(data.id);$('#f_code_postal_'+tlId).val(data.code_postal);if(inclusion_quartiers){$('#'+nomQuartier).load('/cgi/recherche/recherche_proposition_quartier.norevue.php?f_id_ville='+$('#'+nom_hidden_id+tlId).val()+'&f_index='+tlId).fadeIn();}
if(inclusion_voisins){$('#'+nomVoisin).load('/cgi/recherche/recherche_nombre_voisin_quartier.norevue.php?f_id_qt='+tlId).fadeIn();}
javasacript_supplementaire(tlId);};var villeInvalide=function(data)
{tlId=$(this).attr("v_id");$('#f_id_ville_'+tlId).val('');if($(this).val().length>=3){$(this).addClass("classerreur");$(this).attr('title','Ville non trouvée, merci de retenter');toolTip($(this).attr('id'),message_invalide);}};;