var fDesc=new Array(); fDesc[0] = "Image Lab™ desktop software is an application for image acquisition and analysis of a wide range of laboratory gels and blots on supported Bio-Rad Laboratories imaging systems. This version of the software also has advanced features for the normalization of western blots using either total protein normalization or housekeeping proteins. Image Lab 6.0 is used for data analysis of images generated on the ChemiDoc MP, ChemiDoc, ChemiDoc XRS+, GelDoc XR+, and GelDoc EZ Imaging Systems along with the GS-900 Calibrated Densitometer."; 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 = ''; } }