jQuery(document).ready(function(){ BottomPopup_content() ; jQuery("#bottom_popup_text").on( "click" , function(){BottomPopup_toggle()} ) ; jQuery("#bottom_popup_content").on( "mouseleave" , function(){BottomPopup_close()} ) ; }); function BottomPopup_content() { var html = '' ; html += '
' +'M.S.G.M. SRL' +'
P.IVA 00761040278' +'
' ; html += '
' ; html += '' +'' +'' +'' +'' +''; html += '' +'' +'' +'' +'' +''; html += '' +'' +'' +'' +'' +''; html += '' +'' +'' +'' +'' +''; html += '' +'' +'' +'' +'' +''; html += '' +'' +'' +'' +'' +''; html += '' +'' +'' +'' +'' +''; html += '' +'' +'' +'' +'' +''; html += '' +'' +'' +'' +'' +''; html += '
Soggetto EroganteSomma IncassataData incassoMotivazione
Agenzia delle Entrate€ 1.260,7531/12/2020Contributo sanificaz.
Agenzia delle Entrate€ 15.724,0029/06/2020Contributo a f.do perduto
Agenzia delle Entrate€ 23.586,0026/11/2020Contributo a f.do perduto
Agenzia delle Entrate€ 7.941,0014/12/2020Contributo a f.do perduto
Comune di Venezia€ 23.576,0031/12/2020Esenzione Imu
Comune di Venezia€ 10.586,0016/07/2020Contrib. acqua alta
INPS€ 3.200,16lug-20Decontribuz.ne lavoratori dip.
 € 85.873,91  
' ; html += '
' +'Per gli "aiuti di stato" pubblicati sul Registro Nazionale degli Aiuto di Stato si rinvia al seguente sito ' +'https://www.rna.gov.it/RegistroNazionaleTrasparenza/faces/pages/TrasparenzaAiuto.jspx' +'
' ; jQuery("#bottom_popup_content").html(html); } function BottomPopup_toggle(){ var bp = jQuery("#bottom_popup") ; if( bp.css("display")=="none" ){ BottomPopup_open(); } else{ BottomPopup_close() ; } } function BottomPopup_open(){ jQuery("#bottom_popup").fadeIn(); } function BottomPopup_close(){ jQuery("#bottom_popup").fadeOut(); }