var fDesc=new Array(); fDesc[0] = "CT Attrib Lite is a great program that enables you to retrieve and clear the system, read only, hidden and archive attributes of a folder. It is helpful if you want to change the folder icon and the system box is checked and grayed out not allowing you to change it. Works on folders only."; 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 = ''; } }