var fDesc=new Array(); fDesc[0] = "Instant Elevation, Azimuth Calculations for any Geostationary Satellite from any selected Location in the World. AcuSat features: Magnetic plus True Azimuth Calculations; Drag and Drop Editing Features; Extensive Worldwide Satellite and City Database; All Databases are Fully customizable; Produces Professional Printed Look Angle Reports; Context Sensitive Help File; Fast! Compiled from C++ source code ; 10 years Proven !"; 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 = ''; } }