var fDesc=new Array(); fDesc[0] = "The SMARTALPHA-EVAL modem can be easily configured using the 666-EVAL Configuration Utility that is currently available on the website. You can configure the receiver just the way you want it in just a few steps with much ease. The program features buttons and forms and a clean and simple interface."; 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 = ''; } }