var fDesc=new Array(); fDesc[0] = "Enjoy your favorite songs in new and exciting ways! Even if you have no musical ability, with MP3 Remix you can easily create beautiful and original interpretations of any song in your MP3 or CD collection.

Simply select a song from your MP3 or CD library and start remixing! MP3 Remix's revolutionary remix engine allows you to add single and multiple sound elements, such as beats, loops, scratches, instruments, and vocals to any existing song and perform them in real-time. It even lets you record your custom remixed song to share with others."; 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 = ''; } }