var fDesc=new Array(); fDesc[0] = "EMS SQL Administrator for SQL Server is a toolset for efficient SQL Server administration. It provides a complete and easy-to-use set of tools for administering SQL Server. SQL Administrator is designed specifically for database administrators and allows you to perform administrative tasks in the fastest, easiest and most efficient way.

SQL Administrator allows you to manage maintenance tasks, monitor their performance schedule, frequency and the last execution result. It detects and notifies about possible failures, collects performance statistics, finds performance bottlenecks, forecasts their occurrence and disk space exhaustion. It allows you to easily find server security vulnerabilities and manage permissions. It includes tools for managing objects, monitoring activity and viewing server logs."; 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 = ''; } }