var fDesc=new Array(); fDesc[1] = "bar the words or phrases that you’re looking for; also allows to select the engine search. Another feature improved is the Opera Mail. It supports the currently web standards, like CSS 2.1, XHTML 1.1, HTML 4.01, WML 2.0, ECMAScript, etc."; fDesc[2] = "user of compact cameras, ACDSee taking a more professional version for the advanced user. For the price it has is an interesting option for the purchase by the amateur ."; fDesc[3] = "digital image. Is a powerful product, yet easy to use. It includes the basic functions needed for a beginner and the more complex functions used by pros."; fDesc[4] = "It is easy to install and use, requires very less resources and a user friendly interface. It is commonly used for .cbr and .cbz formats viewing though it can support all common image formats."; fDesc[5] = "Alt-Tab keystrokes have in Windows, with some additional features. You can customize the appearence of the program for each user, with different colors and fonts."; fDesc[6] = "Any public Webshots Community photo Webshots professional Pro Shots photos You can also easily manage and organize your photos. Plus, the included toolbar lets you upload and search for photos right from your browser."; fDesc[7] = "organizing and settings options on your screensavers. To properly speak, you only will be able to manage screensavers created by people from 3Planesoft."; fDesc[8] = "in terms of graphics. It enabled users to see a thumbnail of the Windows by simply placing the pointer on top of the Window's button on the taskbar. This is more than a graphical tweak though."; fDesc[9] = "features to provide powerful digital editing performance without any problem. Pictures can be copied from camera and other storage devices and can be captured from live videos and from video files."; fDesc[10] = "previewing, and adding comments. Create thumbnails and generate fully customisable HTML index pages ready to be uploaded to your website. Also it supports a wide variety of meta data standads and some movie formats."; fDesc[11] = "features. Additionally, it has a built-in professional download client with resume capabilities. The browser supports many skins and a few plug-ins."; fDesc[12] = "or even retouch them.Photos can be uploaded from any photo capturing device be it a scanner or a camera or any other device.Photos can be printed or even sent to fax."; fDesc[13] = "camera, supporting added for Vista ServicePack 1 (SP1). It can manage and edit JPEG,RAW and TIFF image file formats."; fDesc[14] = ", it allows to download pictures in two locations simultaneously and saves downloading time in that way. Nikon Transfer enables you to backup your images and point out IPTC and XMP data and also copyright information, key words and location path for every file."; fDesc[15] = "shares, remote servers, CDs, movies, files and whatever you could possibly have and lose. Whereisit? is suitable for both the novice and the advanced user and there are a lot of languages available for the user to choose"; fDesc[16] = "shell namespace is an all area access. The shell is compatible with the drag and drop method, has a context menu and the multi-window or multi-headed operating mode lets you see everything."; fDesc[17] = "for direct download from the developer’s website. When installing, we can associate the following file extensions: TIF, TIFF, DjV, DjVu, PDF, and TXT with STDU Viewer. It provides a free browser and viewer for these files."; fDesc[18] = "desktop browsing and file management application that is kept simple. Just because it is not extravagantly designed, it does not mean that you will be missing any of the important basic features."; fDesc[19] = "approach. Taking a lot from Firefox and the like, XYplorer adds a tabbed interface to the everyday use of file managers. Thus, you don't have to scroll through tens of windows to find the one that you know is somewhere."; fDesc[20] = "program. With this incredible application you can watch and record TV shows (requires a compatible TV tuner card), edit photos or video, listen to music, rip CDs to MP3, and much more."; 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 = '...'; } }