var fDesc=new Array(); fDesc[0] = "You can manage your photos easily with iPhoto or Picasa. What about your microscopic images? With Mayachitra imago, you can store, organize, search, and analyze your scientific images as you do with your photos. Enjoy unprecedented mosaicking and cell counting results through imago’s simple and easy-to-use interface. Dynamic visualization of a z-stack or time lapse stack is one of the critical tasks to analyze a biological structure. The new release of imago features an exporting tool that creates a movie that plays through your z slices or t slices. imago converts a sequence of z-/t- slices into a movie (AVI format) with a single click. You can visualize your z-/t-stack efficiently from anywhere."; 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 = ''; } }