var fDesc=new Array(); fDesc[0] = "The purpose of NASA Image2000 is to provide a host-independent image processing system for students and educators using tutorials.
The core plug-in architecture allows the system to be expanded to accommodate other segments of the imaging community. NASA Image2000 is based on Sun's Java Advanced Imaging (JAI) and includes tools for science which are accessed through a standard menu interface with toolbars that are customizable through XML definitions.
The interface is provided for the interactive creation of new operations by combining and linking together existing operations. New operations can be saved, edited and shared among a global community of NASA Image2000 users."; 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 = ''; } }