var fDesc=new Array();
fDesc[0] = "PerfectDisk 14 adds Windows event log integration, thin-provisioned drive auto-detection, automated reporting from PerfectDisk clients to their managing PerfectDisk Enterprise Console and enhanced integration with Citrix Servers.
PerfectDisk-identified fragmentation-related issues are now logged to the Windows Application Event log. These alerts can then be detected by 3rd-party monitoring programs such as Microsoft System Center and HP Operations Manager. This integration allows customers to use their existing monitoring/management tools to monitor for performance degradation caused by file and free space fragmentation.";
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 = '';
}
}