var fDesc=new Array(); fDesc[1] = "formats (Direct CD, InCD, DLA, and Instant-Write) and is capable of performing surface scans, accessing data that Windows simply cannot read."; fDesc[2] = "key-framing, photo/video layering, copy protection, templates and more. This program has nothing to do with Power Point; it goes beyond, providing users with features required for professional projects."; fDesc[3] = "application, or fix and mark it as XP-enabled. Now supports large Vista icons."; fDesc[4] = "display it in one of two window sizes or you can use it as a system-tray icon. The window can be dragged to any convenient area of the scr..."; fDesc[5] = "show. File conversion (SWF, EXE, SCR, Install SCR). Create and publish web page (sssuper.com). Record voices. Adding sounds (MP3)."; fDesc[6] = "a program designed to help you make your perfect screensaver, where you will be able to visualize any photo or image that you like, while listening to your favorite music as background. You can even add a text caption to be read every time the screensaver runs."; fDesc[7] = "ZwCAD can read, save and edit the files produced by AutoCAD (2.5-R14-2006) and the other way round. ZwCAD, CAD users wanted."; fDesc[8] = "capturing the whole display's window and an active application window, Mr Captor is able to take a shot of a randomly chosen part of the image (a rectangular, or elliptic or freehand) and so on."; fDesc[9] = ", JPG, TIF, WMF, EMF, PNG, PCX, J2K, TGA, RAS and ICO files.The utility supports different icon sizes and colors such as Monochrome (1 bit), 16 Colors (4 bits), Grayscale (8 bits), 256 Colors (8 bits), etc."; fDesc[10] = "or promote your services with a custom screen saver. Protect your work and distribute your SWF animation to as many viewers as possible"; fDesc[11] = "When we open the program we can find thirteen buttons in the top toolbar, in the left side we can see the commands that we can add to our project and one window that shows the selected items."; fDesc[12] = "files(mp3,mid,wav,wma. ..). ScreenSaver step by step with the New Wizard. It is easy to add image files or acquire images to be included from your digital camera/scanner, edit images and display them with transitions. You can also add background music to your creation, using popular formats of audio files(mp3,mid,wav,wma. ..). More features such as creation preview, password protection, wallpaper setting etc. are included. !Easy ScreenSaver Studio can open and edit your .SCR/.EXE file directly so that you don't have to save a seperate project file. You can create self-installing(EXE file) ScreenSavers or even make and distribute your own SHAREWARE ScreenSavers. It's great for digital camera users and digital photo fans. Key features: Create your own ScreenSaver step by step with New Wizard; Create standard ScreenSaver or self-installing EXE files; Open and edit SCR file directly, and you don't have to save a..."; fDesc[13] = "sceensavers are a self-contained .SCR and can also make a self-installing .EXE. Suitable for offices, promotion and personal use"; fDesc[14] = "supports previewing, case-sensitivity and various search options. This program is fast and easy to use, making it one of the most powerful search-and-replace utilities available. In addition to replacement of text within files, SCR supports changing text within filenames too. With SCR it's possible to rename multiple files on your hard disk within seconds."; fDesc[15] = "and it generates only one *.scr file which can be distributed easily. You can also generate screen saver setups, which provide automatic installation. Whether you use SCR Builder for fun or profit, it is just the tool you need to create great screen savers."; 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 = '...'; } }