var fDesc=new Array(); fDesc[0] = "VentaFax is computer fax and answering machine software. It can send and receive fax and voice messages via fax modems or the Internet. After pairing, you can retrieve your fax and voice messages from the touch-tone phone. You may also set this program to forward you the messages and faxes as email attachments. VentaFax is accessible from any Windows application, via a virtual printer driver.

Home version supports automatic voice, data, and fax mode recognition, distinctive ring tones, and voice mailbox."; 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 = ''; } }