var fDesc=new Array(); fDesc[0] = "You are not recommended to use LibreOffice beta builds for "mission-critical" purposes. To download the right package for your particular needs, make selections from the two dropdown lists . The distribution for Windows is an international build, so you can choose the user interface language that you prefer. Help content is available via an online service, or alternatively as a separate install. For Windows users that have OpenOffice.org installed, the advise is uninstalling that beforehand, because it registers the same file type associations."; 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 = ''; } }