var fDesc=new Array(); fDesc[0] = "Gilisoft Copy Protect lets you copy protect your audios, videos, PDF, DOC, PPT, XLS sheets and pictures so that they cannot be duplicated, copied or distributed by illegal means. Copy Protection make files be locked to authorized devices so they cannot be shared with others. Users can play encrypted word, video on macOS, android with our GCP Reader.
1) Stop Unauthorized Sharing
2) Stop Copy and Paste
3) Stop Printing
4) Stop Screen Grabbing
5) Prevent modifying of content
6) Automatic expiry of content
7) Government-level Security
8) Copy Protect Media Formats
9) USB Copy Protection
10) Dynamically watermarkcontent
11) Prevent Duplication
12) Prevent illegal copying and distribution"; 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 = ''; } }