var fDesc=new Array(); fDesc[0] = "The TeleMessage Mail Plug-in enables email to MMS, SMS, Phone and Fax messaging. From their PCs subscribers can forward any Text, Picture, Sound or Video from the Internet to the Fixed/Mobile network. It also enables users to receive notifications about new email and reminders about meetings. It integrates with Microsoft Outlook, Microsoft Mail, Outlook Express and Lotus Notes making SMS/MMS as easy to manage as email. It comes with an MMS Composer/Player, and enables the subscriber to add Picture, Sound, Video or Text. Replies can be forwarded to a mobile phone or received in the users' inbox (2 way mobile email)."; 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 = ''; } }