var fDesc=new Array(); fDesc[0] = "Z-Journal is a program for viewing the log files created by Z-DATdump. Once started, Z-Journal continually monitors all actions of Z-DATdump. For use in a network environment, it only needs access to the log file directory of Z-DATdump, which poses no security risk even when used on a server. Z-Journal can also be used with the backup light."; 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 = ''; } }