var fDesc=new Array(); fDesc[1] = "of publications and marketing materials. Unlike many other Office's applications, Publisher 2007 does not have the new Ribbon fluent user interface and it still looks pretty much the same as the previous version."; fDesc[2] = "possible to; visit helpful website that let you know more about your Windows Mobile, gathering free ringtones, downloads, help files or any other benefits, and also link that teaches you how to set-up all types of emails on your device."; fDesc[3] = "print wonderful business cards of multiple sizes. It includes many high-quality business card templates and logos, as well as great design tools and background images to help you design your own cards in a snap."; fDesc[4] = "and allows you to create template designs. Those designs can be used to print on your DVD or CD discs that are printable. Your burner has to be LightScribe capable in order for this application to work and you also need to have some other LightScribe software installed."; fDesc[5] = "Oracle Databases. Over time we have seen more and more business logic and application logic move into the Oracle Server, so that PL/SQL programming has become a significant part of the total development process. PL/SQL Developer focuses on ease of use, code quality and productivity, key advantages during Oracle application development. The following are major features of PL/SQL Developer: Powerful PL/SQL Editor With its Syntax Highlighting, SQL and PL/SQL help, Object Descriptions, Code Assistant, Compiler Hints, Refactoring, PL/SQL Beautifier, Code Contents, Code Hierarchy, Code Folding, Hyperlink Navigation, Macro Library and many other sophisticated features, the Unicode compliant editor will even appeal to the most demanding user. Information is automatically presented to you when you need it, or is at most one click away. Integrated Debugger The integrated debugger offers all..."; fDesc[6] = "relevant to the business is placed on the net. It is easy to design this type of ads using this program. It is also good to upload them and change them."; fDesc[7] = "PDF file with just a mere click of a button and has provision for bookmarks, links and metadata. It is secure as it uses 128-bit encryption algorithm. Various options include PDF/X support and you can use this software with both Windows as well as Macintosh."; fDesc[8] = "incoming and outgoing cash flow including sales, receipts, payments and purchases for a single or multiple companies. Features: Set up and manage one or multiple companies. Track outgoing payment and purchasing transactions. Track incoming sales and receipts. Input journal entries manually. Reports include balance sheet and profit & loss plus more. Regional format settings include currency symbol, end of financial year, decimal point display and paper size. Send reports automatically by email or fax. Combine with our other free business applications for no-cost business management. Express Accounts is completely free."; fDesc[9] = "locations as if they were in the same physical location. This is done using different resources, from simple file sharing, to formal and informal projects, to larger-scale business processes."; fDesc[10] = "AniPaper.com. The wallpaper shows a night image of a business city, with tall skyscrapers with the lights on and up in the sky, beautiful fireworks shining and blowing away."; fDesc[11] = "MindGenius is software for brainstorming, project management, SWOT analysis, meeting management and decision making. MindGenius helps you collect and structure information through a richly visual non-linear process, then helps you gather that information into maps that clearly communicate goals and objectives. Each map facilitates the organization of projects into manageable tasks and assignment of tasks to team members. It includes more than a dozen templates to get you started, plus symbols and other drag and drop visual tools. After you determine the actions that should follow from brainstorming sessions, you can assign them to your team via Outlook Sharing, which allows you to email people from directly within the application. Export your brainstorming results directly to Microsoft Office applications such as Word documents, MS Project files and Power Point® or PDF files...."; fDesc[12] = "presentations in a single application. To help users easily and effectively express their ideas, AppleWorks provides users with direct access to a dynamic library of Internet-based templates that assist in the creation of professional looking documents, such as newsletters, business cards, mailing labels and party invitations. In addition, AppleWorks features enhanced formatting tools that enable one-click integration of text, spreadsheet, images and movies into a single document."; fDesc[13] = "of all. Nokia PC Suite Enterprise Edition contains fewer features than the full edition of Nokia PC Suite, but in spite of it, it contains all the essential elements of Nokia PC Suite."; fDesc[14] = "messages through a network, but is not another messenger clone. It has all functions that are usually included in the traditional instant messaging clients that use the web, but also includes unique features , a very simple interface and very low resources consumption."; fDesc[15] = "all critical MySQL database management tasks, SQL Studio is a single workbench that provides you with must-have tools for administering MySQL databases."; 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 = '...'; } }