var fDesc=new Array(); fDesc[0] = "All-In-One Protector protects important documents, conference materials, e-learning software, company presentations, etc., against being copied and tampered with.
All-In-One Protector allows protecting Flash, PDF, PowerPoint, E-Book, Video, Images and EXE (applications).
Every type of document, which can be printed with a printer driver, can be protected. Companies, for example, can safeguard conference materials against misuse, information designed for the sales force against disclosure and course and workshop contents against data theft."; 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 = ''; } }