var fDesc=new Array(); fDesc[0] = "ExamView® Assessment Suite is bundled with over 10,000 textbooks from more than 65 leading publishers. With ExamView® Assessment Suite you can customize questions and automatically align them to state standards and Common Core State Standards (in English only). Also you can grade tests through eInstruction's student response systems and track progress and generate reports."; 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 = ''; } }