var fDesc=new Array(); fDesc[1] = "colored background with a soft curved design. In this case, we are talking about an orange background with waves in different shades of orange and red."; fDesc[2] = "Avery product you want to use to print your task. If you don´t know the exact code, you can search the list for the right product."; fDesc[3] = "or drives as in Windows 98. Sodabush Windowpaper also offers the user to change font color. Now you can get your favorite picture on the background of any desired folders. Now you can completely change the view of your computer by using Sodabush Windowpaper."; fDesc[4] = "to your CD, DVD and other media, jewel case inserts, covers and more. Once you start the program, a wizard will guide you to create and print Disc Labels, Discs with Jewel Cases, Discs with DVD Cases, Discs with Inserts or Mini DVDs."; fDesc[5] = "GIF animations. It supports all of the popular formats. It has a nice preview option that will allow you to preview your animation or picture as you would see it exactly on your Web site."; fDesc[6] = "applications and lots more, without even knowing bare basics of programming. It comes with many impressive features facilitating the user to create small size stand alone apps, such as games, installation programs and similar things without spending lot of time."; fDesc[7] = "once a day or at regular intervals. It supports JPEG, PNG, GIF and BMP images, and includes the ability to change your images in random order. The pictures can be automatically tiled, centered or resized to full screen."; fDesc[8] = "steps. This incredible software enables the user to select and remove an object in a picture or photograph from its background, and then compose the result on a different background to create a new scene."; fDesc[9] = "image, using two type of bending (curling and folding), but also texturize it (using the bump maps), orient it in 3D space (including the perspective distortions) and obtain total control over the process of lighting the image (including the option of dropping inner shadows. List of Features: The ability to create both the turning page effect (Page Curl) and the folding page effect (Page Fold) (collectively – bends). The Multi-bend option: the ability to create several bends within the single session of the plug-in. The ability to orient the page in 3D space. The ability to specify the desired level of the perspective while orienting in 3D space. The ability to work with arbitrarily-shaped images (non-rectangular, with full or partial transparent areas, etc.) The total control over the process of creating the surface for a curled or a folded page by adjusting the following..."; fDesc[10] = "screen saver with lots of new features will show you the time and date. You will even have the chance to choose and feed your own fishes!"; fDesc[11] = "ideal for people who during a ten-minute break want to relax playing an entertaining game. With simple and nice graphics plus a relaxing gameplay, this collection is really worth trying, and most importantly, it is absolutely free."; fDesc[12] = "lets you select any JPG image stored in any drive, and apply it as a wallpaper. By default, that image will be surrounded by a frame, and the program will add a three month calendar (past, actual and next month)."; fDesc[13] = "screen. The goal of this program is to help fight the stress and boredom at the office. Desktop Graffitist 1.0.0.6 can also be used for leaving messages on other people's computers, such as love notes, hate notes, grocery lists and art/graffiti/vandalism ."; fDesc[14] = "can specify the folder in which you want to change the background, browsing with the program. You can choose if you want to modify the background just for that folder or all it subfolders."; fDesc[15] = "The software supports major picture file formats and you can select a format in which you would like to save your picture, from JPG and GIF to PCX. It enables you to convert, resize, rotate and add text or graphic to your photos in a batch mode."; 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 = '...'; } }