var fDesc=new Array(); fDesc[0] = "Ramus Educational is a free of charge analogue of Ramus. Ramus Educational may be used for diagrams construction in IDEF0 and DFD formats. Ramus Educational uses the file format compatible with the file format for Ramus commercial version.
Ramus Educational, like Ramus itself, supports files import/export to IDL format, and thus implements a partial compatibility with analogous software."; 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 = ''; } }