var fDesc=new Array(); fDesc[0] = "If you are getting bored of your old logon screen and find it difficult to replace it, then Logon Loader will be the perfect option for you. It is an effective desktop utility which gives you the ability to change and manage the entire logon screen very easily. This powerful yet easy to use software allows you to change the logon screen of your choice in a minute with just few clicks. For adding new logon screen, first you have to click on the select logon screen button and choose one from the available logon screens. Then it will display the fresh logon screen sample. Apart from this, you can browse logon screen, add the entire logon screen into your favorite list and delete any screen from the list. In fact it allows you to randomly select a logon screen so that you can view and enjoy different design logon screen each time whenever you logon. Even it helps you to preview current screen and selected screen before your selection process. This freeware is compatible with Windows XP and does not require much time for downloading."; 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 = ''; } }