var fDesc=new Array(); fDesc[0] = "AP7Capture is a stand-alone application designed to assist administrations and the Radiocommunication Bureau (BR) in capturing AP7 input parameters for AP7 Analysis.You can view and edit AP7 input parameters of existing earth stations in any SNS formatted database,create a copy of an existing earth station and edit its AP7 input parameters and much more"; 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 = ''; } }