var fDesc=new Array(); fDesc[0] = "Vienna Ensemble PRO is a cross-platform MIDI and audio LAN solution, hosting Vienna Instruments as well as third-party VSTi plug-ins. You can easily route the audio streams of a whole arsenal of computers back to your main machine without the need of external hardware."; 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 = ''; } }