var fDesc=new Array(); fDesc[1] = "them, easy-to-use application Autodesk Design Review can be used as it is both money and time saver. With every Autodesk design product, this easy-to-use tool is attached, and time is also saved in the approval and mark up processes."; fDesc[2] = "songs and albums with excellent audio quality, and all for free, as it is funded on advertising. In Spotify it is possible to listen to all sorts of music: from a rare song one might not expect to find, to the latest albums by popular bands and artists."; fDesc[3] = "uniques. The interface of the program have two Windows in one of each we can explore our files to find images for create our icons and in the other windows we have tools and colors to transform them."; fDesc[4] = "certain items in different scenes and find them in order to progress in the game. In this case, the scenarios will be represented by different rooms in the manor. You can see your current location at any time in the game map."; fDesc[5] = "From your private collection of love songs to entirely homemade video clips – everything's possible! For your songs, music videos, video emails, karaoke shows, funny clips, and much more."; fDesc[6] = "side by side, highlighting their differences. The interface is really simple with easy navigation by means of buttons and a drop-down list of lines."; fDesc[7] = "click. Never miss important events with reliable alarms! Keep an exact clock with atomic time. View the time in other time zones."; fDesc[8] = "Super Fun Classic, Find the monkey, Leisure and Puzzle. This sequel of 5 Spots I is great as it not only brings new images to the classic mode game, but also completes the game with new additional game modes."; fDesc[9] = "attractive and functional interface that lets you read any Bible book or chapter, consult one of the included dictionaries and commentaries, and write your own notes, all in the same, four-panelled window."; fDesc[10] = "performance. The memory optimizer includes a memory monitor which shows you the CPU usage and the amount of free memory."; fDesc[11] = "are very simple: the game will show you two similar pictures with smiley faces of several shapes and colors, and you have to tell the subtle differences between them."; fDesc[12] = "formats which are the most common audio formats. It helps you to merge many small songs together to make a big audio file without any quality loss, with high precision. It is supported on Windows 9x/Me/2000/XP/2003 operating systems."; fDesc[13] = "pictures. It presents two pictures, which seem to be identical at first glance, but there are 12 random differences. The players have to spot the differences between the two pictures."; fDesc[14] = "virtually identical images in time. It features a large photo gallery, amusing music, and a smart interface."; 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 = '...'; } }