var fDesc=new Array(); fDesc[0] = "Open and view the sessions recorded with the ISL Online software. It also allows you to convert the recorded .isr file into the AVI format. You do not need an ISL Online account to use ISL Player - this means that anyone can start it and view session recordings, e.g. a sysadmin who received an .isr file and wants to review actions that have been recorded in a session on a specific machine.

Quick Start dialog box can be toggled off, meaning it won't be displayed when you start ISL Player. You can then search for a recording under "File > Open" as described in the chapter: Export the recording"; 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 = ''; } }