var fDesc=new Array(); fDesc[1] = "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[2] = "used as background to create funny and interesting images. What is more, the program includes hundreds of masks to choose from, various clip arts, funny and sweet cartoon figures, frames, outlines and the possibility to include text to make your photos even more attractive and interesting."; fDesc[3] = "ICQ-servers and has a bright design, games, avatars, visit cards, many decorations and so on. ICQ Lite allows users to send or receive messages as well as communicate in the chat mode using web-cameras, play on-line games and transfer different files."; fDesc[4] = "on a colored background with a soft curved design. In this case, we are talking about a blue background with tree leaves in different shades of blue."; fDesc[5] = "fancy stuff or complicated animations. The wallpaper consists of the VAIO logo on a colored background with a soft curved design. In this case, we are talking about a lilac background with white delictae flowers."; fDesc[6] = "colored background with a soft curved design. In this case, we are talking about a light blue background with white flowers. The different colors are just beautiful and they are out of the ordinary, very bright and neon-like."; fDesc[7] = "background with a soft curved design. In this case, we are talking about a green background with waves in different shades of blue and green."; fDesc[8] = "controlling even the smallest detail. This game is for true fans and it is very rewarding, but some gamers may find all its options overwhelming."; fDesc[9] = "your pictures. The program offers a vast variety of different bright frames, backgrounds and clips which you can insert into your pictures or photos. You can also write text comments into your pictures."; fDesc[10] = "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[11] = "packs a punch. Collide-o-scope: Colorful, bouncing and homing chain of bullets. Neon Blast: Bright flashes of light confuse and damage the opponent."; fDesc[12] = "you will love the PolymorF3D 1.2 screen saver program. When your computer goes into stand by mode, you will be presented with mesmerizing 3D circular shapes that spin around the screen morphing and transforming themselves before your eyes."; fDesc[13] = "graphics such as pen, brush, pastel, crayong, spray, saturation, water-brush and so on. It is very easy and simple to use. In version 1.06: some ..."; fDesc[15] = "free screensaver created by RateMyScreensaver.com containing 21 high quality photographs."; 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 = '...'; } }