var fDesc=new Array(); fDesc[0] = "Symantec System Recovery 2013 Monitor is a free application that helps you monitor the backup status of up to 100 machines. The program helps you get a quick overview of the backup status of all the machines in your environment. You can add all the machines you wish to monitor and at a glance get to know the backup status of those machines and in case there are failures get the list systems where the backup failed."; 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 = ''; } }