var fDesc=new Array(); fDesc[0] = "Private Workplace is a virtual system, it runs on the isolated space, can prevent the user without permission accessing your private data even if he gets your machine, it contains three modules:
1. Virtual storage: All data will be saved here, AES-256 bits advanced protected, no password no access
2. Sandbox: Prevent all data saved to real system, it is a redirector, redirect all data in realsystem to virtual system
3. Virtual Desktop: Your work place, in this desktop, all your data\programs\logs\explore history are saved in the virtual storage, which are protected by advanced encoded."; 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 = ''; } }