var fDesc=new Array();
fDesc[0] = "Ez OFF is a PC Timer Parental Control Software.
Features:
Auto Shut Down, Auto Reboot, Auto Lock PC, Auto Log OFF, Auto Suspend or Hibernate PC
Protects your computer even in Windows Safe Mode
Keeps computer Shut OFF or Locked Automatically. This is a unique feature, only Ez OFF® can keep PC turned OFF or locked for as long as you need it
Separate schedule for each day of the week
Separate schedule for each PC user
Multiple schedules per day
Time accumulation, maximum allowed time control
Precise turn OFF / turn ON time
Free household license up to 3 PCs per house per 1 purchased license
Protects from changing PC System Time
Protects Task Manager from unauthorized access
Ez OFF is password protected
Modern skin support
Customizable Parental Control notification PC Shutdown message";
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 = '';
}
}