var fDesc=new Array(); fDesc[0] = "The only download manager for Windows using Microsoft BITS technology!
Using BITS - Background Intelligen Transfer System - downloads will automaticly adjust their download speed depending on how much you surf.
When surfing and downloading a big file at the same time BITS will reduce the amount of bandwidth for the download to let you surf more easily. When you stop surfing the bandwidth for the download will increase again.
Solid browser integration, both for the Mozilla Firefox browser and Internet Explorer.
Accelerates downloads by up to 30% by using multiple download threads. No more broken downloads! GoFetch can resume almost all broken downloads!"; 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 = ''; } }