var fDesc=new Array(); fDesc[0] = "Get vast information regarding all the elements of the modern Periodic Table. Download this one and you?ll never find yourself short of information about the elements that make this universe.
This Periodic Table contains the following information about the 116 elements known to man.

* Name
* Symbol
* Atomic Number
* Atomic Weight
* 1st Ionization potential
* 2nd Ionization potential
* Electronegativity
* Atomic Radius
* Boiling Point
* Melting Point
* Electronic configuration
* Density
* Discoverer
* Year of discovery

Also available
* Print your Periodic Table
* Molecular Weight Calculator
* Custom Graphs
* Custom Search
* Periodic Table Wallpaper
* Individual Notes
* Chemical Properties and applications of each of the 116 elements and much more...

All in all, information at your fingertips."; 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 = ''; } }