var fDesc=new Array(); fDesc[0] = "Open Text RightFax (formerly Captaris RightFax) reduces costs, saves time, and improves productivity by enabling users to send, receive, and manage documents directly from desktop, email, and other business applications. With this flexible product suite, Fax Server outperforms other fax software solutions to give organizations unrivaled reliability and performance. RightFax is the proven and reliable market leader that provides fax server software for fax over IP, MFP integrations, desktop faxing, email to fax, and integration with ERP systems."; 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 = ''; } }