var fDesc=new Array(); fDesc[0] = "The McAfee Virtual Technician will collect certain system information from your computer in order for the program and McAfee Support personnel to diagnose and resolve any problems related to your McAfee software. The system information collected from your computer may include information regarding McAfee products, operating system information, browser information, physical memory, system architecture, virtual memory and such other information as is required to resolve a customer support 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 = ''; } }