var fDesc=new Array(); fDesc[0] = "AppointMate Pro plugs directly into Microsoft Outlook or Outlook Express, thereby allowing you to send SMS using Outlook.

AppointMate Pro is intuitive as not only is it located in the users e-mail client as a toolbar, but the look, feel and operation of the SMS window is the same as an e-mail."; 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 = ''; } }