
function showModalInfosMagNum(id, eventActionName) {
    //  /!\ require js/ajax.js /!\ 
//    trackEvent('Homepage', eventActionName);
    jQuery('#' + id).jqmShow();
}
