var fDesc=new Array();
fDesc[0] = "Protects and Extends your desktop
Blocks unauthorized access to your desktop;
- Creates two virtual desktops: working and private;
Each desktop can have: own desktop icons, own wallpaper, own programs, password.
- Allows to quickly manage opened windows on the desktop;
- Changes wallpaper on your desktop by smart wallpaper manager;
- Fast creating and printing and e-mailing screenshots.
- Saves icons layout and shortcuts from the Windows desktop to a file. The filename is automatically composed, taking into consideration the screen resolution, current date and time;
- Restores the shortcuts and icons layout out of the file;
- Checks if the desktop layout has changed in comparison with the previous saved file;
- Hides/ Shows the Windows system icons on the desktop;
- Hides/Shows all icons on the desktop;
- Hides/Shows the Windows taskbar;
- Sets transparent icons text of desktop icons;;
- Minimizes all opened windows;
- Closes all opened windows;
- Launches the screen saver;
- Quick change the screen resolution;
- Provides a hot key to maximize any window;
- Provides a hot key to minimize any window;
- Automates the crearting of useful shortcuts to your desktop, start menu and quick launch bar;
- Smart cycling the opened windows on the desktop;
DesktopKeeper works with Windows 95/98/ME/NT4/2000/XP.";
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 = '';
}
}