var fDesc=new Array(); fDesc[0] = "Prog Finder is simple and completely free the utility capable considerably to help with adjustment of the Satellite dish or Terristeral antenna. This does calculation of azimuth and elevation angle, indicates level of a signal and sound, shows chart of signal level and support terrestrial and Satellite signal."; 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 = ''; } }