var fDesc=new Array(); fDesc[0] = "ProteinID Finder is a commercial protein analyzation software capable of extracting information from the online universal protein resource database UniProt. This version comes with a graphical interface, making it easier to use and more intuitive.

Two powerful tools have been added to allow users to make, find and share queries and views with the world. The download and analyzation engine has been optimized to support up to 10,000 proteins."; 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 = ''; } }