var fDesc=new Array(); fDesc[0] = "This software is for the creation and validation of electronic notices GT1, GT2, GS1, GS2 and GA1 relating to the broadcasting service. The Terrestrial Services Department (TSD) carries out technical and regulatory functions and provides assistance to administrations in the domain of international management of the RF spectrum, as specified in the Radio Regulations and various Regional Agreements, concerning terrestrial services (broadcasting, fixed, maritime mobile, aeronautical mobile, etc.)."; 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 = ''; } }