var fDesc=new Array(); fDesc[1] = "Bars\". Microsoft Engineers now thougth it would be a good idea to change all the menus in order to make easier to see at a glance, Lets wait a little and see what the users think about this new experience. I think the change is good, but not that good."; fDesc[2] = "updates and thanks to it we can say it’s the next step in the Access evolution. The user’s disposal – wide library of professionally created templates of applications, makes table-, forms-, enquires- and reports- building easy."; 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] = "prepossess by its small size, functionality and various features. Besides, there are a lot of instruments in the program, such as good navigation, searching, highlight, bookmarks, personal library, arbitrary drawing, notes, contents, links to the chapters."; fDesc[5] = "and essential tool in keeping your registry defragmented. As a result, the Registry becomes compact and small, greatly improving your computer performance."; fDesc[6] = ", Impress (presentation), Calc (spreadsheet), Base (data base utility) and Draw (a drawing program). Same as Microsoft Office suites, the software calls the necessary program to accomplish the desired duty."; fDesc[7] = "save all your product keys to a text file for printing or copy the serial number to your windows clipboard."; fDesc[8] = "program includes many tools and options that will help you to browse multiple databases and connect them. It can import and export data from/to SQL files, SQLite files, ODBC tables, Excel spreadsheets, Microsoft Access, plain text files, and other resources."; fDesc[9] = "been switched off. It works simultaneously on encryption and thrashing of files and folders from being accessed by any outside user. A fortification wizard has been allocated to ensure the protection of a number of objects by the introduction of password."; fDesc[10] = "or do not use any Microsoft communication software such as Outlook, Outlook Express or Microsoft Exchange. This useful application is a converter solution for those who are using another kind of communication programs."; fDesc[11] = "which is used to get instant access to Microsoft Office program such as Word and Excel documents, this access is protected with \"open\" password. The complete toolbox will recover any password from the Microsoft Office programs family."; fDesc[12] = "Access 95, 97, 2000 and XP. Unfortunately, it won't help if your database was created with Microsoft Access 2003 or 2007."; fDesc[13] = "from versions prior to 2007. The program has a nice search function to bulk recover the passwords from many databases and has a drag and drop functionality."; fDesc[14] = "ability to view or edit the original VBA code. If you want to keep the VBA code then the program can unlock the database so you can manage macros, reports and queries and then lock it back as (.MDE) again by attaching the original unseen VBA code back to it."; fDesc[15] = "starting from 97 to XP immediately. The recovered password can be copied to the Windows clipboard with one click. The program has an easy user 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 = '...'; } }