var fDesc=new Array(); fDesc[0] = "officeatwork is especially designed for the needs of enterprises. It is based on Microsoft Office and explicitly presents all relevant business functions to the business user. Existing Office functions are more easily accessible, complemented and automated.
officeatwork automates essential enterprise-specific office functions. Hence it standardises areas like Design Management, Template Management, Content Management, etc. for the entire enterprise. officeatwork therefore creates common and efficient processes for all employees."; 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 = ''; } }