var fDesc=new Array();
fDesc[0] = "Create impressive documents, calculations and presentations effortlessly.
Let your documents speak for themselves: Thanks to its intuitive way of use, its huge feature set and outstanding performance, you'll get first-class results fast with SoftMaker Office 2018.
Direct exchange of documents with Microsoft Office
Skip the annoying import and export: SoftMaker Office 2018 uses the Microsoft formats DOCX, XLSX and PPTX as its default file formats. This lets you edit your documents in Microsoft Office directly and without conversion.";
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 = '';
}
}