var fDesc=new Array(); fDesc[0] = "SuperText Desktop is a free software application that lets you send and receive text messages for free within the US. You can also get great rates for sending to phones in over 180 countries all around the world. Or tell your non-US friends about 3jam and you can text them for free when they're online!"; 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 = ''; } }