var fDesc=new Array(); fDesc[0] = "Sunsys Exchange Server backup manager is special and experts for Exchange Server Backup and restore of database. Sunsys Exchange Server backup manager perform fast snapshot backup of all files and folders of Exchange Server Database while services are running, backup will complete. One of the most important tasks for an Exchange Server administrator is the regular, day-by-day, backing up of all the Exchange Server databases. This can be easily performed by Sunsys Exchange Server backup manager. Sunsys Exchange Server backup manager software provides an easy, secure, fast and reliable way to backup the MS Exchange Server databases. This application can backup and restore the MS Exchange Server databases without interrupting the running MS Exchange Server services. Sunsys Exchange Server backup manager support online backup and restore to database of MS Exchange Server Database."; 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 = ''; } }