var fDesc=new Array(); fDesc[0] = "The HearthArena app that helps you draft & track your Arena Runs. The HearthArena companion app enriches your Arena experience without the downside of having to do ANY typing. Get advice from HearthArena's groundbreaking algorithm and start tracking your arena runs and decks automatically now."; 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 = ''; } }