var fDesc=new Array(); fDesc[0] = "Audiophiler is a music cataloguer that has been developed by music enthusiasts, for music enthusiasts.

Audiophiler will organize your collection of CDs, LPs, Cassettes, DVDs, Mini discs, and any other media format. You can view and print reports, sort and group by artist, title, genre, media format, year of release and all other fields. You can keep a record of where and when items were purchased and how much they cost.

Loading your music collection into Audiophiler is quick and simple. Put a CD in your CD-ROM drive and Audiophiler will download all the album information from the Internet CDDB service and load this into your database with one click of the mouse. No need to spend hours typing."; 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 = ''; } }