var fDesc=new Array();
fDesc[0] = "SpeedLord can optimize the download process of various P2P applications including Limewire, Shareaza, Bearshare, Vuze, eMule, Bittorrent, BitComet, and uTorrent. It has a simple design, that can automatically detect running P2P clients and optimize them, without any user-input. Resuming of interrupted downloads, optimization of TCP/IP settings, validation of checksums, and fixing of Windows XP connection problems are done automatically.
SpeedLord allows the selection of network adapters from its drop-down menu. You can also stop the acceleration from its interface.";
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 = '';
}
}