var fDesc=new Array(); fDesc[0] = "Radix kSafe is an easy-to-use personal encryption system, enabling professional as well as novice users to effectively protect their precious data.

kSafe creates virtual safes within local and external disks and portable flash disks. Eash safe is encrypted with strong algorithm (AES 256). Opening a safe and accessing the data only possible by using a coded USB key and/or personal password."; 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 = ''; } }