var fDesc=new Array(); fDesc[0] = "The PC Fax Sender allows you to send a tiff (fax capability) file to a list of fax numbers, one by one and automatically! just set the phone numbers you want to send your fax and the program will send it to any one from the list. Also, you can set the phone line device, and much more.
The PC Fax Sender support many fax features, such as: fax class, fax encoding, baud, speaker mode, speaker volume, init the device with AT command string, and more 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 = ''; } }