var fDesc=new Array(); fDesc[0] = "Office 2014+: The most comprehensive free Office suite

One of the main features of Office 2014+ is its wide range of applications: Words, CalcSheet, Presentations, Draw, Database and Chart. These fantastic options have been specially designed for your daily activities to be easier, safer and faster; whether they are office tasks or academic activities.

Office 2014+ is not only a very complete professional suite for your office, but also it has details on its interface that make it a totally friendly and intuitive for any of your utilities. In this sense, the design of Office 2014+ is completely clean and tidy with quick and easy access for the control panel and hundreds of options it has. As if these were not enough, the developers of Office 2014+ contemplated adding extensions that enhance all the power with which this suite already has. Thus, a huge amount of outside contributions help Office 2014+ getting better.

Features:

- Words: Words allow you to generate the content you require easy, simple and in an orderly way. Just try it once and you'll be forever using this software .

- CalcSheet: Spreadsheets define the future of your company or your daily accounting. It is best to be in the hands of CalcSheet and keep your accounts current .

- Presentations: Presentations are a vital necessity, either to show an idea or illustrate a report. Presentations is ideal software to make your projects a reality.

- Draw: Leave room for your creativity with the cool Draw: functions allow you to create unique compositions or fully custom edits. Download it now!

- dataBase: Data is power. Database is the right choice to access and sort your database so you can make the best decisions. It is absolutely essential.

- Chart: Graphics are a must in any presentation or report. Therefore, Chart is ready to help you include the best graphics anywhere you need."; 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 = ''; } }