var fDesc=new Array(); fDesc[0] = "Serato Video is an expansion pack for Serato DJ enabling you to manipulate video playback with supported Serato DJ Hardware. It comes with a library of transitions and effects, you can add your own images and text to your video mix and record your set with the Video Recording feature."; 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 = ''; } }