var fDesc=new Array(); fDesc[0] = "HyperDoc is a graphical subsystem for active integration of composite documents, down to graphical entity level, equally well with newly built and with legacy database applications.
The program allows you to present hierarchical views of business objects from a database and associate graphical information with business objects. To a business object you can attach full-size raster drawings, vector drawings, maps, photographs."; 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 = ''; } }