var fDesc=new Array(); fDesc[0] = "The Presets Manager is a unique plug-in for Sony Vegas Pro that provides a perfect solution for exporting, importing or transferring almost all presets that are found in Vegas. Although the official utility from Sony Creative Software can be used for the same task (which is also named Preset Manager), it doesn't provide a complete solution and has fewer features. The Sony Preset Manager tool was designed to work with audio plug-in presets and plug-in packages only. A plug-in preset contains the settings for an individual plug-in. A plug-in package (aka FX package or FX chain) contains all plug-ins in the chain, as well as each plug-in's settings."; 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 = ''; } }