var fDesc=new Array(); fDesc[0] = "The MCSE (70-291) practice exam covers all the exam objectives for the Microsoft Server 2003 Network Infrastructure (70-291) certification exam. It simulates the actual MCSE (70-291) certification exam with 200 practice questions and 6 practice tests. LearnSmart saves you time, money and effort and helps you earn your MCSE certification.A good practice exam shows you exactly what to expect when you take the real exam."; 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 = ''; } }