var fDesc=new Array(); fDesc[0] = "Medical MCQs S1 was developed so that that you may test yourself with questions related to the basic subjects in medicine. Subjects included are Anatomy, Physiology, Biochemistry, Pathology, Pharmacology and Microbiology.
Medical MCQs S1 has a simple menu, from which you can set the following preferences:
- number of questions
- time to answer a question
- choose the subjects"; 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 = ''; } }