var fDesc=new Array(); fDesc[1] = "with a fresh new look. Change the look and feel of your desktop icons with this amazing tool. This tool comprises a package of icons and is able to change or replace hundreds of icons on your Windows."; fDesc[2] = "skins. You can change the look of your Windows to Mac, Vista or your favorite game or a sport theme like cars, or cartoons and much more. WindowBlinds offers 8 themes that come along with the program."; fDesc[3] = "versions providing a better graphical user interface and a variety of logons to choose from. It is a freeware once downloaded provides a variety of in-built logon screens."; fDesc[4] = "and wallpapers to get rid of the Windows traditional look. Theme Manager is complete software made for all your OS look related matters."; fDesc[5] = "through a well-organized interface consisting of multiple tabs to create and fine-tune your desired skin. The program requires WindowsBlinds preinstalled to function properly."; fDesc[6] = "based media experiences and rich interactive applications for the Web. By using Expression Studio and Visual Studio, designers and developers can collaborate more effectively using the skills they have today to light up the Web of tomorrow."; fDesc[7] = "vivid interface for your installation package. SkinCrafter Installer uses SkinCrafter engine for skins implementation."; fDesc[8] = ", Frisian, Polish, 80-celluar, Sri Lankan. Strong AI, 5 difficulty levels. Skinning and network game are supported."; fDesc[9] = "Though simple it holds the most required functions for handling and playing music in an easy maner. The userinterface is constructed using a small skinning engine allowing a completely custom look. One standard skin is bundled to start with. More skins may come later depending on the available developer resources."; fDesc[10] = "camera or webcam and instantly play them as an animation. Edit timing and order and see the result in real-time without the need render."; fDesc[11] = "Simply layout your template using the provided shapes, choose your colors and style and almost instantly you have your own skin"; fDesc[12] = "use of the powerful skinning engine and a set of 2000+ ready skins. SkinEngine allow easy skinning your GUI to your application"; fDesc[13] = "WMA / PCM WAV formats,encoder settings,skinning support."; fDesc[14] = "not been skinnable until now. Skin your MSNmessenger / AIM / YahooPager / ICQ / Winzip and more!"; fDesc[15] = "and more."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }