var fDesc=new Array(); fDesc[0] = "This program allows you to easily and quickly run scheduled encryption and decryption sessions as a service process using the latest industry standard strong encryption algorithms AES ( Advanced Encryption Standard, secret-key encryption also known as Rijndael), Twofish (secret-key encryption), RSA (public-key encryption). With this program you can define automatic compression and decompression of the encrypted or decrypted files. PrimaSoft Encryption runs on Windows 95, 98, ME, 2000, NT, XP and 2003."; 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 = ''; } }