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] = "tools as in Microsoft Office, Writer, Cal, Draw, etc but in a freeware version. It is easy to use and install and you can also open extensions such as .doc, .xl, etc."; fDesc[3] = "CorelDraw, the main application for vector design and layout; Corel Photo-Paint for image editing;Corel Capture, a screen-capture utility; ConceptShare, a collaboration service; and the Bitstream Font Navigator."; fDesc[4] = ", 2003, 2002, or 2000. You may copy text or graphic into another program, but you will only be able to open the document for editing if you have Microsoft Word installed."; fDesc[5] = "in case we have a Canon printer installed. Easy-PhotoPrint has a nice intuitive easy to use interface so that everybody can use it. After installing this software, we can print images in three steps. First, we select an image anywhere from our system directory tree including external devices."; fDesc[6] = "to convert paper documents and image files into fully editable text documents. In the 9.0 version, overall accuracy has been increased especially on documents containing tables, legal documents, multilingual documents, and digital camera captured images."; fDesc[7] = "Word document format (RTF or Word), so you can edit and reuse your PDF content. PDF2Word (PDF to Word) preserves the original PDF text, layout and bitmap images in the generated Word document."; fDesc[8] = "from the preferences window (WinAMP, DirectShow, Avi Synth, and Global Keys). Now, there are many different interface skins ready to be downloaded individually from the developer's site."; fDesc[9] = "delivery formats to suit the new media, such as interactive PDF format or Adobe Flash. Indesign allows publishers to create and submit compositions for printing."; fDesc[10] = "possibility to arrange you icons in the style the program offers, you can create your own layouts and save them. Also the icons' text or the icons themselves can be set to be hidden when we go off the desktop (or when the focus is on another window)."; fDesc[11] = "vector and raster images, so you can quickly mock up designs, or leverage assets created in other Adobe's applications. This version features a number of new Auto Shapes that you can drag onto your layout which randomly generate a new shape each time you click on it."; fDesc[12] = "resolution of your screen, or enter Windows in Safe Mode, the icon layout changes, moving icons to different places that the one you assigned them. Icon Restore 1.0 restores your desired icon layout."; fDesc[13] = "calculator. You can select from two styles of algebraic input or RPN. DreamCalc comes with a full range of scientific, statistical and financial functions."; fDesc[14] = "Microsoft doesn't support. Using Microsoft Keyboard Layout Creator, you can create your own custom keyboard layouts that can be accessed by simple keystrokes."; fDesc[15] = "trains that will run accross that layout. The user can plan the tracks situation, switches, gates, the whole layout, set buildings, industrial plants, lights, persons, cars, set the terrain characteristics, platforms, elevations, plants, reliefs, railway elements, etc."; 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 = '...'; } }