var fDesc=new Array(); fDesc[1] = "and with just simple right click you are able to access all its features. All the basic effects of the application are based on the plugins for its complete customization and addition of new effects."; fDesc[2] = "offering the best performance even with large files and folders. This incredible program will help you get your family and friends excited with perfect photos, multimedia presentations, brilliant printouts, photo books and many other creative gift ideas."; fDesc[3] = "can capture full program windows, images that appear in systems with multiple monitors, full spreadsheets, full scroll-down webpages…off-screen content included, all in one single image that you can later edit without exiting Magical Snap 2."; fDesc[4] = "The game includes wonderful 3D graphics and great sound effects and music. It includes multiple interesting courses to choose from and an editor that allows you to create your own courses."; fDesc[5] = "shell namespace is an all area access. The shell is compatible with the drag and drop method, has a context menu and the multi-window or multi-headed operating mode lets you see everything."; fDesc[6] = "components (more than 16,000 (in the Power-Pro edition) that can be placed and wired immediately. However, Multisim’s database is perhaps unique in that every component has a simulation model attached to it."; fDesc[7] = "DVD disc, ISO file, or DVD folder and edit good looking menus for DVD movies. Supports DVD-5 and DVD-9, NTSC and PAL, Multithreading and batch conversion."; fDesc[8] = "has a ripper that can analyze other game files. It is simple to use and very powerful. If you handle resources from different games, this is the only program you need."; fDesc[9] = "course design. Sharpshooters Miniature Golf is a completely customizable minigolf world. Note: OpenGL, 900MHz CPU, and DirectX 7.0 required."; fDesc[10] = "mini golf game around! Pick up your golf club and play your way through more than 50 unique holes, spread over 5 courses."; fDesc[11] = "excitement for the putt putt mini golf player. Many hazards need be avoided for a good score like the sand traps and water ponds. Very addictive!"; fDesc[12] = "and an advanced physics engine. The planets of Miniverse have been terraformed into challenging courses."; fDesc[14] = "supported by the Media Control Interface (.MID, .WAV, .AVI, .MOV for example) and CD Audio tracks. MM Player allows you to organize your favorite media files and CD Tracks in Play Lists that can be played in the background while you do other work. This program allows you to build a database of your Audio CDs and save names of tracks etc. Both normal media files and CD Tracks can be mixed in the PlayList. MM Player allows you to re-organize these items in any order you like or play them in random order. Another of many MM Players features is a Floating Palette, a miniature version of the main window that stays on top of other Windows and allows you to access the most frequently used features such as selecting the item to play, stop, pause, fast-forward etc. MM Player is the ultimate program for managing your collection of media files and Audio CDs."; fDesc[15] = "using miniatures. Square graphical tiles are painted onto a grid with the mouse to build the map. Print your maps to fit many different miniature base sizes. GridSmith maps are usable with most of the popular role-playing and table-top miniature combat rules on the market."; 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 = '...'; } }