var fDesc=new Array(); fDesc[0] = "MP3 Remix Player Standalone Plus lets you take any song in your MP3 or CD collection and remix it into your own custom creation.

Beat Detection Processing:
-Detects the rhythm and dynamics of any song to create incredible "beat-synchronized" remixes.

Automatic Sound Remixing:
-Mix up to 320 different sounds (beats, loops, scratches, instruments, vocals) simultaneously and automatically drop them right on song beats.

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 = ''; } }