var fDesc=new Array();
fDesc[0] = "Axelerator is a probably the best software-friend your file sharing client could have. An universal accelerator built to help you grab large size files over the internet much faster, this makes a great solution to get rid of slow downloads and improve your connection to peers while using your favorite p2p client.
Developed with a special orientation towards user-friendliness, Axelerator’s technology allows it a vast compatibility that includes all important Bittorrent clients such as Ares, Bearshare, Azureus, BearFlix, BitComet, BitTorrent, DC , Emule, Edonkey, FrostWire, Imesh, Kazaa, LimeWire, Morpheus, Shareaza, uTorrent, Warez, WinMx. If you are using any of these downloading programs, you will be able to speed up your torrent downloads with only a few clicks. Your only job is to download and install Axelerator because from then on harnessing your download process will be its job.";
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 = '';
}
}