var fDesc=new Array(); fDesc[1] = "Bars\". Microsoft Engineers now thougth it would be a good idea to change all the menus in order to make easier to see at a glance, Lets wait a little and see what the users think about this new experience. I think the change is good, but not that good."; fDesc[2] = "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[3] = "files. It can be easily downloaded from Microsoft Update site or using the automatic updates in Windows. For the installation Windows Installer 3.1 is needed."; fDesc[5] = ", TOC, mail merge. Full support for professional printing. Many awards (see http://www.serif.com/c ompany/awards.asp). FREE. Registration required."; fDesc[6] = "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[7] = "documents such as brochures or flyers using more adapted software than a word processor, to create pages with all kinds of design elements, such as formatted text, photographs, lines, and pictures. Users can create brochures, newsletters, memos, postcards, envelopes, Web pages, and many more."; fDesc[8] = "tools for Word (.doc), Excel (.xls), PowerPoint (.ppt), Publisher (.pub), OneNote (.one) etc."; fDesc[9] = "plugins. Simply install the plugin, point your image application to the file and you are flying in 3D. Using the interface of BladePro, Prim..."; fDesc[10] = "would print the document to the printer. When a user prints their document to the PDF printer, the software creates a PDF file."; fDesc[12] = "interactive PDF files from within Microsoft Office. Using this add-in, you can create interactive (fillable forms and documents) and save them to PDF format."; fDesc[13] = "publication file. Saves recovered data in common .RTF format. Supports Publisher 2000, 2002 and 2003."; fDesc[14] = "Allows you to insert data fields into subject fields, add attachments, send emails in GIF, HTML, RTF and text formats."; fDesc[15] = "Microsoft IE and Office, Onfolio has tools for capturing web content, organizing your research, and publishing what you learn using documents and websites."; 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 = '...'; } }