var fDesc=new Array(); fDesc[0] = "PLA Online is a client application, which will run by talking to our server at SRI, or you can use Java's webstart to achieve the same effect (if webstart works for you). It provide access to three PL models:
- SmallKB, a small proof of concept model
- STM6, STiMuli version 6, an even more comprehensive model of cellular response to external stimuli (including the ligands Cd40lg, Csf1, Egf, Igf1, IL1, Ins, Tgfb1, Tnf, and Lps)
- Protease, a network model of gram bacterial proteases
- Mycolate, a complete model of the Mycobacterial Mycolic Acid Biosynthesis Pathway,
The webstart approach seems to work for Windows and Linux"; 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 = ''; } }