var fDesc=new Array(); fDesc[0] = "Receive Fax Call is a fax program that allows you to receive fax calls with your data modem, fast and easy. Just set the modem device from the list and click on the 'Open' button, the Receive Fax Call will open the device for new fax calls, each fax call will store under the destination folder you have set."; 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 = ''; } }