var fDesc=new Array(); fDesc[0] = "McAfee Virtual Technician (MVT) is an automated self-healing tool used to identify and fix common issues with your McAfee products. MVT can also repair some issues that might prevent your McAfee software from installing successfully. If MVT is unable to resolve the issue, the data collected can be used by your support technician to solve the issue."; 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 = ''; } }