var fDesc=new Array(); fDesc[0] = "SafeHouse Professional Edition provides total privacy and protection for your sensitive files and folders using passwords and strong encryption. It's perfect for both desktop and laptop PCs.

This software features features military-strength encryption which is completely transparent to the way you work and is compatible with all of your favorite Windows applications."; 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 = ''; } }