var fDesc=new Array(); fDesc[1] = "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[2] = "convert audio files from many different file formats into mp3, wav or wma files such as wav to mp3, mp3 to wav, wma to mp3 and much more."; fDesc[3] = "another. It supports format include WAV, MP3, OGG,WMA, RAW, VOX,CCIUT u-Law, PCM, MPC], MP2 and more."; fDesc[4] = "replays as .AVI files. You can play using your keyboard or joystick. The program has a database of 40 soccer leagues worldwide. You can play with any team from any country."; fDesc[5] = "really suffice for quick CD rips. The application consists of a single window. There, when the application detects an AudioCD, you will be able to input the CD information (artist, album, genre, year)."; fDesc[6] = "possible to convert audio to audio, video to video, create video from our favorite photo album, take snapshots, split video files, and so on. We can create a great video by using our best picture collection, making it possible to enjoy it with our family."; fDesc[7] = "These functions are available in a user friendly graphical interface. The program helps the user to view the internal microcontroller architecture. It has features such as FLASH program memory editor, variable simulation rate and a powerful PIC basic compiler."; fDesc[8] = "and inconvenient Windows edit box."; fDesc[9] = "CMD but it includes more than 60 different internal commands, plus 97 internal variables, plus 130 variable functions. The program includes help widely explained for each command, variable, and variable function."; fDesc[10] = "to offset, keyboard macros, print preview, search and replace, spell check, variable pitch font, and much more."; fDesc[11] = "usage values from the several networked servers and can be notified for specific server status."; fDesc[12] = "wonderful home casino with hottest games packed within, including craps, video poker, blackjack, keno, slots and baccarat. Las Vegas Super Casino has highly adjustable bank limits, adjustable variable speed of games, and with this game user can play without fear of loosing,"; fDesc[13] = "ranging from small ones down to the large sized bulky ones. The application incorporates a highly flexible, intuitive user interface, which makes it a truly easy-to-use program."; fDesc[14] = "coupled non-linear algebraic equations. ESS can also be used to solve initial value differential equations, do linear and non-linear regression, unit conversion, unit consistency checking, optimization, and uncertainty analysis, and produce publication-quality plots."; fDesc[15] = "music,loop-repeat selected video parts, play movies to match user defined duration, take movie snapshots. Supports all common video formats."; 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 = '...'; } }