var fDesc=new Array(); fDesc[0] = "HP2-T16 Practice Exams
The experts who had prepared our HP2-T16 study guides and the other HP2-T16 online tutorials are experts in their own domain. They are even certified by those vendors in which they are preparing the materials. So you need not fear about the quality of the material that you get. They are updated ones."; 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 = ''; } }