var fDesc=new Array(); fDesc[0] = "ProfExam Suite is a comprehensive software package designed to streamline your exam preparation process. It seamlessly integrates Exam Simulator and Creator, offering a dynamic duo of tools for educators, students, and professionals alike.
With Exam Simulator, you can simulate realistic exam environments to practice and refine your skills, while Exam Creator empowers you to craft custom exams tailored to your specific needs. Whether you're studying for certifications, assessments, or academic exams, ProfExam Suite provides the essential resources to optimize your learning experience and achieve your goals efficiently."; 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 = ''; } }