var fDesc=new Array(); fDesc[0] = "PowerDesigner DataArchitect is the industry-leading enterprise data modeling and architecture tool. Innovative Link & Sync technology allows users to visualize, analyze and manipulate metadata to streamline communication and collaboration. PowerDesigner models are fully integrated. PowerDesigner models integrate metadata across all model types with Link & Sync. Data modelers, data analysts, architects and developers can take advantage of technology-centric metadata management capabilities, while IT managers and non-technical staff can benefit from business-centric techniques, all integrated into one common, easy-to-use framework."; 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 = ''; } }