var fDesc=new Array();
fDesc[0] = "AIO Audio CD Creator - is a powerful, comprehensive software that offers solutions to almost all problems related audio function.
Main 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.
System Requirements:
- Windows 98/ME/NT4/2000/XP/2003.
- .NET Framework Version 1.1.";
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 = '';
}
}