var fDesc=new Array(); fDesc[0] = "The Brain Explorer is a desktop application for viewing the human brain anatomy and gene expression data in 3-D.

Main Features:

- Investigate probes or samples of interest in more detail with direct links back to the Allen Human Brain Atlas web page.
- Explore anatomically-labeled MRI images and cortical surfaces.
- View gene expression data in 3-D: inflated cortical surfaces are colored by gene expression values of nearby samples."; 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 = ''; } }