var fDesc=new Array(); fDesc[0] = "Mass spectrometry - DTA SuperCharge is an application for converting one or more Finnigan .RAW files to Mascot search input files in a format suitable for use with MSQuant. This utility allows for batch processing of files (multiple RAW files at a time) and can be run independently of the Bioworks PC at the laboratory. It also generates DTAs for you, which you can keep for later or delete and just use the .mgf format for your analysis."; 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 = ''; } }