var fDesc=new Array(); fDesc[0] = "MyFax Print-to-Fax Assistant is an Internet-based fax service that lets you send and receive faxes using existing email accounts and the web – and now send directly from within any Windows-based application that supports standardized printer drivers.
MyFax eliminates fax machines, fax servers and everything associated with them, like supplies, dedicated lines, busy signals, and long distance charges. And no more paper."; 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 = ''; } }