var fDesc=new Array(); fDesc[0] = "Protein Insight is a outstanding software that allows you to visualize protein structures. A the Microsoft Direct3D and the Microsoft .net framework based protein structure visualization platform. Because Protein Insight completely utilize a vertex shader and a pixel shader, Protein Insight has very fast rendering speed although it has high quality rendering. Protein Insight is also highly extensible with a plug-ins. The plug-ins can be written in C#, Visual Basic, C /CLI and other languages supported by the .net framework."; 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 = ''; } }