var fDesc=new Array(); fDesc[0] = "The VAIO Care program features, along with its tools and reports, are intended to supplement regular care and maintenance of your computer. When used with regularly scheduled care and maintenance, the VAIO Care service features support:

- New user interface for easier transaction completion.
- Premium tools powered by iolo technologies to maximize your PC performance.
- Properly configured antivirus, antispyware, firewall, and related security programs.
- Routine backups of your data to secure locations.
- Use of support services to consult a Sony-qualified technician about major issues."; 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 = ''; } }