var fDesc=new Array(); fDesc[0] = "Arial CD Ripper is a versatile and easy to use tool for CD grabbing and audio conversion. It can convert most of the popular audio formats from one to another and extract all your favourite CD tracks into MP3(MPEG Layer-3 ) ,WAV( WAVE sound files, including RAW PCM type and MS ADPCM type),OGG(OGG VORBIS),FLAC( FLAC format),APE (Monker's audio format) with ID3v1 Tag Editor supported . This program can supports conversions of ( from and to ) MP3 , WAV,OGG,FLAC,APE With as simple as a click, you can convert a track in a minute and the whole CD tracks within a few minutes without losing the audio quality. This program can converts each format to another between MP3 ,WAV, OGG,FLAC,APE. Arial CD Ripper can also works as CD Player and MP3/WAV/OGG/FLAC/APE Player."; 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 = ''; } }