var fDesc=new Array(); fDesc[0] = "Elian is a family of professional software for digital writing, based on the Anoto Digital Pen System, Elian can record dynamically all drawing, writing or graphical tests (such as Rey’s Complex Figure (RCF), “Trail Making Test (TMT), Bell Test.
Elian gives the dynamics by several modes, color for
instantaneous characters (speed, pressure, stroke direction, drawing direction…) and by the “playback” mode, i.e. it presents the drawing process as it was in fact.
With the “arrow” keys of the keyboard, the user can go by
step forward and backward, stroke by stroke or point by point."; 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 = ''; } }