var fDesc=new Array(); fDesc[0] = "ElaborView is a standalone product that lets you easily add notes and comments to designs created in Visual Paradigm modeling tools. Project owner can invite any number of reviewers to read a design and add their comments.
Project owner then refine the designs base on feedback submitted by reviewers. With ElaborView, development team can manage design review cycles with discipline through easy-to-use commenting tools.

ElaborView makes it simple to completely and accurately comment on designs and summarize comments from the reviewers, allowing project owner to view the feedback alongside the design in Visual Paradigm modeling tools."; 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 = ''; } }