var fDesc=new Array(); fDesc[0] = "Shell32 Details Pane Mod is a program that brings you the Details Pane on your desktop screen. It contains 4 Respatcher files that will patch your shell32.dll UI files to bring back the Windows 7 style Details pane to the bottom of your screen. It also offers you options to have the details pane at the top, also known as Topshell, and it can put the Folderband at the bottom."; 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 = ''; } }