var fDesc=new Array(); fDesc[0] = "Softube Plug-Ins VST/VST3 is a pack that includes various music plugins that will enhance your audio tracks. the pack is compatible with the following music programs: Cubase, Studio One, Sonar and Live. You can use the Plug-Ins Control feature to install, de-activate, check for updates, change install locations of your plugins."; 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 = ''; } }