var fDesc=new Array(); fDesc[0] = "With Free Video DRM Protection, it is very easy to make your pdfs videos/audio/pictures unviewable to anyone except who you allow. Free Video DRM Protection can encrypt and pack video & codec & player into exe.
Free Video DRM Protection lets you prevent illegal copying and distribution of your media files. With this encryption tool, you can encrypt various types of video or audio files (e.g., wmv, avi, asf, mpg, rm, rmvb, mp4, flv, any more formats) into GEM files that can only be played when a Playback Password is provided, and users can only play the encrypted media files after obtaining the Playback Password provided by you.

Unlike software such as WinZip, compress files using a password to protect video files, video playback requires uncompression. Password-protected video playback, without waiting for uncompression, no temporary files.When a user wants to play an encrypted file, the encrypted file will pop up a dialog box to request the user to enter a Playback Password."; 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 = ''; } }