var fDesc=new Array(); fDesc[0] = "KODEWARE OFFICE 2009: The office suite is essential for home and business users to create timely and effective documents, spreadsheets, and presentations.
Key features of KODEWARE OFFICE 2009:
- Complete office production – KODEWARE OFFICE 2009 software offers word processing, spreadsheet, presentation suit, drawing, database and HTML abilities.
- Microsoft Office friendly – open, edit and save documents to MS Word, MS Excel and MS PowerPoint file formats including DOCX and XLSX (MS Office 2007 format).
- OpenDocument Format is the main file format; KODEWARE OFFICE 2009 supports ODF 1.2.
- Provides maintenance for third party applications like PDF, FLASH, WordPerfect, Lotus 1-2-3, PDAs and Internet Explorer.
- KODEWARE OFFICE 2009 carries the ability to import PDF files so that they would be editable.
- Recognizable client interface, industry traditional menus, icons, dialog boxes, layout.
- Clients of Microsoft Office will discover that KODEWARE OFFICE 2009 is trouble-free to understand."; 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 = ''; } }