var fDesc=new Array(); fDesc[1] = "Using MP Navigator you can send image for printing, attach to e-mail or save it in PDF format. MP Navigator is easy and handy. It is aimed for ordinary users and allows scanning photos and documents quickly and easy."; fDesc[2] = "automatic), precision adjustments of contrast, luminosity (brightness), color saturation, etc. as well as gamma correction on pictures too dark or too bright. Selection of several shapes: rectangle, ellipse, rhombus, triangle, polygons, etc."; fDesc[3] = ", comparison, red-eye removal, emailing, resizing, cropping and color adjustments. It supports all kind of images format and also includes new tools for drawing on the imagery, fixes, optimization."; fDesc[4] = "resolution and picture adjustments. Tray Icon enables user to launch the application and set it to mini-mode. Picture Slideshows can be created using the Stitch-Video feature."; fDesc[5] = "comes with a modest price and works well. The program works with all types of connection modes and makes your LAN faster."; fDesc[6] = "modifications to your hardware are made and all adjustments and settings are done in an easy to use interface."; fDesc[7] = "hardware are made and all adjustments and settings are done in an easy to use interface."; fDesc[8] = "modifications to your hardware are made and all adjustments and settings are done in an easy to use interface."; fDesc[9] = "which assist the user in performing total clean up of the PC. Whenever user uninstalls any software, temporary files and files not deleted often remain on the hard disk, but the \"Clean Uninstaller\" tool takes care of this problem."; fDesc[10] = "let you to manage and configure a lot of hidden parameters of your Windows XP. All optimization tools are perfectly ordered by categories in three main sections, System, User, and Others."; fDesc[11] = "built-in Flash video player with several skins and video special effects. Also, the application includes the capability of adding subtitles and selectable audio settings and video compression adjustments. User interface is very easy to use, very clear and understandable."; fDesc[12] = "can extract pictures from most popular video format file, as it supports WMV/ASF/ASX/WVX/WM/WMX /RA/RM/RMS/MND/RAM/MPG /MPEG/RMM/R1M/MP2/DAT/ AVI/FLV/VOB/MOV/QT."; fDesc[13] = "program offering them a quick one-click render for model adjustments and for online productions. All the features available in the full product are available in this free edition of IDX Renditioner Express Free 1.0 except that this program renders image sizes at a maximum of 600 x 480 pixels."; fDesc[14] = ", make adjustments to white balance, RGB, brightness, hue and saturation settings and then develop them to JPG, JPEG 2000, TIF, PSD or BMP format. It can also batch process multiple raw files and apply specified adjustments to all of them, and in addition add image frames and watermarks. You can also create photo galleries from your photos, using the built-in web gallery tool. RAW PhotoDesk is easy to use and less expensive than most other RAW editing packages, however it does not provide nearly the professional capabilities of those, and is probably most suitable for casual users, that are not looking for all the advanced features."; fDesc[15] = "advanced and precise way than using the monitor's built-in menu. It has a simple and friendly graphical interface that guides you step by step to make many adjustments to your screen. It's compatible with Windows 2000/2003/XP and works in both CDT and LCD monitors"; 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 = '...'; } }