var fDesc=new Array(); fDesc[0] = "Simplify, enhance and protect your computing experience with HP Total Care Advisor. It’s your single desktop tool for PC support, system health and shopping. Take a quick look at the simple-to-use interactive dashboard to stay informed, protected and up to date. Convenient category menus offer a quick summary of PC status, a recommended maintenance schedule, links to problem resolution, and access to help and support information.
Protect your PC from the dangers of viruses and monitor the health of your PC and more from this menu. Red, yellow and green indicator icons notify you of areas that need your attention. You can also check your system’s storage levels at a glance."; 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 = ''; } }