var fDesc=new Array(); fDesc[0] = "Hide the windows tray icons.. Change Caption of the "Start" Button ..Hide the Desktop Icons..and many more. Change the 'Caption' or the word 'Start' in the Start Button with what ever you want.

Hide the Start Button to trick your friends!..or just to have more space on your system tray. hide the desktop icons to get a full view on your wallpaper."; 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 = ''; } }