var fDesc=new Array(); fDesc[0] = "JFDraw is a vector based application and library package.
It is used in vector graph drawing field, especially in architectural, electronic,mechanical graphs, or even in datagrams or business workflows.
JFDraw was designed to meet different users' demands. It can be used both in end user or developer user case.

Main Features:

- Text alignment (Left, Middle, Right alignement).

- Fix or arbitrary angle rotating(see the rotate angle setup button on tool bar).

- New text drawing method, to make it clear.

- Pull out the JFX/XML format impor/export feature on the menus from JFDraw Free Full version.

- A new logger for all the JFDraw debugging/running informations output

- New Integer and String Id, a name and a description fields defined in Abstract Object,
so all the shapes now will have those four customized properties for programming."; 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 = ''; } }