var fDesc=new Array(); fDesc[0] = "BearShare Manager is a software designed for people who use BearShare P2P to download files. It offers a lot of features for managing your downloads such as easy deleting, moving, copying and renaming of files, that are helpful for maintaining your file catalog. It also includes a handy File List Generator which creates a list of files you have, including your BearShare downloads, so you can keep a track of your files and be able to search your file catalog in seconds. It is an easy to use application and is completely FREE!

How it works:

To begin using the program at full capacity, it only takes two minutes for installation and configuration. Then program detects automatically BearShare folders and permits file organize, rename, or list export."; 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 = ''; } }