var fDesc=new Array(); fDesc[0] = "SQL Scripts Manager is a free tool that brings together powerful scripts to help you automate common troubleshooting, diagnostic and maintenance tasks. It provides 28 scripts that streamline repeated administration and scripting tasks with quick and easy access to scripts."; 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 = ''; } }