var fDesc=new Array(); fDesc[0] = "VeryPDF PDF Editor Download Manager is a powerful and handy program that allows you to download "VeryPDF PDF Editor" more quickly and has the ability to accelerate your downloads and can recover downloads if errors occur, for instance, resume or stop downloading. This incredible program is really small but powerful making its work silently while you perform other tasks. Moreover, the program features a very simple and intuitive user interface which does not require any technical knowledge to be operated and makes this task a breeze."; 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 = ''; } }