var fDesc=new Array(); fDesc[1] = "It includes templates and tutorials to help you do your homework in Microsoft Office. Includes Microsoft Math for doing mathematical calculations including solving equations and plotting graphs, calculus, etc. Dictionary and Thesaurus helps learn foreign languages too."; fDesc[2] = "styles and fonts, insert symbols and use many preferences and templates to suit your needs. You can even use the drag-and-drop option to include equations in a document, save it as an image file in various image formats, export equations from a document and much more."; fDesc[3] = ", 2000, XP and Vista. Its help file is really big due to the amount of information and reports you could do with it, however the most common usage is to troubleshoot stop errors (bluescreens of death)"; fDesc[4] = "how they blow out. The game offers three different game modes, not very different from each other. Definitely it's not the game of the year."; fDesc[5] = "It includes all the necessary tools like Tab Symbols, Musical Symbols, Rhythm Slashes, chord names and many more for making it easy to create and edit music files."; fDesc[6] = "music, dancing with your fingers, tapping on the keyboard movement keys. Using the beatbox feature you can record your own music to use it later to play the game with it."; fDesc[7] = "diagrams. Inspiration 8.0 is devoted to allow 6 to 12 degree students to plan, organize, research, evaluate, comprehend and communicate knowledge."; fDesc[8] = "writing symbols (Kanji). It has a fully integrated workspace which permits you to work efficiently and creates professional symbols in minutes."; fDesc[9] = "Accounting and Finance, Animal and Nature, Books, Energy and Services and so on, to suit interest and preferences of multiple users. Moreover users can customize or create their own innovative logo using various LogoSmartz effects."; fDesc[10] = "have to click on the desired character and it is automatically inserted into the document. You can change the font and size, match as in the document, or utilize the HTML option. It has a magnifying glass that allows you to make a close-up of the characters."; fDesc[11] = "values and the related information from Yahoo! Finance, so there is a 20 minutes delay. The application is simple to use and offers all relevant stock data."; fDesc[12] = "elements, atoms and molecules, word equations, chemical symbols, Periodic Table, chemical formulas, balancing chemical equations."; fDesc[13] = "an issue of inserting of advanced typographic symbols within your blog becuase currently Windows Live Writer does not have such an option. To resolve this issue Brian Vallelunga created a nifty little plugin that allows you to add various typographic symbols within your blog posts."; fDesc[14] = "can make impressive banners, cool GIF animations, and animated AVI videos. The user interface (GUI) of this software is simple and allows you to create your animation with a few clicks."; fDesc[15] = "save your created cards to the hard drive or - in case you want to play - you can print them out too. You can create your own templates for manna symbols, set symbols or cards."; 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 = '...'; } }