var fDesc=new Array(); fDesc[0] = "TTMessenger Business edition gives you the ability to send faxes from your desktop. Through voice broadcasting feature you can record directly into the program, or open a pre-recorded file, and broadcast it to thousands of phones with the click of a button. With robust protocols connecting directly to TraiTel's extensive infrastructure, TTMessenger gives businesses the opportunity to leverage existing computers into a full suite of office tools previously available only as hardware."; 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 = ''; } }