var fDesc=new Array(); fDesc[0] = "PCPal helps you maintain your PC and its environment optimized and protected. PCPal monitors your PC, notifies you about important issues, and suggests fix solutions. Additionally, PCPal provides you with a 1-click checkup function, which enables you to check your PC whenever you like. PCPal provides support for a wide range of areas, such as security, performance, network, and printing.

Main Benefits include:
1) Optimize: PCPal checks your computer and maintains it for optimal system performance.
2) Secure: PCPal helps you keep your system secure, by continuously monitoring your computer's security settings and software, and offering you relevant security updates..
3) Update: PCPal helps you keep your computer up-to-date, notifying you only about updates that are important for maintaining your computer stable and secure.
4) Real-time Monitoring: PCPal monitors the events that occur on your computer, and when it detects an event that requires your attention, displays a relevant notification with solution options."; 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 = ''; } }