var fDesc=new Array(); fDesc[0] = "The new Ashampoo Office 2018 suite comes with word processing, spreadsheet and presentation programs. Its excellent performance and compatibility make it the perfect alternative to Microsoft Office. TextMaker 2018 is the fast word processor for any type of document - greeting card, brochure, business letter or entire thesis. The powerful PlanMaker 2018 creates calculations, tables and charts incredibly of any complexity. Presentations 2018 produces presentations with high-quality animations, slide transitions and comes with a mature slide master concept. Ashampoo Office 2018 features an optional ribbon interface and touchscreen mode for enhanced usability and maintains full compatibility with MS Office 2016 files. Smart fold-out elements, an individual start bar and numerous formatting, template and table enhancements offer incredible ease of use and comfort.

- Fully compatible with Microsoft Office documents from version 6.0 to 2016
- The perfect alternative to Microsoft Word, Excel and PowerPoint
- Includes everything that makes up a good office suite
-
- Support for classic view and modern view with ribbons"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }