var fDesc=new Array(); fDesc[0] = "DataPro is a chemical data source program. Software suitable for chemistry,chemical engineering students and professionals.Contains information on 3000+ chemical compounds,allows predition of chemical compound properties,critical constants, thermodynamic properties,gas & liquid diffusivitiy ,surface tension,viscosity calculations etc,periodic table. Contains 200+ unit conversions and more. In addition interfaces with media player to allow playing of music,videos, ripping,burning cd's and includes a web browser to further solve problems, obtain information using the web. Plot and display data in numerous ways, 2D/3D,using the graphing interface included."; 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 = ''; } }