var fDesc=new Array(); fDesc[0] = "Overwolf is a FREE software client, positioned as a layer above your games. It gives you access to various desktop and web applications while you are playing games. Overwolf allows you to voice chat and text chat via Skype in a user interface made for gamers (with extra features like PTT and more), browse the web, check your Facebook news feed and upload screenshots in just one click - without leaving your game and many more features! With Overwolf you can play games and stay connected!"; 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 = ''; } }