var fDesc=new Array(); fDesc[0] = "PQI Ur-Fortress is a software that helps you to protect your data using AES256 encryption technology.
Ur Fortress features data encryption for all storage and memory devices. manufactures by Power Quotient International Co., Ltd. (PQI).
Four-stage anti-shock technology provides ultra protection against vibration and shock ~ in compliance with US military grade MIL-STD-810F 516.5 procedure IV (transit drop test) specifications"; 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 = ''; } }