var fDesc=new Array(); fDesc[0] = "EMDR Pro is an advanced EMI / EMDR software system that has been designed to automate the generation of eye movements thereby allowing the therapist to focus on the therapy itself. Very simply an object or image tracks from left to right in any direction whilst at the same time auditory stimulation tracks from left to right at the same rate. EMDR Pro is suitable for use by therapists and for home use by clients."; 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 = ''; } }