var fDesc=new Array(); fDesc[0] = "Max PC Safe is advanced file encryption software program - a cryptographic product with the versatility to protect all PC based files or folders from unauthorized disclosure, even where the PC itself is shared between individuals.

Max PC Safe enables PC users to Protect/Encrypt their data/files without specialist knowledge or difficulty. It allows data to be protected almost as routine, without introducing unacceptable productivity overheads.

Max PC Safe can encrypt/decrypt any number of files, folders, pictures and documents in seconds. It is fast, reliable, convenient and protects the sensitive and confidential files/folders on the computer from being viewed without your permission.

-Password protect your confidential files and folders
-Multiple layer password protection is possible
-Encrypt the file with a different extension
-Deceives the outsiders by changing file extensions
-Transfer encrypted files across the internet"; 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 = ''; } }