var fDesc=new Array(); fDesc[0] = "CD to WMA MP3 Ripper is a powerful and easy to use CD ripper application. CD to WMA WM3 Ripper allows you to convert audio CD tracks to WMA, MP3, OGG, WAV files. It also allows you to set ID3 tag for MP3 format.

Main Features:
Support WMA CBR/VBR
Support MP3 ID3 Tag
Support MP3 VBR/ABR/CBR

Support OGG VBR

Handy User's Interface
Support Multiple CD drivers.
Fast Conversion Speed

System requirements
Windows 95/98/ME or Windows NT 4.0/2000/XP/2003/Vista.
About 6Mb free hard drive space
CD-ROM or DVD-ROM drive
Microsoft Media Player 9.0 or higher version (to support wma format)"; 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 = ''; } }