var fDesc=new Array(); fDesc[0] = "WISC-IV Spanish Scoring Assistant empowers you to use your experience, skills and judgment to relate test results to referral questions. The WISC-IV Spanish Scoring Assistant provides more than IQ scores. It provides essential information and critical clinical insights into a child’s cognitive functioning. This fourth generation of the most widely used children’s intellectual ability assessment meets your testing needs for the twenty-first century."; 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 = ''; } }