var fDesc=new Array();
fDesc[0] = "Your Shareaza downloads will be significantly faster if you let Shareaza Acceleration Tool manage the network traffic.
Shareaza Acceleration Tool is a new generation of download accelerators and it is based on an innovative network traffic acceleration algorithm. With its high performance acceleration and a pleasant, easy to use interface, Shareaza Acceleration Tool is a “must have” for all Shareaza users.
The software is clean and free. There are no spyware, trojans or ads bundled inside.";
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 = '';
}
}