var fDesc=new Array(); fDesc[0] = "This file is used to install the Live Encryption Engine separately in case it doesn't work when installing the program itself. Save this file on your desktop, and start the setup with double clicking on it. Please be sure to close all running programs, including the ones in the systray (bottom right, near the clock) and to have administrative rights on your computer."; 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 = ''; } }