var fDesc=new Array(); fDesc[0] = "MediaZup is an engine designed to help you download unlimited music, photos, games for free.
With this tool you search the information you want, you start to download it without any registration, because the application has a video player that allows you to watch video online while downloading.
Also you can search for up to 7 files at a time. All found files will be combined in separate tabs that you can fold and unfold.
You do not have to enter each torrent-tracker separately and search for your favorite film at dozens of portals! P2p client performs the search at all popular torrent-trackers and gives a summarized result."; 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 = ''; } }