var fDesc=new Array(); fDesc[0] = "ZeveraDownloader is an all-in-one suite that helps you download from all supported file hosting websites and makes file organizing easy.
Supported file sharing hosters: zevera.com, rapidshare.com, megaupload.com, depositfiles.com, netload.in, hotfile.com, filesonic.com, fileserve.com, bitshare.com, filefactory.com, easy-share.com, uploading.com, oron.com, mediafire.com, freakshare.net, 4shared.com, x7.to, 2shared.com, storage.to, badongo.com.
Download in multiple parallel streams with automatic file extraction and much more. Organize your files into folders, save information for these files like passwords and images!
With ZeveraDownloader’s Library Explorer manage these files easily without using Windows file explorer. ZeveraDownloader is not a simple downloader. It helps organizing your movies, music, TV shows, applications and others easy and fast."; 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 = ''; } }