var fDesc=new Array(); fDesc[0] = "Snapwatcher allows the VMware Administrator to view and monitor the virtual machine snapshots in his environment. It allows you to reconcile broken snapshots by allowing you to FIX them with specific methods built in. Excluding certain snapshots is also available so that if you have an environment like Citrix XenApp where deltas are used. Snapwatcher is highly recommended for any VMware Administrator and pairs nicely with the main opvizor product"; 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 = ''; } }