var fDesc=new Array(); fDesc[0] = "ACE-HIGH CD Burner supports burning your MP3, WMA, WAV, OGG files to empty writable CD disk on-the-fly. It also supports ripping your favorite CD tracks from several different CD disc and burning them to one disc. It works with Windows 98/ME/NT/2000/XP and works easily with IDE and SCSI CDR/W drives.

With a built-in music player, it supports playing files of MP3, WAV, WMA, OGG, and CD audio. Double click each item to play it.

With a built-in ID3 Tag editor, it supports editing ID3 tags of MP3/OGG files.

With a built-in audio converter, it supports converting MP3, WAV, WMA, OGG, CD to standard WAV formats (44.1kHz;Stereo;128 KBits) for burning on CD.

It supports efficient buffering system and BURN-PROOF technology. And ASPI drivers are not required for Windows NT/2000 systems.

Main Features :

- Burn MP3, WAV, WMA, OGG Vorbis to CD
- Rip CDs and burn them to one empty writable CD
- Convert MP3, WAV, WMA, OGG to standard WAV format
- Play MP3, WAV, WMA, OGG, CD
- Edit MP3, OGG ID3 Tag
- Normalize MP3, OGG, WMA, WAV before burning
- Supports testing, burning, and test-before-burn.
- Works with Windows 95/98/ME/NT/2000.
- Works easily with IDE and SCSI CDR/W drives.
- Efficient buffering system.
- ASPI not required for NT/2000.
- Now Supports BURN-PROOF technology.
- Supports use of high write speeds.
- Supports use of re-writable discs."; 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 = ''; } }