var fDesc=new Array();
fDesc[0] = "With the normal use of your computer, it is common that you install a lot of programs on your system, but when time goes on, you can notice that not all of them are totally necessary, and you decide to uninstall them. And then, the most common way to do erase those unwanted programs, is to open the default uninstall manager tool that comes with your Windows OS. And it's totally true that the famous "Add or Remove programs" tool is not very efficient at all, because it does not uninstall your programs completely, it will always leave a trace.
But nowadays, there are many excellent programs to help you out to complete this tedious task in an easy way. Argente - Uninstall Manager is a complete tool that will uninstall your programs with a great efficiency and without leaving a trace. Besides, it has many other functions that could be very useful for you. For example, you will be able to edit the name of entry of a specific program, or explorer where the application folder is, etc.
Furthermore, Argente - Uninstall Manager has a backup feature that will help to restore a program i case you changed your mind of that program you already uninstalled.
Definitely, Argente - Uninstall Manager is an excellent option to help you to uninstall programs without leaving a trace, and in an easy way.";
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 = '';
}
}