var fDesc=new Array(); fDesc[0] = "Torq LE is a full-featured DJ application that has all the functions you’d find on expensive DJ CD players and turntables. It plays back music at varying speeds and pitches and automatically matches tempos of songs, creating smooth transitions between tracks. You can also perform remix tricks such as looping and instant jumps to other locations in the song. Lastly, Torq LE allows you to apply effects to the music and fully control the mix of the songs."; 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 = ''; } }