var fDesc=new Array(); fDesc[0] = "Free MCAT Practice Test is another test preparatory desktop application brought to you by Practice Test Free. It is built to help you in passing the MCAT test. Medical College Admission Test (MCAT) is a computer-based standardized examination for prospective medical students in the United States and Canada. So this app is useful if you are going to take this test. The app consists of 60 questions which are grouped into 3 main sections: Biological Sciences, Physical Sciences, and Verbal Reasoning.

You can take all sections an answer to all questions but if you don’t want to answer all questions then you can select only those sections that you want to. The completion time is calculated based on the number of questions i.e. you have 60 minutes to answer 60 questions."; 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 = ''; } }