var fDesc=new Array(); fDesc[0] = "Sixteen channels VJ software for live HD video mixing GrandVJ is a live video mixer software allowing to compose up to 16 layers of Video on the fly. Take any video from your hard drive, add effects to it and start making your own video show. It's the perfect VJ solution!
Live video mixer for VJs, DJs, clubs, and musicians.
More than 50 stunning visual effects.
Support for MIDI controllers
Easy to use interface"; 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 = ''; } }