
function RefreshUpdatePanel(panel)
{
    var champ = document.getElementById('ctl00_hiddenAfficher');
    champ.value = "true";
    __doPostBack(panel,'1');
}



