var fDesc=new Array(); fDesc[0] = "The MHS Scoring Software is a portable program stored on a USB key that can easily be installed on multiple computers or transferred from one computer to another. The program can be installed on any computer meeting the minimum requirements.
The MHS Scoring Software will not launch unless the USB key is plugged into a USB port of the computer on which you are working.
The MHS Scoring Software USB key allows for unlimited QuikEntry assessment entries and report generation.
Individuals using the MHS Scoring Software should have an understanding of the basic principles and limitations of psychological testing and psychological test interpretation."; 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 = ''; } }