var fDesc=new Array(); fDesc[0] = "PathwayExplorer is an easy to use and platform independent interactive Java drawing tool for the construction of biological pathway diagrams in a visual way and the annotation of the components and interactions between them.
The result of the editing process is a PNG (portable network graphics) file for the images and XML (extended markup language) file for the appropriate links."; 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 = ''; } }