var fDesc=new Array(); fDesc[1] = "artists. It contains many features that make it easier to create music, like chord diagrams, fretboard and keyboard interfaces and tablatures. It is ideal for beginners as well as for professional musicians."; fDesc[2] = "experienced users. You can choose over 200 templates to make your work more creative. You can create wide range of projects such as collages,comic strips, calendars, greeting cards."; fDesc[3] = "videos and photos; enabling the user to add titles, transitions, music, and special effects. The work done can be saved on DVD or be uploaded to the web."; fDesc[4] = "Highly addictive, Ancient Tripeaks is full of fun and entertainment and it represents a convenient gate-away after a stressful working day. It features eight unique game modes to suit all types of players: from beginners to experienced!"; fDesc[5] = "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[6] = "listen individually to it, anytime, or play the whole composition, adjusting tempo. Useful for music beginners to learn at a personal pace. While playing the composition, notes and lyrics light at the same time music is playing."; fDesc[7] = "looking to improve this essential skill. Kiran’s Typing Tutor is the right program for those who want to learn to type quickly and in an efficient way, as it includes a number of lessons, tests and games, and all for free."; fDesc[8] = "templates and bonus software. PhotoImpact allows beginners to quickly achieve professional-looking results, while providing advanced features so users won't feel limited as they gain experience."; fDesc[9] = "and accuracy, and is targeted at beginners and those with some experience alike. This free program is extremely easy to use and includes exercises for all levels of skill."; fDesc[10] = "a picture can work with 3d objects with the help of Unlead 3D Studio. Ulead 3D Studio can be used to create image sequence or GIF images,videos and the 3D Macromedia Flash movies.Ulead 3D Studio offers Easy Palette for the beginners."; fDesc[11] = "simplicity and ease of use or for beginners who does not need a complex program. The user interface is very attractive and colorful, and offers sound effects to make it even funnier."; fDesc[12] = "Parashara system. It also includes elements of the Systems Approach (SA) to Indian Astrology by Professor V.K. Choudhry of New Delhi. To build an horoscope, you´ll need to fill the Chart Data, pressing over the File and then the New option."; fDesc[13] = "instrument, such as tuning, struming, arpegios, rhythms, and so on. It also includes an useful tuner and a metronome. The demo version includes only the first few lessons."; fDesc[14] = "with all the 'html', 'head' and 'body' tags placed, leaving the corresponding room for HTML insertion. By choosing the tabs shown, the user can set the body backcolor and back image, 'mail to' code, 'web links', 'HR', 'BR', tags, etc."; fDesc[15] = "line drawings from photographs getting closer to drawing from real life. The program checks the drawing for accuracy and indicates the score on pressing the 'Update Score' button. The exercises included guide the leaning process"; 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 = '...'; } }