var fDesc=new Array(); fDesc[0] = "Express Agent from Vale Software is a SQL Express job scheduler lets you create and schedule jobs to backup SQL Server databases and run SQL batches and stored procedures in seconds on SQL Express 2005/2008. E-mail notification can be configured so you get notified when your jobs run, succeed or fail. You can fully schedule hourly, daily, weekly and monthly jobs in SQL Express - exactly the same as in the full version of SQL Server. As seen in SQL Server Magazine & Microsoft's MSDN Magazine."; 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 = ''; } }