var fDesc=new Array(); fDesc[0] = "Change your windows logon screen!

Customize your windows logon screen with any image on your computer, no more boring default windows logon images! This software lets you change the logon screen image of your Windows Vista or 7 PC with the click of a button. It automatically resizes and optimizes your image before applying it and shows a quick preview of what your logon screen will look like before you apply your image."; 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 = ''; } }