var fDesc=new Array(); fDesc[0] = "Talk Talk is a real-time interactive online entertainment mobile application which allows you to live stream your lifestyle 24 hours to fans all over Thailand. You can interact live with the audience through the real time chatting system which will bring you closer together. Also, you can watch live shows from famous celebrities, artists and idols, send virtual gifts to your idols, and more."; 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 = ''; } }