var fDesc=new Array(); fDesc[0] = "For the first complexity, the occasional extra 1 Da in the precursor mass arises when Extract-MSn is used to generate the peaklist and a ’0′ is encountered. In those cases, the mass of the most abundant isotopic peak is chosen, which is the M 1 peak for precursor masses higher than about 1700 Da. Therefore, the extra 1 Da arises not from the instrument itself, but from the way Extract-MSn extracts the information"; 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 = ''; } }