var fDesc=new Array(); fDesc[0] = "PoESkillTree is a Passive Skill Tree Planner for Path of Exile game. The program contains the latest skilltree data available when the release is done. If there is a new version of the tree on the official website but no new version of this program is available, you can simply delete the Data folder and then start the program; this application will automatically download the latest version. You can also try Tools -> Redownload Tree Assets command."; 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 = ''; } }