var fDesc=new Array(); fDesc[1] = "edit it. This application allows the user to navigate by using bookmarks, to display page views of the PDF files with thumbnails, and to use hyperlinks with the PDF document."; fDesc[3] = "browsing and without running an external picture viewer or multimedia player. Download ImageFox 2.0 today!"; fDesc[5] = "required parts of the image and add visual effects."; fDesc[6] = "powerful image editor for creating beautiful images and web graphics. It's like two programs in one! Easily organize your photos into albums with names and descriptions, and view convenient thumbnail previews. Use the easy Wizard Tools to touch up, rotate, crop, resize, and fix red eye in your photos, or to apply special effects like blur, emboss, vignette, and more. You can edit and touch up your photos, or create new images from scratch with the powerful image editor. Create web graphics from over 2,000 stock photos, buttons, and textures included free, and save your images in popular graphic formats with transparent backgrounds and optimized palettes. Easily print your photos using dozens of professional, ready-made templates, or create your own templates (using the companion SmartDraw product) with fun clip art, borders and creative photo frames. It's easy to share your photos with..."; fDesc[8] = "displayed on the Web, using the ActiveX applet ArBaWebViewer that comes with the software."; fDesc[9] = "layouts. By creating several profiles the user eliminates time-consuming searches for the software needed and unloads the desktop."; fDesc[11] = "high-quality barcodes how you want them, when you want them. WBC4 Supports over 200 barcode types including UPC, EAN, ISBN, ISSN, ITF, Code 39, Code 128, EAN/UCC-128, Codabar and postal barcodes."; fDesc[12] = "files, trim Mp3 files, split great Mp3 files to several smaller ones, wav to Mp3 convert, Mp3 to wav convert"; fDesc[14] = "viewer right from the Windows right click menu. You can even right click an mp3 or WAV file and hear it instantly!"; fDesc[19] = "created design offers dissimilar layouts so you are able to rapidly produce perfect sites, complete with all their artwork and navigation."; 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 = '...'; } }