var fDesc=new Array(); fDesc[0] = "RedBag SMS is formerly called Nokia Flasher. On almost all the Nokia mobile phones, there are hidden and interesting features: the Flash SMS. The particular SMS will be blinking on user's phone screen, with marvelous effects. RedBag SMS can compose Nokia Flash SMS and Siemens Picture SMS, and sends the completed messages to mobile phones with integrated SMS sender launcher."; 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 = ''; } }