var fDesc=new Array(); fDesc[0] = "The Atomic Mac/PC is the award winning periodic table of the elements. In addition to the usual information found in such programs, The Atomic Mac/PC also contains a wealth of nuclear information on each isotope, including half life, decay mode, and daughter products. No other periodic table of the elements has more data than The Atomic Mac/PC!

X-ray data (fluorescence and binding energies) is included, as well as photon interaction (mean free path) values. Electron shell information and alpha particle energies are also listed. In addition you can view the visible spectra, and get a table of wavelengths and relative amplitudes. Just click on one of the elements in the periodic table.

The Atomic Mac/PC is the most complete software periodic table of the elements you can find.

There's a handy chart of the nuclides, showing all of the isotopes included in the Atomic Mac/PC periodic table, about 1600 of them! Clicking on one takes you to detailed data for that isotope, such as half life, decay mode, alpha/beta/gamma energies, and daughter products.

A molecular weight calculator makes it easy to find the molecular weight of compounds. A shaded diagram showing the ranges of physical properties makes it easy to visualize relationships across the periodic table.

This periodic table software features the Periodic Spiral display, which is an alternate way of arranging the elements."; 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 = ''; } }