var fDesc=new Array(); fDesc[0] = "BinaryNow Office is a program that offers a lighting-fast and easy to use alternative to Microsoft Office. It includes three essential and full featured office applications: TextMaker, PlanMaker and Presentations. This integrated solution for creating, editing and viewing documents, spreadsheets and presentations uses the same document format as Microsoft Office (2000/XP/2003). Even the latest Microsoft Office 2007/2010/2013 open XML formats (DOCX, XLSX, PPTX) are fully supported."; 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 = ''; } }