var fDesc=new Array(); fDesc[1] = "photos with friends and family is as easy as pressing a button!"; fDesc[2] = "videos. AviSynth works as a frameserver, providing instant editing without the need for temporary files.AviSynth itself does not provide a graphical user interface (GUI), but instead relies on a script system that allows advanced non-linear editing."; fDesc[3] = "play MPEG-4 movie files or network distributed streams.Real-time decoding up to 720x576 (coding speeds for Pentium/Athlon above 1 GHz).Plays MP4 files and streamed MPEG-4 video (ISMA compliant)Full MPEG-4 conformity (ISO/IEC 14496) for Simple and Advanced Simple ProfileHighly sophisticated post-processing improves picture quality."; fDesc[4] = "and AVC (H.264) formats, but supporting numerous other video and audio formats as well."; fDesc[5] = "sizes. The 3ivx decoder plays back most MPEG-4 variants (including DivX 3,4 and 5, Apple MPEG-4, Philips MPEG-4 and XviD). The 3ivx decoder produces noticeably higher quality video than other decoders due to its high quality post-processing filters, and because of its core design and optimization maintains a record-breaking decode speed. The windows version of the decoder includes an AAC audio decoder for Windows Media Player as well as a Media Splitter (to play back .avi, .mov and .mp4 files inside Windows Media Player). The 3ivx encoder produces industry-leading compact high quality MPEG-4 video and is distributed as a plug-in for QuickTime as well as a plug-in for Video for Windows. This allows you to encode MPEG-4 video in .avi, .mov or .mp4 files (with AAC audio) with the encoding application of your choice."; fDesc[6] = "way. The application includes interesting and unique features including voice comments, sensor dust filter, haze compensation, spectral sensitivity controls, chromatic aberration filter, vignetting and barrel corrections, among others."; fDesc[7] = "mobile devices to snap pictures of any text and then convert those pictures into a text file. The program even has a text-to-speech engine, for you to save the regignized text to WAV or MP3 formats."; fDesc[8] = "hyperlinks. Allows joining of PDF documents and PDF attachments. An API is available for developers."; fDesc[9] = "and QuickTime VR objects, to shoot film’s episodes and animation. This application can be used by architects, designers and 3D CAD users."; fDesc[10] = "PhotoTune 2.2 incorporates ColorTune technology with its patented color correction process and SkinTune technology, developed after more than two years of in-depth skin color research."; fDesc[11] = "files formats, such as AVI, 3gp, ASF, FLV, OGM, RealMedia, DivX and many more. You can play a file, URL and CD/DVD, SVCD. Moreover, it allows you to watch video files during the downloading process. It has a simple fully customizable interface."; fDesc[12] = "clocks on your desktop. The program is fully customizable and sits silently on your system tray from where you can command everything. It allows you to have as many time zones as you require, all with different funny clocks (digital, analog and calendars)."; fDesc[13] = "beginner. Following a three-step process, digital camera users can process a typical set of 24 photos in five minutes or less."; fDesc[14] = "(\"anaglyphs\") that appear in simulated 3D when viewed through special glasses with one red and one blue lens."; fDesc[15] = "files on Portables Devices such as Apple Ipod and Sony Playstation Portable. To work as designed, it requires the flex bay audio video port and a TV tuner card installed."; fDesc[16] = "image, and press the button. Within seconds, the image will be converted into text mosaic art. This program can help hide secret messages in images, and also combine art with words."; fDesc[17] = "wide variety of audio and video filters, internal post processing, volume customizing, autodownloading of the required codecs, dynamic XML skins, friendly zooming, pan-and-scan, dragging, subtitles support (SRT, SMI, SUB, JS, DKS, MPL, RT, SMIL, and SSA), external audio files, OSD with anti-aliasing and blending effects, screenshots in JPEG and BMP, a wide variety of delicate options for the player's kernel (overlays, hardware decompression, buffering, audio restrictions, preloading, caching of the data), customs and corrections for special files and playlists, and user-friendly OSD brightness, contrast, saturation, hue and sharpness. Crystal Player Professional includes full help contents with explanations of how to use all Crystal features. Highlights of CrystalPlayer 1.98: New: Complete Windows Vista support: overlays, WMV playback, Glass, Shadows New: Keyboard with multimedia keys..."; fDesc[18] = "applications produced by Armenian Dictionary Software Inc., the extreme simplicity. You will find everything you need to convert your videos in formats such as AVI (DivX, XviD), MPEG1, MPEG2, VCD, SVCD, WMV, and ASF to animated GIF and SWF flash files."; fDesc[19] = "feature recognition allows automating post-processing such as red-eye removal and skin tone adjustment, creating 3D head models and morphing tools."; fDesc[20] = "You can fax using the integrated fax driver, and email to the address list using mail merge."; 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 = '...'; } }