var fDesc=new Array(); fDesc[0] = "Vuze Turbo Accelerator is a file sharing acceleration tool that enhances the performance of your Vuze P2P client. The program integrates automatically into the native BitTorrent application and takes over the task of boosting your downloads. It is capable of digging out more download sources than the original client, and its ability is proven with large size files."; 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 = ''; } }