var fDesc=new Array(); fDesc[0] = "QuickBurn MP3 is an Audio CD Burning add-on program for WinAmp. The QuickBurn MP3 WinAmp-styled window places itself above the WinAmp window each time you start WinAmp wheter QuickBurn from the Start Menu.
The program allows you to burn the MP3 and/or WAV files listed in your WinAmp playlist with one click to a high quality Audio CD. QuickBurn MP3 supports burning speeds between 1 - 32 x and loads of CD-Burner types"; 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 = ''; } }