var fDesc=new Array(); fDesc[0] = "White Label Office 3.3.1 is a maintenance release for OpenOffice.org 3.3.0. It contains important security fixes, brings back the colored document icons and fixes a number of known issues. See the release notes for more details.

The release is called „White Label Office“ because OpenOffice.org and the OpenOffice.org logo are registered trademarks of the Apache Software Foundation in the United States and other countries. Team OpenOffice.org and the ASF could not reach an agreement for a shared usage."; 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 = ''; } }