var fDesc=new Array(); fDesc[0] = "Torchlight 2 Rapid Respec is a free respec editor for Torchlight 2. The program offers you unlimited respec of attributes, skills and spells, optional character legitimacy controls to restrict build possibilities to only those that could have been produced through normal gameplay and aesthetic controls."; 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 = ''; } }