var fDesc=new Array(); fDesc[0] = "8oot Logo Changer is a tool to change Windows 8/Windows 8.1 boot logo with a custom picture. You can open or drop any picture in the application and select the area to use as the boot logo. As this tool requires you to set TESTSIGNING mode ON in order to be able to show the new boot logo at boot, Windows will show a watermark in the bottom part of your screen, so it includes a patcher that will modify two MUI files."; 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 = ''; } }