var fDesc=new Array(); fDesc[1] = "contains ... (1) Access 2007 - database management.. (2) Word 2007 - Word processing. (3) Excel 2007 - spreadsheet. (4) PowerPoint 2007 - presentation software. (5) Outlook 2007 - Email and Personal Manager. (5) Publisher 2007"; fDesc[2] = "can easily be used by any user, even by a beginner. Just write the html code in the \"Design\" window and use tags from the toolbox with editing tag properties, and change the style of the text."; fDesc[3] = "those who just want to remove those annoying red eyes and correct some basic exposure mistakes, to those who enjoy adding some creativity to their favorite photographs."; fDesc[4] = "variety of keyboard layouts. The program supports novice and expert users who wish to improve on their typing skills. It is appealing to adults and children alike by applying feeback techniques to keep the user interested in taking the next lesson."; fDesc[5] = "and device recognize it awesome, providing all the information without mistakes, complete analyzes and information in one moment, multiple options to save the information and more."; fDesc[6] = "experiences with Microsoft Silverlight. Microsoft Expression Encoder 2.0 is a tool that simplifies analog data into figures conversion processes, improves image quality and publication of multifunctional media content."; fDesc[7] = "correct the grammar, spelling, and style mistakes we may have made while writing English. It offers grammar explanations and synonyms, as well as dictionary, idioms, thesaurus, translation, etc. WhiteSmoke has several versions to suit our needs."; fDesc[8] = "corruption. This program will provide you multiple features as the repair of defects by the rebuilt of the registry, remove the fragmentation, it will compact the registry by removing the gaps and the unused space, etc."; fDesc[9] = "distinctive characteristic: is intended to be used by a wide public with very different mathematical skills and for pretty different goals, from students to highly qualified professionals."; fDesc[10] = "while watching movies. This may be because of your lesser tendency to hear the dialogues, poor sound quality or the movie being in some other language."; fDesc[11] = "automatically corrects spelling while you are typing in any Windows program, providing you a fast and accurate typing. The program is able to \"adapt itself\" to your typing habits and \"learn\" from its own mistakes, and as a result, the program will become smarter each time you use it."; fDesc[12] = "you type, automates difficult and repetitive typing tasks, supports multiple clipboards and all other solutions to give you accurate and fast typing."; fDesc[14] = "and useless dump can appear in it with the lapse of time. MSErrors ErrorFixer is a small application for finding and fixing such mistakes in your registry."; fDesc[15] = "you type in all Windows programs. It learns your mistakes, adapts to your typing habit and becomes smarter with use."; 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 = '...'; } }