var fDesc=new Array(); fDesc[0] = "The Lecsoft exam simulators menu system is similar to the C&G GOLA simulator, it navigates and functions in the same way so that you can become more accustomed to how it works for when you take the real exam. The Lecsoft 2330-301 exam simulator consists of a database of 260 questions, each exam consists of 40 randomly selected multiple choice questions to be answered within a maximum time of 1 hour. Each exam has been created to be unique so no 2 exams are the same enabling you to have a more realistic exam experience. During and at the end of the exam, you can review the questions that have been answered and flagged. All the questions that have been answered of flagged are clearly marked, so you can quickly jump to any unanswered questions or tick the box at the bottom to just view questions which you have flagged to review and check."; 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 = ''; } }