var fDesc=new Array(); fDesc[0] = "he HyperImage Editor allows digital images, texts and mixed-media documents to be linked with each other. The special feature of the Editor is its ability – using a series of simple mouse-clicks – to link any number of references between images, or any shape of area within an image with each other using hyperlinks.

The HyperImage Editor is a server-based software environment that enables authors, or a group of authors, to work on images in a common project before the project is exported from the Editor to be published. The Editor can be used as a Java webstart application regardless of the respective operating system used for the work."; 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 = ''; } }