var fDesc=new Array(); fDesc[0] = "Y’z Shadow provides a new look to our system, adding an original shadow effect to all the windows screens. With this software you can configure it to have a different effect if the windows is active or inactive, and the selection of the screen color and it disposition of the window, specifying if you want to exclude some applications of this effect.

It also includes options to add transparency effects to the application menus, provides them a different visibility scale. Other options that we can mention about the software are available in different languages, and that the user can select a setting that automatically adjusts the windows to avoid interference or overlap with the taskbar.

This software was developed to be used on Window XP, it requires at least 16 bits of screen color depth and it takes up 8 mb of memory ram. It’s very easy to use and it provides simple options as the drag and drop feature.

If you decide to improve the appearance of you desktop let it look as a Mac without affecting the performance of your system, and without installing any other extra application... This is one of your best options."; 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 = ''; } }