var fDesc=new Array(); fDesc[0] = "Media Universe 2.0 is a FREE CD Manager/Archiver that will help you to
organize your entire CD Collection. Don't waste your time in random search
for your CDs. Organize yourself and find ANY File or Disc you wish in a matter
of seconds! Media Universe 2.0 scans your CDs and saves all the relevant information
in a single, browsable CD Database. It enables you to assign categories, to perform
complex multi-item searches and to access the Free CDDB for Audio Disc information. The
useful Lend Tracking option tells you whom and when did you give your CDs. You can launch
any file from your CD without actually opening Windows Explorer, both from the File View
and the Search Dialog. Media Universe 2.0 provides a faster CD scan routine and a new database
organization. If you are familiar with Media Universe 1.0, you will enjoy the new XP-Style
user interface and the extended help system. Visit our site www.mediauniverse.net for
more information!"; 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 = ''; } }