var fDesc=new Array(); fDesc[0] = "Pathway Studio software provides a desktop graphical user interface with capability to dynamically create and draw protein interaction networks and pathways using your data based upon information from the literature. All interactions shown by Pathway Studio are linked to their literature citations to show information origins and validity, showing you your data in the context of knowledge from the literature."; 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 = ''; } }