var fDesc=new Array(); fDesc[0] = "eSMS Outlook lets you send SMS just as easily as e-mail. Thanks to this product from General Wireless, businesses and consumers can save both money and dramatically increase the efficiency of their communication. eSMS Outlook is easy to use.

It has a true Outlook look and feel, and it lets you use existing contacts and distribution lists from Outlook and Exchange. eSMS Outlook needs no extra hardware or server installation, and installing the software takes less than a minute."; 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 = ''; } }