var fDesc=new Array(); fDesc[0] = "With FCS Express Reader you can see published analyses from the web. Also, you can perform all actions that the publisher of the layout has given you access to, re-analyze the data with all analysis capabilities of the FCS Express Professional version.
Moreover, you can find templates and demos on the web from reagent suppliers to help get started with using their products and upgrade to the full demo, or the purchased version, at any 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 = ''; } }