var fDesc=new Array(); fDesc[0] = "It allows you to send and receive faxes in a corporate network environment.

Total Fax, Fax Software brings full broadcast fax capabilities, regardless of size. Our Fax Software program allows users to manage multiple group fax lists and contacts, and enables users to broadcast faxes to an unlimited number of recipients."; 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 = ''; } }