var fDesc=new Array(); fDesc[0] = "This freeware application has a unique pluggable system based on the neuronal idea that the core of the application, called "brain", has its functionality extended by the so called "cells" and "tissues".

Interface can be changed to match user's visual preferences with skins. It is made simple and intuitive.

All the important features are available by window's controls or main popup menu. Frames are placed inside the same window to give a compact look and to avoid confusion."; 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 = ''; } }