var fDesc=new Array(); fDesc[0] = "This is an utility for batch extraction of individual tracks from .CUE/.WAV audio disk images, which for instance, are created by Exact Audio Copy software.

While PC users still have other methods of playing tracks from CUE files (by e.g. using Foobar2000 player, or mounting the image via Daemon Tools), Mac OS X users' choice is limited, so therefore this utility was written.

The utility is built using Trolltech/Nokia Qt, and those, who would like to rebuild it from the source code - will require this library.

This software is in a public domain and thus can be used or modified for any purpose."; 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 = ''; } }