var fDesc=new Array(); fDesc[0] = "MIFit is a cross-platform interactive graphics application for molecular modeling, fitting, and refinement of protein structures from x-ray crystallography.
MIFit has the following features:

- Easy to navigate and manipulate multiple structures and maps.
- Improvements in graphics rendering performance.
- Customizable jobs menu for interfacing with MIExpert or your own scripts and automated systems."; 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 = ''; } }