var fDesc=new Array(); fDesc[0] = "Altova Authentic® 2014 is a powerful XML content authoring tool and document editor. With Authentic, business users can view and edit information stored in XML documents and SQL databases, using familiar conventions from existing business forms and office productivity applications. Authentic Desktop Enterprise Edition includes all the functionality of the Community Edition, plus advanced support for scripting, XML Signature, absolute positioning, and more."; 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 = ''; } }