var fDesc=new Array(); fDesc[1] = "your Web Browser and provide you with tools that will help make your searches more efficient. Ask Toolbar works with both Internet Explorer and Mozilla Firefox. There are different versions for each browser, though."; fDesc[2] = "(enhanced by Google), so users can easily search the web right from the AOL toolbar without having to open another window. There's also an AOL and AIM email preview, so users can quickly check their Inbox and send messages to their contacts."; fDesc[3] = "played on Windows, is, arguably, the most stable and best working Nintendo 64 emulator out on the field. In order to play actual commercial games one has to have a ROM file for the game that is going to be played."; fDesc[4] = "field to Windows Explorer that allows the user to visualize in real time what the size of his folders is. Similar to the File Size field, this new field makes working with files and folders a whole lot easier."; fDesc[5] = "When clicking on a group of 3 or more same-colored bricks, the whole group disappears, and the hole is filled first by the elements falling from above. If a column is cleared, the elements move to the center of the field."; fDesc[6] = "skins and plug-ins without having to open a separate website while they listen to their favorite music or watch videos. Even more, there is a search field which can be used to access AOL's search engine and find information about one's favorite singer."; fDesc[7] = "depicted in this game is covering a vast area on the earth, i.e. Greece, Egypt and Asia (all ancient civilizations). To begin with the game, you have the opportunity to create your own character."; fDesc[8] = "MPEG2, MPEG4 SP/ASP, H.264/AVC*, 3GP. Its features include Real-time, high resolution MPEG-2 video playback at HD, Brightness control, Deinterlace vertical filter among others."; fDesc[9] = ", you´ll have to pilot your top-secret helicopter loaded with cool gadgets around the alien menace and eliminate all alien bugs. Some of your enemies can shoot you. From time to time a big helicopter will help you paralyzing them with a ray."; fDesc[10] = "the game is to build various figures out of objects of the same color. The deal is to make as big a score as you can!"; fDesc[11] = "54 fields with different obstacles on them available for the player."; fDesc[12] = "oil company, about well completion, well service, cementing, acid oil brine and so on. i-Handbook contains many oil field and well service equipment data on it. You can also simulate and complete your favorite oil well using its graphical tools"; fDesc[13] = "speech. Developers defined its main purpose as helping children to learn English vocabulary. Speech Synthesizer 5.0 doesn’t need a lot of system resources and can be used on any of the following Windows based Operating Systems: Windows 98, Windows Me, Windows NT, Windows 2000 and Windows XP."; fDesc[14] = "the bricks will only move in the direction of the arrow inside. This creates a great puzzle formula for everyone to enjoy."; fDesc[15] = "lines. Visibility of field line and potential surface depends on their magnitude."; 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 = '...'; } }