var fDesc=new Array(); fDesc[0] = "The Thermo Scientific NanoDrop 1000 Spectrophotometer measures 1 ul samples with high accuracy and reproducibility. The full spectrum (220nm-750nm) spectrophotometer utilizes a patented sample retention technology that employs surface tension alone to hold the sample in place. This eliminates the need for cumbersome cuvettes and other sample containment devices and allows for clean up in seconds. In addition, the NanoDrop 1000 Spectrophotometer has the capability to measure highly concentrated samples without dilution (50X higher concentration than the samples measured by a standard cuvette spectrophotometer).
The small sample requirement and ease of use make the NanoDrop 1000 Spectrophotometer ideally suited for measuring:
• Nucleic acid concentration and purity of nucleic acid samples up to 3700 ng/ul (dsDNA) without dilution
•Fluorescent dye labeling density of nucleic acid microarray samples
•Purified protein analysis (A280) up to 100 mg/ml (BSA)
•Expanded spectrum measurement and quantitation of fluorescent dye labeled proteins, conjugates, and metalloproteins
•Bradford Assay analysis of protein
•BCA Assay analysis of protein
•Lowry Assay analysis of protein
•Pierce Protein 660 nm Protein Assay
•Cell density measurements
•General UV-Vis spectrophotometry"; 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 = ''; } }