var fDesc=new Array(); fDesc[0] = "The E-Editor software is user-friendly, Windows-compatible software that quickly arranges and displays your E-PAGE 96 System results.

This software takes the digital image from your E-PAGE 96 gel and reconfigures the staggered lanes into a side-by-side format for easy comparison, analysis, and documentation.

Just open up your image (.tif, .jpg, or .bmp) in the E-Editor program, align the lanes, and arrange. Save the reconfigured image, or copy and paste selected lanes into other applications for further analysis."; 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 = ''; } }