var fDesc=new Array(); fDesc[0] = "AFK Matchmaking is a tool designed for DOTA 2 players that enables them to get notifications and accept matchmaking queues from their smartphones. First you have to Queue up for matchmaking, press ALT TAB and run the desktop application and then go AFK. Once synchronized via a unique code, the desktop application will notify your smartphone when your match is ready."; 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 = ''; } }