var fDesc=new Array(); fDesc[0] = "ExactQuestions Q and A - Microsoft 70-270 DEMO do more than simply prepare you for the questions you will be facing on Exam Day. This program prepares you for the envirnment you will be testing in as well as score you with pass and fail. After you will pass this tests you will be able to know all about installing,configuring, and administering Microsoft Windows XP Professional."; 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 = ''; } }