var fDesc=new Array(); fDesc[0] = "Resolume is the preferred software of choice for many professional VJ's and video artist in 40 countries worldwide. Resolume is an instrument for live video performances. Completely build to quickly improvise your videos to the music. Play up to three layers of video, with up to six effects. Play video forward, backward, adjust the speed or scratch it by hand. You can freely improvise without ever stopping the video."; 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 = ''; } }