var fDesc=new Array(); fDesc[0] = "Microsoft SQL Server 2016 turns your mission-critical applications into intelligent applications with in-memory performance and advance analytics built in. Protect data at rest and in motion with new Always Encrypted. SQL Server is the least vulnerable database for six years running in the NIST vulnerabilities database. Microsoft® SQL Server® 2016 Express is a cool and reliable free data management system that delivers a rich and reliable data store for lightweight Web Sites and desktop applications."; 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 = ''; } }