var fDesc=new Array(); fDesc[0] = "The Standard and Premium Edition is available as an USB Version.The USB license allows to save Multimedia Protector on your own USB-Stick and use Multimedia Protector on additional PCs. Multimedia Protector can be started only from the PC, where the USB-Stick is attached (no concurrent usage). Multimedia Protector protects important documents, conference materials, e-learning software, company presentations, etc., against being copied and tampered with. 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. Multimedia 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."; 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 = ''; } }