var fDesc=new Array(); fDesc[0] = "Pangolin SMS Software combines Twitter with Text to Sreen.Pangolin has always been a world leader in the world of SMS and Mobile Marketing technologies. Twitter to Screen is available in all of the Text to Screen products which we currently offer. The ability to do Twitter to Screen has been inside of the Pangolin SMS software for quite some time, but now it have been made some recent improvements to the way it operates, making this one of the most power Twitter to Screen applications available."; 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 = ''; } }