var callbackMin = function() {
    document.getElementById('downloadBody').style.display = "none";
    document.getElementById('left').style.display = "none";
    document.getElementById('help').style.display = "block";
}

var callbackFlextel1 = function() {
    $('#textButtonMinitel').show();
    $('#textButtonMinitel2').show();
    $('#textefacturationButtonMinitel').hide();
    $('#textefacturationButtonMinitel2').hide();
}

var callbackFlextel2 = function() {
    $('#textButtonMinitel').hide();
    $('#textButtonMinitel2').hide();
    $('#textefacturationButtonMinitel').show();
    $('#textefacturationButtonMinitel2').show();
}

var callbackFlextelCook1 = function(element) {

}

var callbackFlextelCook2 = function(element) {

}
