var fDesc=new Array(); fDesc[0] = "Experion software is a user-friendly interface for protein, RNA, or DNA analysis. For total RNA analysis, the software automatically provides: A, an electropherogram for visualizing RNA profile; B, a results table showing the RQI value with convenient color-coded rank and run summary; C, a tree-view browser for organizing runs; D, a virtual gel. The simple yet comprehensive working screen and the built-in analysis functions allow you to obtain needed information without spending a lot of time."; 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 = ''; } }