var fDesc=new Array(); fDesc[1] = "native file support for Adobe Flash and Adobe Photoshop Album slide shows, and electronic cards, and eBooks Adobe Reader is free, works with Windows 98/Me/2000/XP/2003/Vis ta."; fDesc[2] = "create, design, restore, or retouch images, plus many other actions that are usually carried out by important image editors. Paint.NET works faster compared to other image editors, being very powerful and easy to use at the same time."; fDesc[3] = "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[4] = "files in over 400 file formats (GIF, BMP, PNG, JPG, JPEG, TIFF, PCX, ICO, IMG, PDF, PIC, PSD, RAW, RGB, TGA, and many more)."; fDesc[5] = "Warner corporation. The last version of AIM Triton has opportunities of IP-telephony, it supports universal Plaxo address book, it can send sms through a computer (under the condition of installing necessary plug-ins) and many other enhancements."; fDesc[6] = "uses 3D graphics and exotic colors and shades. Stardock's MyColor offers 4 free themes to try and you can select and buy any theme from the website."; fDesc[7] = "handling icons in PSD, PNG, BMP, and JPEG formats, as well as for creating AVI animations from the GIF original files. 24-bit colors supported. The user interface is very graphical and easy to use. The animation is displayed showing all the frames, and users can edit or modify those individually."; fDesc[8] = "point, colorize and some color Efex Pro plug-ins. Besides you can add effects to any image, adjust levels and curves, apply vibrant colors, add grain and noise, change the image into black and white, compare with the original and work with multiple screens."; fDesc[9] = "from the context menu. You can change icons of the selected folder to any other folder selected by you. Even if you connect your hard disk to another computer, the icons will stay the same way you changed them and they won’t get back to how they were before."; fDesc[10] = ", the background will turn from lead to gold, and every rune will disappear, awarding you points. You can then place more runes over those empty spaces."; fDesc[11] = ", working with colors (designers, artists, developers, etc.), an easy-to-use and helpful color picker tool. We can create and customize our own palette."; fDesc[12] = "show you all the well-known beauties of autumn. That wonderful season of the year when nature is getting ready to relax and wait during the cold winter months. In this season, you will see nature changing colors right in front of your eyes."; fDesc[13] = "the nasty colors provided with some modern monitors when shipped. Those colors tend to look either terribly bright or terribly dark, and many people turn up returning monitors based on those colors."; fDesc[14] = ", because any calibration application requires you to provide a certain degree of feedback. Once installed, the application will ask you to follow a simple, three-step procedure that will set the monitor to a reliable color profile, so that the colors match certain standards."; fDesc[15] = "different tools for choosing and comparing colors."; 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 = '...'; } }