var fDesc=new Array(); fDesc[0] = "A comprehensive and unsurpassed suite of tools to maintain, organise and catalogue your entire music collection. Coordinate the file names and ID3 Tags, catalogue your collection in HTML or text format, clean up your M3U and PLS playlists, find duplicate MP3's in your collection, rip audio CD's to your hard disk and convert between MP3 and WAV format with vast encoding/decoding options all in one cost-effective application.
Quite simply, you will never need another music management program. The Complete MP3 Manager aims to save you enormous amounts of time and greatly improve the quality and organisation of your music collection."; 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 = ''; } }