var fDesc=new Array();
fDesc[0] = "ShutDown Now! is a shutdown automation utility for Win9x, NT4 and 2000 with a lot of additional features, like inactivity-, planed-, period and 24-h
countdown, empty the Recycle Bin or to the RB, even by system-hotkey,
a dockable "PlayGround" tool-window, a "Last Chance Countdown", and
not at least new shutdown-options, like "Lock Workstation" and "Force
PowerOFF".";
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 = '';
}
}