var fDesc=new Array(); fDesc[1] = "PhotoInstruments quickly and easily allows you to adjust and process digital photos."; fDesc[2] = "accomplish with your keyboard and your mouse? Then Axife Mouse Recorder is what you need!"; fDesc[3] = "graphics editor. IconDeveloper doesn't. Instead, it assumes that most people who want to create icons are either going to create them using an existing graphics package like Photoshop, MS Paint, CorelDraw, or they take existing images (.BMP, .PNG, .JPG, etc.) and turn those into icons. So instead of putting effort into a bitmap editor, IconDeveloper focuses itself on making it really, really easy to turn existing images into Windows icons and allowing for common modification of those icons (resizing, color changing, etc.). The result is a program that makes icons extremely fast, extremely well and extremely easily."; fDesc[4] = "telling you; it is a time-saver. This tool allows you to carry out a simple task: take screenshots of your screen. I know there is a button that reads something like Prt Scr in your keyboard and that it will take a screenshot of your screen and take it to the clipboard."; fDesc[5] = "roof-trusses, floors, walls, bridges,furniture, shafts and much much more. FrameMaster is both one of the cheapest and most powerful program in its category."; fDesc[6] = "Effects, an FTP client publisher and Web Support features for the creation of both HTML and SVG web pages."; fDesc[7] = "PC. Clean Ram checks and deletes all useless data that occupy your memory space. Not only it cleans the memory but also increases the performance of the system, as memory is been freed and available for use."; fDesc[8] = "for Thanksgiving, Christmas, Easter, New Year, Valentine's Day, birthdays, anniversaries, or any occasion."; fDesc[9] = "Web page also. GIF Animator can handle any type of GIF animation; it provides high compression and great quality."; fDesc[10] = ", preview, exporting and WEB publication of 3D graphics"; fDesc[11] = "a site attractive you need to insert images in the site. And to create attractive images for your site you should have a good graphics editor. Web Graphics Optimizer is one which you can use to enhance your images."; fDesc[12] = "choice for creating business and technology graphics."; fDesc[14] = "advanced features using which its users can easily make their graphics appealing and closer to reality. This is because of the power of the Genetica Basic package that provides textures of high quality to be used in graphics processing."; fDesc[15] = "creates high quality designs, slices them and writes HTML from menu selections. 70 Designs included. Also imports over 40 image formats."; fDesc[16] = "saving. Most kinds of text editor, graphics editor and other editors, can be auto saved by AutoSave."; fDesc[17] = "editing, multi-level undo/redo, vast arsenal of tools (area, line, color picker, rectangle, ellipse, screen..."; fDesc[18] = ", PNG, PCX, TGA, BMP, ICO, WMF, and AVI animation files with a single click of the mouse! The built-in PixEditor allows you to easily adjust color, brightness, contrast, add special effects, change color resolution, and more. TWAIN devices are supported to acquire images directly into PixShow's editor. Its built-in graphics file manager allows you to move, copy, and delete files, add/delete folders, set file attributes, and link each file type to an external graphics editor of your choice. You can instantly turn any number of your graphic images into a PixAlbum, a photo album style printout of your selected images with corresponding captions or filenames with adjustable page layout. You can also run a PixShow, a slide show type presentation of all selected file types in a specified directory. Resizable screens allow you to instantly zoom an image from a thumb nail to full screen. It..."; fDesc[19] = "can be created from scratch, or you can use Imagetrix to convert images to text for further manipulation with TextDraw."; fDesc[20] = "features you can optimize, prepare GIF files for your Web page also. GIF Animator can handle any type of GIF animation; it provides high compression and great quality for your animated GIF files. GIF Animator is a GIF animation editor, you can use a built-in image editor or any standalone graphics editor to create image files that will assemble into GIF animation. It supports JPEG, BMP, ICO, PNG and GIF files. Create text effect animated GIF images. Create slide show style animated GIF images."; 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 = '...'; } }