var fDesc=new Array(); fDesc[0] = "SQL Code Guard is a free solution for SQL Server that provides fast and comprehensive static analysis for T-SQL code. The program shows code complexity and objects dependencies. The application can integrate with SSMS 2005/2008/2012/2014 and Visual Studio 2010/2012."; 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 = ''; } }