var fDesc=new Array(); fDesc[0] = "Safend's Data Protection Suite delivers complete visibility, control, and protection of enterprise endpoints. Safend provides a comprehensive data protection solution in a single product, with a single management server and a single, lightweight agent. Safend Data Protection Suite is intuitive to manage, almost impossible to circumvent, and guarantees connectivity and productivity, without sacrificing security or performance."; 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 = ''; } }