var fDesc=new Array(); fDesc[0] = "Killtest Practice Exams for 000-106 are written to the highest standards of technical accuracy, provided by the certified subject matter experts and published authors for development. The IBM certifications II Certification details are researched and produced by Professional Certification Experts who are constantly using industry experience to produce precise, and logical."; 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 = ''; } }