var fDesc=new Array(); fDesc[0] = "RockN Audio is a music files library and playlist management tool that represents an easy way to find and organize your music collection, giving you the full control of your MP3 / WAV files and CD music collection. Having a really wide range of library and playlist options this tool is one of the most powerful and easiest to use audio software applications around.Features:- Music file library and playlist management- MP3/WAV audio player and playlist creator- WAV/MP3 batch converter- Transfer music to a portable devices easily- CD Ripper - rip to selected format- ID Tag Editor- CD Player- CD burning- MP3 file splitter- Full featured audio editor and recorder- 7 out of 10Later note: this tool is no longer available for download or purchase"; 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 = ''; } }