var fDesc=new Array(); fDesc[0] = "MP3 Remix® lets you take any song in your MP3 or CD collection and remix it into your own custom creation. Detects the rhythm and dynamics of any song to create incredible "beat-synchronized" remixes. Mix up to 320 different sounds (beats, loops, scratches, instruments, vocals) simultaneously and automatically drop them right on song beats. Comes pre-installed with many fun and professional sounding remix presets of beats, loops and sounds that can be mixed into any song of any music style."; 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 = ''; } }