var fDesc=new Array(); fDesc[0] = "KNIME is built upon Eclipse, employing its wealth of functionality in a variety of ways. A key concept behind Eclipse is its use of plugins which can be added onto an existing installation to provide additional functionality.

If you want to install the sources directly into your SDK (which we don't recommend), they are available on the standard update site in the Sources category."; 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 = ''; } }