var fDesc=new Array(); fDesc[0] = "MS-CIT Demo by Agrawal Computers is a Practice Demo designed to achieve full marks in MS-CIT Online Exam as well as Mid-Term Exams. There are numerous unique features about our MS-CIT Demo as below.
Features:
- No need to get license code if the computer is formatted.
- No need to enter any Seat Number for Online Exam. Student just needs to click 'Online Exam' to start the Exam
- No need to have computers in network for Online Exam
- 484 Practical questions. (Updated until February 2011 Exam Event)
- 225 Theory Questions. (Updated until February 2011 Exam Event)
- No need to have faculty to assist students for solving questions. You just need to click 'Help' button to view the video of answer. Please connect speakers/headphones for Guidance on solving 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 = ''; } }