var fDesc=new Array(); fDesc[0] = "XPArchitect is a CASE utility for agile modeling and extreme programming. Help you generate UML diagrams quickly and easily. Can create usecase diagrams, class diagrams, activity diagrams, state charts, and component diagrams, deployment diagrams.

Main features:

-XPArchitect is a CASE tool for agile modeling and extreme programming.
-Help you generate UML diagrams quickly and easily.
-Can create usecase diagrams, class diagrams, activity diagrams, state charts, and component diagrams, deployment diagrams....
-Support GOF design pattern.
-Support UNICODE.
-Undo/Redo Support.
-Cut/Copy/Paste .
-A diagram can be saved as BMP, GIF,JPEG and PNG formats.
-Zoom In/Zoom Out/Zoom to Default functions.
-Printing Support."; 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 = ''; } }