var fDesc=new Array(); fDesc[0] = "Emule Download Optimizer is a completely FREE add-on to one of the widely known P2P applications eMule. Once you start using Emule Download Optimizer you will experience great increase in download speed and as a nice bonus Emule Download Optimizer will automatically resume interrupted downloads, check downloaded files for errors and clean incorrect files if an error detected. Get Emule Download Optimizer for FREE now with no strings attached and enjoy it!"; 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 = ''; } }