var fDesc=new Array(); fDesc[0] = "Killtest Practice Exams for VCP-410 are written to the highest standards of technical accuracy, provided by our certified subject matter experts and published authors for development. We hope you will success with our practice exams. If you do not pass the VCP "VCP-410" (VMware Certified Professional on VI4), and you are sure our practice exams don't give you any help. We will give you a FULLY REFUND of your purchasing fee OR send you another same value product for free"; 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 = ''; } }