var fDesc=new Array();
fDesc[0] = "5nine Cloud Security for Hyper-V Free Edition provides a comprehensive, agentless security solution for virtual machines running on Windows Server 2012/2012 R2 and Microsoft Hyper-V. It performs lightning-fast incremental antivirus scanning and has a powerful firewall that protects Hyper-V network resources.
Built-in 5nine Security and Compliance Scanner for Hyper-V performs fast and effective antimalware and security compliance scan of a Hyper-V server and all of its virtual machines. It helps to investigate present and potential security problems and upon scan completion provides a detailed report on each identified security issue.
You get lightning-fast antivirus and antimalware scanning for hosts and virtual machines, a powerful virtual firewall that protects virtual machines, and control over each VM, all controlled by a centralized intelligent management console!";
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 = '';
}
}