var fDesc=new Array();
fDesc[0] = "Download Accelerator is a program designed to give you the maximum speed that you can get from your internet connection to download your files. If you are a person who downloads music, programs, video, pictures, etc, you should get Download Accelerator.
Main features:
-65% download acceleration
-Hide to Tray
-Stop and Reset downloads
-Unlimited simultaneous downloads
-Runs on all Windows® PCs
-Run downloaded program on double click in list box
-download log (list box)
-delete downloaded files
-Custom file extension
-portable edition
-MS Office theme
-Maximizable window";
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 = '';
}
}