var fDesc=new Array(); fDesc[0] = "Hit'n'Mix Play tears apart MP3s/CD tracks and unlocks their basic building blocks - the individual vocals, instruments, percussion & ambient noise, provides the power to change, mash up & remix the separated vocals/instruments/ percussion in new and exciting ways never thought possible. And allows to save & open .Rip files, the revolutionary new audio file format."; 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 = ''; } }