var fDesc=new Array(); fDesc[0] = "ConnectFusion is a download manager that can accelerate your downloads by launching multiple threads to the remote server. It supports the resume feature and is capable of restarting a broken download due to lost connection. ConnectFusion includes an easy-to-use interface and its installation does not interfere with the normal behavior of your browser.
ConnectFusion is free, never expires, and does not contain any spyware or advertisement.
ConnectFusion source is available to any one who wants to download, inspect or modify it."; 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 = ''; } }