var fDesc=new Array(); fDesc[1] = "totally intuitive interface similar to Windows Explorer (with check boxes next to files and folders) that will allow you to select the files and folders you want to back up, the destination and filename, and any optional settings."; fDesc[2] = "advanced users. The program features a simple and intuitive Explorer style interface that shows the local and remote folders in a clear way and allows you to customize them the way your want."; fDesc[3] = "create professional-looking reports by adding dynamic graphics and animated charts. Besides, you can choose different formats for your report such as a bar chart, pie chart or cross-tab summary tables."; fDesc[4] = "digital image. Is a powerful product, yet easy to use. It includes the basic functions needed for a beginner and the more complex functions used by pros."; fDesc[5] = "Heroes of Warcraft III, three missions showing the Orcs' battles and allows playing through Battle.netâ„¢. The missions included in this demo are totally new and do not appear in the full version of the game."; fDesc[6] = "transitions effects. The interface is friendly and contains a number of assistants to guide those who have just began. You can save files to disk or burn them directly to a DVD. It may be somewhat limited for those seeking complex issues."; fDesc[8] = "desired difficult level. The harder the level, the smaller the pieces. You can go from a very easy 4 pieces puzzle to a very hard 442 pieces puzzle."; fDesc[9] = "installed in English or German. When you install TV-Browser 2.6.3, the first thing you have to do is to go through the Setup Assistant, in order to configure your system properly. It will check your Internet Connection and bring the list of available channels."; fDesc[10] = "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[11] = "allows you to convert values between a number of common (and not so common) Engineering-related units."; fDesc[12] = "users get the most out of them. This user guide is available for free to download right from the Support Section of the Palm Inc. Web Site.Everything is written in simple words and enjoyable language. When needed, the explanations are accompanied with tables, illustrations and graphics."; fDesc[13] = "get the most out of them. This user guide is available for free to download right from the Support Section of the Palm Inc. Web Site. Everything is written in simple words and enjoyable language. When needed, the explanations are accompanied with tables, illustrations and graphics."; fDesc[14] = "allows you to associate the nodes of the tree with the text, which contains any kind of information, including pictures and hyperlinks. The final document can be exported to an RTF file and then be opened in Microsoft Word."; fDesc[15] = "user guide is available for free to download right from the Support Section of the Palm Inc. Web Site. Everything is written in simple words and enjoyable language. When needed, the explanations are accompanied with tables, illustrations and graphics."; 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 = '...'; } }