var fDesc=new Array(); fDesc[1] = "gaining features. The latest version is now able to download subtitles automatically. Still, there are many things BSPlayer has to do to become the dominant player of multimedia files."; fDesc[2] = "automatic), precision adjustments of contrast, luminosity (brightness), color saturation, etc. as well as gamma correction on pictures too dark or too bright. Selection of several shapes: rectangle, ellipse, rhombus, triangle, polygons, etc."; fDesc[3] = "Vista gadget so you can use it even without the sidebar. The clock has many features, but after all, it is simply a clock. You can set the clock to be always on top, to be unmovable, to be pinned to the desktop and more."; fDesc[4] = ", Restore, Close etc. are remained intact. It adds four new menu items - Always On Top, Transparency and Minimize To Tray and Priority."; fDesc[5] = "purpose of this application is to create 3D texts quickly, easily and economically. If you use this application to create 3D text then you will not required to purchase costly high-end software applications which you may required to learn and gain expertise skill to use those software applications."; fDesc[6] = "designers, video editors and photo editors are fall in this category. Sqirlz Water Reflection is infect an animation application for adding some special effects in your images and AVI videos. As its name suggest it can add water reflections in your images."; fDesc[7] = "look. You can set the transparency or opacity of the taskbar from 1% to 100%. If you want your taskbar to be darker then the opacity should be increased, and for lighter taskbar (transparent taskbar) the opacity should be lowered."; fDesc[8] = "create a mask that preserves the details you want and even removes unwanted ambient color contamination caused by reflections and transparency."; fDesc[9] = "creates icons or cursors from all or a part of an image and it can also save an icon as an image. IconConveter can handle the following file image formats: JPG, PNG, GIF and BMP."; fDesc[10] = "the date and time using several selectable skins with alpha transparency support. You can use any of the skins provided by the program, or design your own."; fDesc[11] = "AeroDesktop can “transform” are: menus, submenus, start menu, start submenus, windows, and task bar. You can define different transparency levels for each element."; fDesc[12] = "features in your windows Explorer shell to provide more and more control in your hand. By this Shell Enhancer you can save your lots of time and make your life easier. It comes with lots of interesting and useful features."; fDesc[13] = "The program sits silently in your system tray, allowing you to keep your taskbar uncluttered, especially when you work with multiple windows."; fDesc[14] = "system tray, or applying transparency to them, and more. Besides, this small tool is easily integrated with your system tray and becomes accessible through a default context menu of any window."; fDesc[15] = "from the list what visible application you want to adjust, and select the desired level of transparency (from 0 to 90%). The same procedure is needed to adjust the transparency level of the taskbar."; 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 = '...'; } }