var fDesc=new Array(); fDesc[0] = "Sat-Coord assists in the processing of satellite network information filed with the ITU, intersystem interference calculation (including ΔT/T and C/I), IFIC processing and frequency coordination. You can easily browse SNS database files from its interface; it supports over 500 search fields. You can import and edit gain contour, service area and AG/GSO diagram data from ITU GIMS database files."; 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 = ''; } }