var fDesc=new Array(); fDesc[0] = "The PsychReport provides a full range of clinical case - patient management functionality. It can handle an unlimited number of patients and clients. Our Psychology Software is ideal for Psychologists and Psychaitists. PsychReport is quickly becoming the standard for those who want flexibility without sacrificing convenience and ease-of-use. The PsychReport is available on Macintosh and Windows computers."; 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 = ''; } }