var fDesc=new Array(); fDesc[0] = "Shared Folder Protector is a copy protection tool that is specialized in copy-protecting and password protecting shared folders and files on your PC, LAN, and Network. It extends file server access controls with strong end-to-end encryption and allows the administrator to gain total control by setting different access permissions for multi-user.

Only the authorized users can read or modify password shared folders or files, which fulfills requirements for separation of duties, information partitioning, and security. With Shared Folder Protector, organizations can defend their intellectual properties, customer and partner information and corporate brand equity, and no longer worry about illegal copy, data breach, and theft.

Shared Folder Protector helps you password protect shared folder and files with an advanced level of steganographic technology, so you can copy protect a shared folder with almost all media formats like PDF, Video, Audio, Picture, Photo, Image, Excel, Word, PPT files and other files against being copied and tampered with. The featured built-in player and viewer of the program require no installation on the end user PC."; 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 = ''; } }