var fDesc=new Array(); fDesc[1] = "such as clear org charts, complete maps, spectacular flowcharts, time lines and much more in just minutes in a very easy way. No experience is needed."; fDesc[2] = "from the Web, e-mail photos quickly and not exceeding e-mail size limitations, resize images and make thumbnails."; fDesc[3] = "under different kind of graphic software, such as: Adobe Photoshop, Adobe Photoshop Elements, Corel Paint Shop Pro, Macromedia Fireworks, etc. This tiny program can do amazing conversions."; fDesc[4] = "software will help you to plan individually and design according to your real kitchen size all your ALNO new furniture. You can have the traditional design, stylishly combined with modern kitchen technology – ALNO Country."; fDesc[5] = "capacity of your clipboard. You will never imagine that the most regularly used copy paste function could also be bundled with a number of functions, unless you use this tool."; fDesc[6] = "i-Fun Viewer is an image viewer which supports images with the following image formats extensions: JPEG/BMP/GIF/WMF/EMF/P NG/TIF/TIFF/PCX/TGA/DI B/RLE/PBM/PGM/PPM/JIF. When opening the program, we can see our entire directory; select any folder or file and all the images found in them will be automatically displayed as thumbnails, small thumbs, or filename."; fDesc[7] = "we can find a Menu Bar, one toolbar, one browser where we can see our folders a thumbnails panel and one window where we can see our projects."; fDesc[9] = "documents, text and web files with ease. The wizard tool starts with a welcome screen followed by configuration and other options to make it easier to view and manage all your common images, documents, sound and video files in all the common formats."; fDesc[10] = "Corporation. AGEIA PhysX as the name indicate, is used to control or helps to easily render 3D which require a realistic motion. AGEIA PhysX Engines are software components that helps mange settings, do tests on your graphic card."; fDesc[11] = "interface and is simple to use. Despite its simplicity it offers many advanced functions, such as thumbnails, exporting to HTML & thumbsheets"; fDesc[13] = "and photo editing (resize, rotate, crop). Layers, multi-step undo, gradients and masks makes PixBuilder great tool for photo editing."; fDesc[14] = "features. First of all it contains a range of standard tools that are typical for almost all graphic editors, like rectangle, ellipse, curves and many more. Also it includes many tools for creating special effects for text, like 3D look, shadow, glow and others."; fDesc[15] = "packages, can link panoramas between them to make virtual tours and play sounds while the panoramas are running."; 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 = '...'; } }