var fDesc=new Array(); fDesc[0] = "Oxygen XML Web Author takes advantage of the state-of-the-art Oxygen authoring technology to bring XML editing and reviewing to any modern web browser. You can collaborate with other members of your team to contribute and modify content from anywhere on desktops, tablets, and mobile devices. The adaptive and innovative user interface is designed to allow you to interact with XML content in the most efficient and productive way possible."; 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 = ''; } }