var fDesc=new Array(); fDesc[1] = "choice suitable for all ages what makes it ideal for the whole family. Ultimate Dominoes presents five classic domino game variations, from easy to hard, thought to suit beginners and experienced players as well, so you can set the options to suit your skill level."; fDesc[2] = "Area * Custom Lesson Designer * Typing Games * Progress Tracking & Reporting * Special Language Options This application is available in three versions: Mac & Win; Mac only and Win only."; fDesc[3] = "to easily create stunning digital imagery. Whether you're a 3D newbie or an avid 3D artist, you'll find DAZ Studio is the perfect tool for designing unique digital art and animation with virtual people, animals, props, vehicles, backgrounds and more. Experience total creative freedom with DAZ Studio and express yourself in 3D like never before."; fDesc[4] = "can draw and use all the tools that the program offers like freehand, pen, ellipse, transparency, bevel, contour and more. We can add layers, combine various shapes, convert lines to shapes, we can import these from a web too."; fDesc[5] = "only and even for printing purpose. It can handle a huge number of extensions including GIF, JPEG, BMP, PNG, TIFF, PSD, PDF and AI/EPS, RTF, EMF."; fDesc[6] = "Teach them survival skill as building, fishing, exploration, research and healing other people. Guide them and build your village solving 16 puzzle of different difficulty levels."; fDesc[7] = "interfaces for different age groups and abilities. There are over 221 lessons and 103 custom lessons included in the Mavis Beacon Teaches Typing Deluxe 17.0 program and ergonomic evaluation videos are included."; fDesc[8] = "that different to other pool games already seen, but the stuff around the game is what makes this game pretty unique.The game provides extensive help to get the most out of Cue Club. You can try this game for 60 minutes before you buy the licensed version."; fDesc[9] = "of Sudoku! Sudoku Up includes five difficulty levels to challenge you. Enjoy the detailed statistics of each game with graphs, 3D pie and bar charts, and tables to estimate your skill level."; fDesc[10] = "matches on a board). You prepare the customers orders by collecting the required ingredients from a board. Every time you make a match, the ingredients involved are collected to prepare the order."; fDesc[11] = "ultimate detail. Create characters, scenes, and special effects for films in a total 3D environment. It is designed for users of any skill level, and is equipped to easily perform 3D character creation."; fDesc[12] = "students. This is a routinely task for teachers, highly time consuming and even boring, but also inevitable. Since Vocabulary Worksheet Factory uses a very intuitive and simple interface, it won’t matter the teachers’ computer skill level or experience."; fDesc[13] = "Crosses. Aba Daba have a modern unusual interface with different skins, attractive music, nice sounds and different skill levels."; fDesc[15] = "presented with a bright colorful interface displaying the game mode choices, high score and options menu. In the options menu I chose my skill level within this menu, the menu also allows you to control the settings for the screen view, music and sound effects."; 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 = '...'; } }