var fDesc=new Array(); fDesc[0] = "The UN-SCAN-IT gel Analysis Software turns your scanner into a gel densitometer and allows you to automatically analyze gel electrophoresis images. This program works with most image formats (TIFF, JPG, BMP, GIF, etc.) from any scanner, digital camera, or other image source. It can quantify Western blots, Agarose gels, PCR gels, TLC, etc. In addition to the gel analysis features, UN‑SCAN‑IT gel also contains all the (x,y) graph digitizing features of regular UN‑SCAN‑IT."; 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 = ''; } }