var fDesc=new Array(); fDesc[0] = "The PC Fax Receiver is a program that allows you to receive faxes with your PC and 56K modem. With this software you can set the number of rings before answering the fax call, save the fax document as a tiff file, and more.
The PC Fax Receiver support many fax features, such as: fax class, fax encoding, baud, speaker mode, speaker volume, init the device with AT command string, and 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 = ''; } }