var fDesc=new Array(); fDesc[0] = "ChatON Alarm is an application that gives real-time notifications of new messages on your PC.You can use the application by signing in with your Samsung account ID, then view new messages through a notification pop-up window on your PC. When you click on the pop-up message, you can start a chat with the buddy who sent the message."; 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 = ''; } }