var fDesc=new Array(); fDesc[0] = "The Steinberg Download Assistant allows for secure and convenient downloads of updates as well as full installers including the latest program version.
Additional downloads of updates are not necessary when using full installers downloaded via the Steinberg Download Assistant.

Currently, updates and full installers for the following programs are available via the Steinberg Download Assistant: Absolute 2 (full installer only), Absolute 3 (full installer only), Cubase AI/Elements/Artist/Pro 9.5, Dorico 1, HALion 6, HALion Sonic 3, Nuendo 8."; 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 = ''; } }