var fDesc=new Array(); fDesc[0] = "Melanie offers a unique and flexible interface for the comprehensive visualization, exploration and analysis of 2D gel data. Melanie software offers an entirely revised user interface and user interaction modes that streamline the analysis process, resulting in major usability and speed enhancements. It provides powerful and innovative solutions to shorten the path from data acquisition to protein information, both for conventional 2-DE and DIGE (Fluorescence Difference Gel Electrophoresis) gels."; 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 = ''; } }