var fDesc=new Array(); fDesc[1] = "import your photos and videos from digital cameras, camcorders, CDs, DVDs, and Windows Live Spaces. Moreover, with this incredible program you can enhance your photos with easy-to-use tools for adjusting exposure, color, and for removing red eyes."; fDesc[2] = "personal photos, make creative wallpapers collages, and create fabulous screensaver of all the images, add photoys on the desktop. The tool displays various types of screensavers and collages."; fDesc[3] = "boring static wallpaper on your desktop. You can change the wallpaper with a specific delay or at specific times. Wallpapers are easily managed in multi-level categories which can have time constraints to give your desktop a time or season dependent look."; fDesc[4] = "of your desktop environment by replacing icons with incredible icon packs, changing wallpapers, backgrounds, screens for logon and boot sequence, among other things"; fDesc[5] = "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[6] = "wallpaper to open the program. After that, we can see in the program interface one menu bar, one toolbar, one explore window with our folder, one window and three tags in the right with the wallpaper info."; fDesc[7] = "AniPaper.com. The wallpaper shows a night image of a business city, with tall skyscrapers with the lights on and up in the sky, beautiful fireworks shining and blowing away."; fDesc[8] = "inspire the world. Your wallpaper/screensaver will change every day with new quotes, and you can select from 3/4 quotes by day."; fDesc[9] = "permits you to select the wallpapers and their regular recurrence. As well as the position and other options! Enjoy your wallpapers now, easily and fast."; fDesc[10] = "Wallpaper Cycler is a wallpaper software that will help you change wallpaper on your desktop. Using this powerful background changer you can use all your favorite images as wallpapers."; fDesc[11] = ", crop, convert, rename, apply effects, adjust the contrast or remove the red-eye effect from your photos or images, view images in a slideshow, rename them in batch mode, add frames, text and clip arts to your photos, adjust their contrast and saturation, and much more..."; fDesc[13] = "specify different categories to different monitors (on multi-monitor setups). AutoWallpaper can resize your images, add borders and create subtle gradients behind the background that match the colours in the image. Automatically cycle your wallpapers on startup, on program exit, every few minutes (up to 4 hours). Features: Easy to use interface. Support for up to 4 horizontally aligned monitors. Create any number of wallpaper categories. Assign different categories to different monitors. Add any number of wallpapers to each category. Automatically change wallpapers at startup, on program exit, or specify a by minute change. Change wallpapers sequential in order, or randomly. Delay wallpaper cycling when your computer is busy (playing a game). Resize smaller images to fit the screen, or resize proportionally. Resize taking into consideration the size of the taskbar on the primary..."; fDesc[14] = "desktop. It allows you to easily manage all your wallpapers through the use of categories and cycle them with a specified delay or at specific times or both. Wallpaper Cycler includes an advanced random choice algorithm, can be started at Windows logon, can be configured to change the wallpaper once at Windows logon, and much more. Features: Transparent desktop icons. Add categories which contain similar wallpapers. Categories can have time constraints. So a certain category can be set up to be used only during winter, or in the morning,... Easily find duplicate images and delete them. Preview bitmaps and JPG's full screen. The delay between two wallpapers can be up to 24 days 20 hours 31 minutes 23 seconds. Cycling can happen with a specified delay or at specific times or both. Shuffle during cycling: Wallpaper Cycler includes an advanced random choice algorithm which ensures that you..."; fDesc[15] = "shadow to photos in order to enhance your personal albums, product pictures, websites or desktop wallpapers with remarkable ease. Photo Show is useful for computer painters, designers,photographer and family entertainment. Photo Show Support the major picture format(JPEG, BMP, TIFF, PCX, PNG, TGA, PBM, PGM, PPM, GIF, VDA, ICB, VST, PIX, WMF, FAX, PSD, PDD, PSP, CUT and PCD Image Formats.)."; 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 = '...'; } }