var fDesc=new Array(); fDesc[0] = "MATLAB Production Server lets you run MATLAB programs within your production systems, enabling you to incorporate custom analytics in enterprise applications. Web, database, desktop, and enterprise applications request MATLAB analytics running on MATLAB Production Server via a lightweight client library. A server-based deployment ensures that users access the latest version of your analytics automatically, with client connections that can be protected with SSL encryption."; 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 = ''; } }