var fDesc=new Array(); fDesc[0] = "Yzshadow is a simple application for modifying your system appearance. There are a lot of people out there that are unsatisfied with their operating system; most of them are Windows users. They want to change every little thing that they possibly can. And that is where applications like Yzshadow come in. This particular application doesn't really allow you to do much with your system. All you can do is add shadows to your Windows and the taskbar. However, the application is well designed and makes one spend a little time playing with the various ways in which you can change those shadows. The application doesn't require you to install it. You can simply run the executable file at any time and disable the effects at any time by using the Sys Tray icon. There, you can also access the settings and change different values to get the shadow type that you want. You can add a shadow to the left, right, above, below the window, etc. You can even change the depth of the shadow to make it darker and lighter. If you want a shadow, you might as well try Yzshadow."; 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 = ''; } }