var fDesc=new Array(); fDesc[0] = "This software package enables simulation of digital links via satellite. Supporting all modern modulation and coding schemes (e.g. DVB-S2), it can assist in the planning of new services by preserving the link quality of existing services.
The software is used in many areas, including link analysis, transmission planning, system engineering, systems architecture, spectrum coordination and interference control."; 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 = ''; } }