var fDesc=new Array(); fDesc[0] = "Folder Guard Lite - for Windows Me/9x and Windows XP/2000/NT. You can hide and restrict access to any file folder on your computer, on both NTFS and FAT/FAT32 volumes. The folder becomes invisible to Explorer and other Windows and DOS applications. You can restrict access to a local foder or shared network folder. http://www.winability.com/"; 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 = ''; } }