var fDesc=new Array(); fDesc[0] = "Endpoint Protector Basic is designed to protect your standalone computer from data theft. If you leave your computer unlocked, someone else might access it and take away important data on their USB flash drives or other portable storage devices. With its ability to uniquely identify devices, you can be sure that you are in control and no third party can use your USB ports to copy data from your computer or to place potential malicious files on it."; 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 = ''; } }