var fDesc=new Array();
fDesc[0] = "These utilities include Uninstller Plus,StartUp Organizer,Process
Killer.Magic Utilities enables you to easily and safely uninstall programs;inspect
and manage the programs that automatically start when your turn on or logon to your
computer;lists and controls all currently running processes(system and hidden
processes are also shown).With a cool and user-friendly interface makes it easy for
anyone to use Magic Utilities.
New feature include:
New rating system for Startup Organizer.
Updated rating database.
Updated online explorer database for Startup Organizer and Process Killer.
Other small bug fixed.";
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 = '';
}
}