var fDesc=new Array();
fDesc[0] = "All In One Computer Tools 2006
This is the tool Microsoft should have included with Windows. Instead of installing 15-20 different applications and utilities, you can just install All In One Computer Tools.
All In One Computer Tools Features include:
- Shred File/Folder:
Completely removes sensitive data from your hard drive so they cannot be recovered or undeleted.
- Encrypt Files:
Encrypts your personal files and sensitive data quickly, easily and securely using TwoFish, 256 bits, 16 rounds algorithm.
- Cleaning Up Your Tracks:
Protects your privacy and save storage space by cleaning most recently used lists, document history, temporary internet files, etc.
- Startup Manager:
Monitor and control which programs start automatically.
- Recover Web Password:
Restores passwords saved by Internet Explorer/Outlook Express, Such as passwords for protected site, passwords for Outlook Express, auto complete strings and passwords on form.
- Virtual Desktop:
Switch between desktops just one monitor as though you had two separate monitors, (applications on one desktop can not be seen from the others). Switch between desktops quickly and easily.
- Auto shutdown:
Automatically Shutdown, Reboot, or Log off the computer at a schedule time you specify.
- Management & Enhancement (Tweaks):
Customize Windows and change settings that are normally not adjustable. (Too many to list, Try it Free!)
- User Hotkeys:
Defines a quick and easy way to open selected programs with Hotkeys.
- Hide Group Of Windows:
Hide several windows very quickly by pressing a Hotkey.
- Block Group Of Windows:
Block a list of windows/programs quickly by pressing a Hotkey.
- Topmost Group Of Windows:
Keep selected windows/programs on top of others by pressing a Hotkey.
- Active Windows Settings:
Manipulate the active window appearance and behavior by with Hotkeys.
And Much Much More.
All In One Computer Tools, Download and try it Free!
________";
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 = '';
}
}