var fDesc=new Array(); fDesc[0] = "ELISA for Windows is a series of programs or program modules which process bioassay data collected from 96 well ELISA plates downloaded from several different models of ELISA readers. If a user's reader is not represented in the program, instructions are provided as to how to create a simple ASCII text data file for import into the program. ELISA for Windows then performs a series of analyses on the processed data. This software is fully validated and the validation documents are available for download."; 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 = ''; } }