var fDesc=new Array(); fDesc[0] = "FortiClient is an all-in-one comprehensive endpoint security solution. It strengthens endpoint security through integrated visibility, control, and proactive defense. With the ability to discover, monitor, and assess endpoint risks, this tool can ensure endpoint compliance, mitigate risks, and reduce exposure. FortiClient's tight integration with the Security Fabric enables policy-based automation to contain threats and control outbreaks."; 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 = ''; } }