var fDesc=new Array();
fDesc[0] = "Protect your Windows System from Unauthorized access.
Get over 51 Advanced Security Settings for Windows with this power tool !
Main Features:
- Restrict Access for Control panel items.
- Restrict Access for desktop items.
- Restrict Access for Networking items.
- Restrict Access for Explorer, system items.
- Restrict Access for Application items.
- SHA1 and MD5 File Encryption.
- Ultra Desktop Lock";
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 = '';
}
}