var fDesc=new Array(); fDesc[1] = "see on the web page. HP Smart Web Printing allows users to: Select text and graphics easily from any web site and save a handy list of clips, save paper by combining portions of numerous web pages and preview and modify clips before printing"; fDesc[2] = "Adobe® Premiere® Pro software. Tell your story with maximum impact using Adobe® Premiere® Pro software, the start-to-finish solution for efficient video production."; fDesc[3] = "web and mobile devices. It can import and edit content from a wide variety of devices, and then edit them, directly, or copy files to the hard drive to take full advantage of the PC´s speed, work on them and then save the results in a convenient format."; fDesc[4] = "passwords. This incredible program provides a unique password recovery method that guarantees successful password recovery regardless of password length."; fDesc[5] = "from over 200 customizable effects. Outputs Macromedia Flash FLA and SWF files, HTML, self-executables, and QuickTime movies. Work with your installed TrueType and Postscript fonts. Add multiple lines of text, and mix and match effects on different blocks of text in a single file. Add on click actions to launch web pages or load other SWF movies files. Save project files so you can work on your text effects later."; fDesc[6] = "worship service. With Worship Him's multiple monitor support, your song is spread out before you in it's component pieces (verses, choruses and bridges), and displaying a song piece is as simple as clicking on it.Automatically track song usage, quickly bring up songs for display whether planned or spontaneous, easily customize display options like: background images, text colors, centering, shading, spacing, and more. Also features operator notes for each song, full search, support for nursery messages, Powerpoint, audio and video clips,and Shockwave/Flash files."; fDesc[7] = "never miss any of them. To create an event you double click on the day you want or go to the event tab, and complete the different fields that include subject, location, label, start and end time, task status, etc."; fDesc[8] = "in such kind of application. It features the possibility of managing multiple concurrent projects with shared resources."; fDesc[9] = "It will no longer be a case of guess work as to how much you need to bill your clients or assign to a project. Timeloc is ideal for both internal and external billing. Features: Add/Edit multiple clients/projects. Editable billing period increments. Jump easily between tasks. Charge out rate can be set on a per client basis. Add notes to a billing period. Audible alerts and reminders. Reports and graphing. Pause recording for non chargable activity. Export timeloc activity log to csv (paid version only). Includes a handy desktop calendar."; fDesc[10] = "over the network. This system allows you to specify complex tasks sequences - a task or multiple tasks can be required to be completed before other tasks can be started. This modern and extremely handy program makes project management a real pleasure. It allows any specialist to create a profile to run a personal schedule. The program enables users to switch between profiles to view the schedule of any staff member, it is also possible to view multiple profiles simultaneously or open the schedules of several specialists at the same time. Once you've specified a required sequence, it is automatically visualized across a horizontal timeline. Task dependency is shown via connector lines. This software tool can display completion percentage for each individual task. An overall progress indication option is also available. You can edit task dependencies, create new task connectors and of..."; fDesc[11] = "business solutions is now a task anyone can accomplish with Iceberg's \"no code needed\" solution to virtually any application. With Iceberg, users can accomplish in hours what programmers might take months to do. Iceberg also performs better as a platform by automatically adding enterprise features including web services, permissions and workflow. Applications: Design House Project Manager. A project management application for any design or development agency. Manage projects, get intelligent estimates based on history, interact with clients, view charts. Plus this it is fully integrated with our first killer app - full email integration, get emails, send emails, create tasks by email – PLUS iceberg keeps track of all your emails on a project automatically. Bug Tracker Manage the full workflow for a helpdesk or service organization, with multiple levels and stages of workflow this is..."; fDesc[12] = "can set up projects with multiple tasks and material requirements. This allows the project manager to keep in check how projects have progressed against internal costings or quotations. This version includes a \"Materials\" module that allows you to set up materials list and assign these when setting up the project or the list can be used with tasks as they are completed. A new feature in this version allows you to assign tasks to employees as you set up the project. This can then be tracked as the project progresses. Multiple users on a network can enter tasks associated to the same project. This becomes powerful when different people work on the same project."; fDesc[13] = "information to the inexperienced user in such a way that he/she need not dive into a voluminous instruction manual in order to figure out the significance of the widget. Over the years we systematised and abstracted our experiences so that we could present abstract ideas to the user through the medium of GUI widgets simply by following a set of guidelines. The result of the coming together of this expertise and our deep knowledge of financial systems is Cristal - a Financial Accounting Software system par excellence. Cristal is intended to be the solution for a complete financial accounting system with Inventory control and other requisite features. The good part? You can select those features that you want. Cristal is available in different flavours with/without multiple company option, with/without multiple branch option and so on. Additionally we have comprehensive graphical reports..."; fDesc[14] = "hourly basis. It automatically keeps track of the time you spend on different projects thorughout the day; all you do is click to start and stop the timer. A detail view shows the daily totals for each project, with the ability to check off days as they are billed, and add a note to any date. Each project includes an hourly rate (set automatically from client's rate, or set individually). Data views show times and monetary amounts. Easily create an invoice for any project or client, using a template file that you can customize, and automatically mark the days as billed."; fDesc[15] = "decry a project failure. They also frequently cause management nightmares. Cost Xpert is an industry leading software cost estimation tool that can transform your plans into concrete, quantifiable results. Our tool differentiates itself from competitors by integrating multiple estimation models into one user-friendly solution that provides the most accurate and comprehensive estimates possible. Cost Xpert is specially designed to help your organization improve and manage processes, mitigate risks, and exceed bottom line expectations. Cost Xpert can be used to forecast any software development project, regardless of size or objective. The tool has been endorsed by both the private and public sector."; 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 = '...'; } }