var fDesc=new Array(); fDesc[0] = "ePochta SMS 5.10 is the sms sending software allowing for short text messages to be sent right from your computer to cell phones of your customers or friends world wide. You don't have to open your browser to send sms, operating right from your desktop makes it efficient and comfortable to send sms to your recipients without having to do too many steps. The interface is quite simple and intuitive and allows to start sending the minute you install the program - no preparations required. Send sms when you need it."; 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 = ''; } }