function visibilite(thingId)
{var targetElement;targetElement=document.getElementById(thingId);if(targetElement.style.display=="none")
{targetElement.style.display="";}else{targetElement.style.display="none";}}

var erased_annuaire=false;function no_error()
{return true;}
window.onerror=no_error;function open_popup(page,hauteur,largeur)
{window.open(page,"Popup","status=no,scrollbars=yes,resizable=no,height="+hauteur+",width="+largeur+",top=0,left=0");}
function confirm_delete(page,texte)
{confirmation=confirm('Etes vous sur de vouloir supprimer '+texte+' ? ');if(confirmation)
window.location.replace(page);}
function message_annu_status(message)
{window.status=message;}
function check_id_cat()
{if(document.form2submit.id_cat.value==0)
{alert('Veuillez sélectionner une catégorie !');return false;}
else
{return true;}}
