var fDesc=new Array(); fDesc[0] = "Blaze Audio's award-winning RipEditBurn turns your PC into a digital audio powerhouse! It will rip CDs (including copy protected CDs by using our Analog Ripping Technology), edit wave, WMA and MP3 files, convert MP3/WMA files to wave and wave files to MP3/WMA, and burn your own custom music CDs easily, quickly, and at a price that won't break your budget. With RipEditBurn you won't need two or even three separate programs for ripping, editing, and burning as you probably do now -- RipEditBurn is totally integrated and easy-to-use, shortening your learning curve and making it as easy as possible to manage and manipulate your music collection. And we've got great features too -- fade, equalization, volume normalization, special effects and more. Even if you've never burned a CD before, we're making it easy to learn. Now RipEditBurn has Vocal Reducer, which will reduce or even eliminate vocals from recorded music using sophisticated equalization and center channel removal technologies"; 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 = ''; } }