var fDesc=new Array(); fDesc[0] = "IsoSource is a Microsoft Visual Basic software package which calculates ranges of source proportional contributions to a mixture based on stable isotope analyses when the number of sources is too large to permit a unique solution (> number of isotope systems 1).

This software provides the distribution of source proportions which are consistent with isotopic mass balance."; 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 = ''; } }