var fDesc=new Array(); fDesc[0] = "Ashampoo CD Recording Suite 4 is a very useful tool for recording CDs. This burning application allows user to store audio, video and data into a CD.

Publishers announce this program as the easiest and fastest CD burning application, and it really saves users time (and errors) by guiding them through the burning process step by step, avoiding the need of going through many settings, questions, selections or functions.

The application supplies means for directly burn audio CDs, video VCDs and supervideo SVCDs, create and update folders and files data CDs (documents, images, data, etc.), etc.

When creating audio CDs, user can create a music CD that it will be played on standard music CD players, create an MP3 music CD for later playing on regular MP3 CD players, or just copy music to a CD to be played on PCs. Volume normalization for audio tracks is directly applied.

Also, when burning movies, application enables the user to create video VCDs to be played on standard Video CD players, create super video SVCDs for the corresponding players, or to copy movie files on a CD for playing only on computers.

For data CDs, user can create a new CD including files and folders, images, programs, etc., in both modes: single session (disc is finalized after burning) or multissesion (the disc can be updated later on), or update an existing CD with the information selected when it was created in multissesion mode.

Application allows users to direct copy CD to CD, for duplicating or backing up files.

Image CDs can be created or burned: CD from image CD, image CD from CD or CD image from a project.

The application can also erase re-writeable CDs for later burning on them.

For the user to create a CD or DVD, the application allows the user to drag and drop elements from the Windows Explorer folders. After burning, the program performs a recorded data verification.

Program supports over 1,500 CD and DVD standard recording drives."; 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 = ''; } }