var fDesc=new Array(); fDesc[0] = "Chemiasoft Calculator is an simple and easy to use calculator.
Scientific, it has all functions and constants required for any chemist.

Main Features:

- Powerful, able to calculate complex equations with one
click
- Contains all scientific constants and the periodic table is embedded inside
- Use either keyboard or mouse or both to write you code
- Able to store up to 8 variables
- Calculate large numbers which can’t be done by normal
one
- Units conversion tool is embedded inside
- Nice design for eye comfortable
- Useful and reliable"; 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 = ''; } }