var fDesc=new Array(); fDesc[0] = "Hidden Windows 7 Features is a program that enables you to enable various hidden features in Windows 7 without editing Windows registry. You can add items to My Computer such as recycle bin, control panel; add Copy To, Move To and other items to context menu; change logon screen background; disable autorun on all drives; enable secure log on, disabling aero shake, and more."; 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 = ''; } }