var fDesc=new Array(); fDesc[0] = "Designer is a standalone client application that enables you to design, deploy, and document Identity Manager-based solutions in a highly productive environment. The Designer tools enable you to: carry projects with you, keep a project open for an extended period of time, work on multiple projects at the same time and enjoy a smoother interface.
Features:
- enterprise modeling
- configuration
- project versioning and staging
- policy management
- integrated XML/XSLT editor
- debugging, data simulation
- project documentation"; 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 = ''; } }