var fDesc=new Array(); fDesc[1] = "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[2] = "kinds of appliances, cabinets, tiling, decoration, technical symbols and space constraints. This new version features virtual reality, improved dimensions and much more."; fDesc[3] = "appear in a 3D and movable. The user desktop becomes a 3D image where program icons can be placed and moved. Program icons turn to be presented in three dimensions too, like dices or tokens, and they can be arranged in rows, columns or piles."; fDesc[4] = "them more suitable for email, or for any other use. This program can process photos in a batch mode. You can force your images to a specified width and height, and still keep their proportions."; fDesc[5] = "not excessively rewarding because it is too simple but is one of the products that is very simple to install and we play whitout complications."; fDesc[6] = "customize each button, to match the web page style or user requirements. Buttons properties can be set from dimensions to lighting.Dimensions can be adjusted in width and height, as well as to set the horizontal and vertical margins."; fDesc[7] = "both raster and crisp, resolution-independent PostScript(R) output. What's more, Adobe Dimensions is easy to learn because it uses the same tools, shortcuts, and terms as your other favorite Adobe programs."; fDesc[8] = "many attractive features such as creating, saving and printing personal designs and drawing with great ease. The application comes with cool snapping and co-ordinate input options, and displays dynamic dimensions helping the user to check distances and sizes."; fDesc[9] = "to graph functions, but you can open examples, demos, and help. You can only perform zoom, change slider values, show axes, copy to clipboard, and play the examples. Examples and demos are for basic functions; two to four dimensions, complex variables, etc."; fDesc[10] = "1.0 comes with astonishing capabilities in form of a geometry software package that allows the user to interact with any figure numerically as well as symbolically, rather than just dealing with its dimensions alone."; fDesc[11] = "cast to help solve intense cases and investigate crimes using cutting-edge techniques and real-world forensic equipment."; fDesc[12] = "that makes it possible to newly position and move sound around in three dimensions. This means that the sound can be panned out to the left and right, as well as up, down, near, far and back or forth."; fDesc[13] = "You can reduce your shipping costs as the program will help you to get the optimum design of a packet that will occupy the least space and fit in with other packets in a container."; fDesc[14] = "hidden items through conversations with other characters of the game. A default quest is included with the program. It’s very easy and friendly to use. It's portable and it works in Windows platforms."; fDesc[15] = "(with edge beveling), basic inverse kinematics, polygon painting and real-time manipulation. You can also create..."; 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 = '...'; } }