var fDesc=new Array(); fDesc[0] = "JustDev SMS is the only way to send a text message to almost any mobile number right from your computer. This application utilizes our internal mail system to forward the message to the desired recipient right to their mobile device. If you do not know the desired recipients carrier, you can send a request using the application and receive the response direct to your mobile device."; 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 = ''; } }