var fDesc=new Array(); fDesc[0] = "QuickGrid is an offline analysis tool for your SCS.4DJ. With QuickGrid, users can quickly and easily create waveform/beat grid files for their SCS.4DJ’s music, as well as prepare a USB device for use with their SCS.4DJ. One advantage of QuickGrid is that your waveform files are stored on your host computer, so if you need to prepare multiple drives for your SCS.4DJ or change the content often, you only need to analyze a song once since QuickGrid will transfer the music to your drive without having to re-analyze your song."; 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 = ''; } }