var fDesc=new Array(); fDesc[0] = "SCars is a program designed to aid users in performing the regular computer maintenance tasks that should be undertaken to keep their computer working efficiently. Tasks such as updating Windows and security software, and cleaning temporary files are important to a computer’s health.

In addition, SCars can be used to remind users of whatever they choose as it has the capability for users to create ‘custom’ reminders for any purpose.
SCars has several unique features. To keep you all informed about them, we’ve created this page to explain as best as possible what each feature is and what it does.
Built-In Reminders

These are reminders for the tasks that our experts have decided are essential to keeping any computer secure and well maintained. Many of these reminders also have the ability to launch the target application (like the defragmenter), and SCars also has a built-in Temporary File Cleaner, so you only have to click one button to perform most of these tasks. They are all fully customizable, so you can change the frequency, reminder time, or even turn the reminder off if you don’t need it.
Custom Reminders

As well as being a tool to aid in computer maintenance, SCars can also be used to remind you of absolutely anything. SCars’ custom reminders are very versatile and can be tweaked to do exactly what you want – you can even set them up to launch your own programs at the click of a button.
Update

Since SCars is constantly improving, it needs a way of updating itself. You can choose to have SCars check for updates automatically, or you can do it manually. We recommend that you select one of the automatic options so you can receive all the best new features and improvements that we release as early as possible.
Other Features"; 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 = ''; } }