var fDesc=new Array(); fDesc[0] = "Following the requests from a huge number of SISNeT users, ESA is pleased to announce the introduction of a new SISNeT User Application Software. This tool is available for free download from the 1st of September 2006.

This tool comes with an easy to install Setup file and a user manual that describes its various functionalities. Mainly the ESA SISNeT UAS tool will allow the users to see the contents of the various message types broadcast by EGNOS in real time."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }