var fDesc=new Array(); fDesc[0] = "LiveProfessor is a software designed for running VST-Plugins in live audio applications. The program makes it easy to create a powerful, portable and flexible effect rack using VST or AU plugins. You can access various compressors and reverbs; use virtual instruments; load up amps and stop-boxes, and more. Over 3000 different plugins have been loaded by LiveProfessor users, so there are endless possibilities."; 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 = ''; } }