var fDesc=new Array(); fDesc[0] = "Logon Screen Rotator is a free application that will change the logon background image to an image of your choosing and also at a time you select. Current options include: each day, each logon and each computer lock.

You may choose individual images or folders of images (which will be monitored by the application for changes) for the program to select random images from.

If you only want to change the image manually, this is also possible."; 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 = ''; } }