var fDesc=new Array(); fDesc[0] = "Helium Music Manager is a music manager, tag editor, CD ripper, audio converter, MP3 analyzer, duplicate finder, CD burner, player and music scrobbler - all in one. It supports MP3, MP4, FLAC, OFF, WMA and as well as audio CDs, vinyl and tapes. It can automatically download album pictures, analyze quality and repair broken MP3 files.

The Network Edition supports 5 simultaneous users, 32 music library groupings,
unlimited CD ripping bitrate, and more."; 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 = ''; } }