var fDesc=new Array(); fDesc[0] = "FaxTools eXPert is the benchmark in fax communication software. Discover the convenience of sending and receiving high-quality faxes directly from your PC. FaxTools eXPert provides you with choice of faxing over the Internet (FoIP) or through more than 1,000 supported modems. The software integrates seamlessly with MS Outlook and Outlook Express. It allows one-click image acquisition from a scanner, graphic design of cover pages and multiple types of attachments."; 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 = ''; } }