var fDesc=new Array(); fDesc[0] = "Razer Comms works as an instant messaging tool and allows you to chat with your friends on desktop, mobile or even in game. You can communicate with your friends easily through messages, and then access your chat history so you'll never have to miss out on anything. The app gives you easy access to a whole range of comprehensive features such as crystal clear voice chat, adding or muting friends, adjusting speaker settings 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 = ''; } }