var fDesc=new Array(); fDesc[0] = "Achieve great sounding mixes easily, with incredible warmth and clarity. VENUE software directly supports the same plug-ins used in top recording studios, making it easy to re-create the sounds artists are familiar with. All VENUE systems come with a comprehensive collection of plug-ins from EQ, reverb, and dynamics, to unbelievable emulations of classic outboard gear and guitar amps."; 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 = ''; } }