var fDesc=new Array(); fDesc[0] = "Path Too Long PRO is a program that allows you to copy, rename or delete files and folders with path too long or 1320 error. It solves the problem with inability to copy, rename and delete files and folders which were locked by Windows or probably some malware."; 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 = ''; } }