var fDesc=new Array();
fDesc[0] = "Free Audio Creation Pack is a powerful, comprehensive software that offers solutions to almost all problems related audio function. You can extract pieces of music from audio CDs, save them into a variety of audio formats including MP3, and/or create a new CD only with music of your choice.
Key Features:
-Extracts and stores music from audio CDs.
-Supports various audio formats, high quality, express speed.
-Supports CD-DB, Normalizing, Fade in/out, Adjust silence, Equalizer, 3D effect.
-Makes not only audio CDs, but also Data CDs.
-Supports Normalizing, Multi-session, Multi-recording, Burn-proof, Image recording, Playing before recording, etc.
-Saves / Loads recording information.";
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 = '';
}
}