
// popup tabelle
function popup(url,nome,impostazioni){
 window.open(url,'Teximpianti',impostazioni);
} 

