";
GH("etatActions",S);
if(Source=="Ext" ){
GID("donneeLocale").style.display="block";
}
}
setTimeout('EtatActions();',3500);
}
};
xhttp.open('GET', 'ajax_etatActions', true);
xhttp.send();
}
function LaVal(d){
d=parseInt(d);
d=' '+d.toString();
return d.substr(-9,3)+' '+d.substr(-6,3)+' '+d.substr(-3,3);
}
function AdaptationSource(){
var d='none';
if(biSonde){
d="table-cell";
}
const collection = document.getElementsByClassName('dispT');
for (let i = 0; i < collection.length; i++) {
collection[i].style.display = d;
}
var S='Source : '
if(Source=="Ext"){
S +='ESP distant '+int2ip(RMSextIP);
GID("donneeDistante").style.display="block";
}else {
S +='ESP local';
}
GH('source',S);
}