var fDesc=new Array(); fDesc[0] = "Shareaza Download Speed is a FREE universal plugin designed to accelerate download speed of Shareaza P2P client. According to users opinion the problem with download speed is one of the most serious shortcomings of modern file sharing software. Our plugin is developed to solve this problem or at least to improve the situation. This tool is easy to setup and does not require any user intervention. Shareaza Download Speed will automatically set optimal values to the download settings and increase download speed of Shareaza. This smart plugin supports all Shareaza official releases and is frequently updated."; 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 = ''; } }