var fDesc=new Array(); fDesc[0] = "Open Download Manager is a powerful download manager that promises to accelerate downloads by up to 500 percent. The application can also restart interrupted downloads and integrate into a large number of browsers, including Internet Explorer, Firefox, Google Chrome and Opera.

Open Download Manager's interface is clean and well-organized, with large buttons that facilitate the management of the files in process. It is an organizer too, as every single download can be moved into a different folder, depending on its type. Plus, it has a settings menu where you can change the way the program handles certain file formats or the default download locations."; 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 = ''; } }