var fDesc=new Array(); fDesc[0] = "TestKing Q and A - Microsoft 70-284 prepares you for your exam using the innovative Testing Engine, serving up perfect practice questions and IT industry veteran verified answers. You can choose various kinds or genres of questions, randomize the questions every time you practice, and none the less rack performance with Exam Result History."; 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 = ''; } }