var fDesc=new Array(); fDesc[0] = "MCE is experimental program for 3D and 2D electron density map visualization. The program is mainly focused on visualization of ELD calculated from X-ray diffraction data of small molecules, but it will work for small proteins as well. MCE 2005 is able to read the result of Oxford CRYSTALS package slant fourier map and voids map calculation."; 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 = ''; } }