var fDesc=new Array(); fDesc[0] = "Thinc-Mail is a new email client that can be a direct replacement to current email clients, with a look and feel similar to Microsoft’s Outlook or Outlook Express it includes the added ability to share your common email address books with the whole office.
Thinc-Mail also has new bi directional SMS capabilities, send an SMS from your desktop to mobile phone or mobile phone to desktop. A standard charge applies for the optional use of the SMS service."; 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 = ''; } }