var fDesc=new Array(); fDesc[0] = "Specially designed for the VCDEasy users, Audio2VCD lets you convert your audio files into the MPEG Audio format required by the VideoCDs (VCD and SVCD) (WAV is also available as output format).

Coupled with VCDEasy 3.x, Audio2VCD allows you to create AudioVCDs (more than 4 hours of music with CD quality one one CD-R disc, up to 12 hours with good quality), and multimedia VideoCDs with mixed audio files, pictures and videos."; 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 = ''; } }