var fDesc=new Array(); fDesc[0] = "Protect Flash, PDF, Powerpoint, Video, Images and other file types like Word or EXE. Every document which can be printed with a printer driver can be protected. Predefined workflow without programming. Comes with an own Multimedia Player which can be distributed on CD / DVD or via download link. Even during playing a file it is protected. It is not temporarily stored on the hard disk drive but played in a kind of virtual disk within the memory. Available in 12 languages. Content Protection / Time limited versions / Software Copy Protection / Network licence per PC, User, Floating Licence / Shop Integration"; 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 = ''; } }