var fDesc=new Array(); fDesc[0] = "Kazaa Download Manager is an add-on for people who use Kazaa Media Desktop and other P2P file sharing utilities to download files.
- Quickly and easily manage your downloads with efficient file management functions!
- Never lose a download again by using the essential Backup feature to protect all your downloads.
- Completely compatible with Kazaa Lite.
- The File List Generator can create lists of your downloads to share with friends, print and keep a database of your downloads!
- Compatible with LimeWire, iMesh, Morpheus, eDonkey/eMule, BearShare and many more.
- Easy to use interface and clear instructions/help.
- Never worry about losing a 700MB download again. You won't lose a file because of a download error or if the downloads are accidentally cancelled, no matter what, by using the backup feature.
- Useful file management functions for copying files across a network, to another computer or organizing files to be written to CDs or DVDs."; 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 = ''; } }