var fDesc=new Array(); fDesc[1] = "Technology in the supported notebook models and operating systems. The HP Integrated Module with Bluetooth Wireless Technology provides wireless connectivity to other devices from the integrated module of the supported notebooks."; fDesc[2] = "easily. Office Visio is a powerful program to create professional-looking and very handy diagrams that enable you to communicate information to a broad audience at a glance."; fDesc[3] = "Microsoft Word, Excel, PowerPoint, Outlook, Internet Explorer, Project, Visio, Access, and Publisher, as well as Autodesk® AutoCAD® and Lotus Notes.Scan paper documents to PDF and automatically recognize text with optical character recognition (OCR) technology to create compact, searchable PDF documents.Archive e-mail or e-mail folders from Microsoft Outlook or Lotus Notes in PDF to facilitate search and retrieval. Convert complete web pages, or just the portions you want, including or excluding rich and interactive media. PDF versions of web pages are easy to print, archive, mark up, and share.Convert virtually any 2D and 3D designs — including layers, dimensions, and metadata — to a single PDF file to share product data more easily and securely."; fDesc[4] = "drawings such as flowcharts, network diagrams, presentations, building plans, fashion designs, workflows, program structures, UML, web design, electrical engineering, database diagrams, and more."; fDesc[5] = "the passwords of all your password-protected Microsoft Office documents. The great thing about this application is that it supports all versions of Microsoft Office, since the 2.0 version until the 2007 one. That is great, because you don't need individual applications."; fDesc[6] = "share these files with their work groups. It’s an application which will allow you to open files in VSD, VSS, VST, VDX, VSX, and VTX formats, directly by double clicking on them. It’ll show them on Internet Explorer 5.0 or later versions."; fDesc[7] = "would print the document to the printer. When a user prints their document to the PDF printer, the software creates a PDF file."; fDesc[8] = "ready-made graphics, shapes, templates and wizards for quickly creating professional diagrams and drawing."; fDesc[9] = "network. This can be done from a local or a remote position. We are allowed to monitor our network and share connections, monitor servers, hosts, and services, create a network diagram and export it to Windows Visio."; fDesc[10] = "dimension. With 3D Visioner you can perform a lot of wearisome Visio actions just by one or two clicks."; fDesc[11] = "Charts Site Maps Building Plans more... Essential for IT Professionals and Consultants, Managers, System Administrators, Web Designers, Software and Database Developers, Scientists, Students and Educators ConceptDraw V features 91 Task-Specific Templates, Quick-Start Wizards, 4590 Ready Shapes, Smart Connectors, XML for Visio Import, MS PowerPoint Import/Export, Database Connectivity and more"; fDesc[12] = "(including Microsoft Word, Microsoft Excel, Microsoft PowerPoint, Microsoft Project, and Microsoft Visio documents) in a custom form or Web page."; fDesc[13] = "documents,2D/3D CAD drawings,EDA PCB/IC layouts & schematics,scanned & raster documents ..."; fDesc[14] = "Microsoft Word, Microsoft Excel, Microsoft PowerPoint, Microsoft Project, and Microsoft Visio documents) in a custom form or Web page."; fDesc[15] = "quick and simple way to draw up the necessary medical flowcharts, diagrams, schemes and patterns. ConceptDraw MEDICAL comes with more then 120 libraries and 3000 objects. Its medical libraries offer more than 400 task-related objects. The program contains also a set of Images on different Medical topics (Bones, Cardiovascular, Digestive, Endocrine, Genital, Muscles, Nervous, Sensory and many more). The users can create ready-to-use templates that will considerably speed up carrying out the tasks. ConceptDraw MEDICAL is the ideal solution when preparing PowerPoint Presentations. Created documents can be exported to HTML, and then posted on the Web. The application comes with a wide range of tools for dimensioning, alignment and distribution of objects. The program supports the most popular graphic formats, such as PICT, GIF, JPEG, TIFF, PNG, etc. The files can be shared with MS Visio..."; 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 = '...'; } }