var fDesc=new Array(); fDesc[0] = "The Yasa Audio/Data/Video CD burner is a quick solution for burning audio CD’s from WAV and MP3 files without the need of using any temporary files in the process. The user can create ISO images of the data, and the software is capable of burning most of the common CD image formats such as BIN, IMG, ISO as well as NRG’s to the CDs.

Apart from quick processing, the application also provides good quality, as the user may rip high quality music from audio CDs. Not only does it provide good performance, the application also comes with support to drag and drop options from Windows Explorer, and automatically detects CD-R/RW drivers as well.

Therefore burning data CD from most of the CD image files becomes quite easy, and the user also has the option of making personalized VCD/SVCD’s from the favorite video files without using any temporary storage. The application as a whole is targeted at providing quick and efficient CD burning and ripping capabilities to the user, in a convenient way, which has been surely achieved quite successfully."; 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 = ''; } }