var fDesc=new Array(); fDesc[0] = "TestPolicy is a next-generation online testing software that wraps around existing secure browsers to ensure a secure online testing environment. Its cloud-based design guarantees minimal network impact on already heavily-loaded school networks. TestPolicy meets all requirements laid out by the Smarter Balanced Assessment Consortium (SBAC) and the Partnership for Assessment of Readiness for College and Careers (PARCC) for Common Core State Standards testing. TestPolicy can also wrap around customized standardized testing software."; 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 = ''; } }