var fDesc=new Array(); fDesc[0] = "An advanced, yet simple-to-use voice mail and fax software for your home or business. All the features you'd expect are supported: multiple configurable mailboxes, faxing, ability to block telemarketers, call monitoring and logging, Caller ID with pop-ups and voice alerts, customizable and personalized greetings, and conversation recording. Call Soft can notify you of a call by E-mail, pager or calling another phone. There are several remote options such as have your E-mail read to you, run a program and eavesdrop just to name a few. Lastly, Call Soft looks just as great as it works!"; 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 = ''; } }