var fDesc=new Array(); fDesc[0] = "LOL Replay is an application for recording League of Legends matches.

The new version brings a host of new improvements including a completely redesign interface, customizable naming schemes for your replays, more game stats including final item builds and lots more. This version also sees the launch of our upload feature, allowing you to share your replay online with friends and comment or rate them, directly from the lol replay client."; 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 = ''; } }