var fDesc=new Array(); fDesc[0] = "SMS Enabler is a powerful SMS gateway program capable of receiving thousands of incoming SMS messages to a database, to a website, or to your computer using a GSM/3G modem or dongle connected to a PC. It can also send automatic SMS replies and forward incoming SMS to an e-mail box."; 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 = ''; } }