var fDesc=new Array();
fDesc[0] = "Apen CD Ripper can rip audio CDs to APE/FLAC/MP3 files. It can rip a full audio CD to a single large APE/FLAC file with a CUE file. And it also can rip some or all of tracks of an audio CD to track separated APE/FLAC/MP3 files.
With Apen CD Ripper, your favorite music on CDs can be stored and played in anywhere you want. E.g. the smart phones, APE/FLAC/MP3 player devices, etc.
Key features:
- Rip a full audio CD to a single large APE/FLAC file with CUE
- Rip tracks of an audio CD to APE/FLAC/MP3 files
- Easy to use and nice user interface
- Supports variable bit rate
- Win98/ME/2000/XP/2003/Vista Compatible
System requirements:
- Microsoft Windows 98/ME/2000/XP/2003/Vista operating system
- Pentium 266MHz Processor or greater";
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 = '';
}
}