var fDesc=new Array(); fDesc[0] = "Works Mobile One is a service that enables users to exchange messages with colleagues in in-company organization chart and to make a free voice/video call by using PCs in the office. You can start chatting with anyone in your company using search and VIP (frequently contacted people) feature in a PC-optimized wide screen. Also, you can easily send many photos or files at once by using drag and drop."; 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 = ''; } }