var fDesc=new Array(); fDesc[0] = "The application is a detailed reference, over 1400 pages, on the elements of the Periodic Table along with images of the elements in their natural state, as well as lots of other information and interactive displays.

Features: detailed information on each element, its isotopes, allotropes, compounds and images (300+). Information on each elements reactions with water, air, halogens and acids. Glossary of terms and graphs of important element properties and trends. Biographies for the important scientists and element discoverers."; 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 = ''; } }