var fDesc=new Array(); fDesc[0] = "Professional practice questions anad answers are guaranteed to make you pass your next 000-200 exam. Take your training with you where ever you may roam, using the printed and bound version of the Testking IBM 000-200 practice exam questions and answers. Senior IT professionals craft the products with great efforts. The products are created with utmost care and professionalism. Testking training materials are frequently updated for relevance and accuracy."; 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 = ''; } }