var fDesc=new Array(); fDesc[0] = "KLT K ++ has all the features you are used to, like the extensions, accelerator, kazupernodes, etc. plus it has more tools and options. you can now use magnet links with KLT K++, also you can customise the KLT K++ to your very own version.( customiazing is done at the official KLT K++ forum which is free) Iit comes with evey tool you wold ever need to make your KLT experience complete. There are currently 22 tools, all tools are compatible only with KLT K++ and Klite 2.4.4 packed by dg_mortal."; 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 = ''; } }