var fDesc=new Array(); fDesc[2] = "its own priority settings: high or low priority, planned work, approved work, etc. Well, this is useful if you have a lot of folders and you need to easily recognize the folder that you are working on."; fDesc[3] = "landmark in the map. There is a world map, where you can zoom in. All the road and rail routes of the United States is marked in it. There is a Euro version of AutoRoute too where you will get the whole of Europe. Anyway it is not available for Asia, Africa or other Ameriacan Places."; fDesc[4] = "provider´s mail server and your email client, that scans every incoming message, filtering out that ones meeting some built-in criteria (only images, too many addresses, words like viagra, cialis, etc.)."; fDesc[5] = "retrieves files lost due to accidental removal or deletion from the Windows Recycle Bin. It enables you to either make a complete scan of the selected volume, perform a simple or advance search by selecting file masks, and also recover marked files."; fDesc[6] = "You can rename files in so many different ways. For example, you can grab a bunch of files and add a letter to them all. You can also add a sequence of numbers to your files."; fDesc[7] = "information from CompactFlash cards (type I/II), IBM Microdrives, SmartMedia cards, MultiMedia cards (MMCs), Secure Digital (SD) cards, Memory Sticks, and any other storage devices."; fDesc[8] = "many uses for an application like this. The first one that comes to mind is to decrease the size of your JPEG file by means of downsampling its quality."; fDesc[9] = "board with wall in three sides, and you with a bat in the remaining side. You have to make a ball bounce on the walls or your bat, and destroy bricks on the board."; fDesc[10] = "Pursuit in three different modes: Solitaire (you against the machine), Time Attack (you against time) and 1 to 4 players, to play against other humans."; fDesc[11] = "acquire the images directly from the scanner, Camcorder or DV. It views and playbacks various file format such as AVI, MPG, QT, WAV and MID multimedia files. These can be viewed in a thumbnail mode."; fDesc[12] = "100,000 words. When searching for a word, we can enter a Kangi or its Romaji (Roman character) pronunciation. We can click the Kangi to view its ON pronunciation and its KUN pronunciation, plus its meaning, number of strokes, radical number, radical, and radical name/meaning."; fDesc[13] = "incoming emails as spam (junk email) or non-spam without you having to specify dozens of rules or download updates, by using intelligent statistical analysis. K9 does not support webmail like Hotmail or AOL. It doesn´t support SSL or secure authentication, either."; fDesc[14] = "algorithm to ensure that your journals are secured. myDiary automatically saves as you type so you dont have to worry about saving. Its very simple and easy to use - enter your password, pick a date, start typing. Features: Calendar: Displays days, months, and years. Dates for which blogs are available are marked as bold unless a search has been requested. In that case, a bold date marked on the calendar will represent a search result. Blog Viewer/Editor: Area where blogs can be viewed or edited. Navigate: Allows you to scroll through your blogs from one day to another. This is very useful especially after a search has been performed and you have to move between only dates containing the search phrase. However, in such a case, since there could be a large number of blogs between blogs containing the search phrase, the auto-scroll feature that comes with Navigation has been limited to..."; fDesc[15] = "compression/expansion -type processing technique. Equalize is a 31-band graphic equalizer. FreqShift allows the user to transform and transpose a sound. FreqWrap will let you create a radical transformation of sound."; 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 = '...'; } }