var fDesc=new Array(); fDesc[0] = "The BSAcalc is the freeware program for the calculation of the surface area of the body. A easy to use software that is ready to be downloaded to your computers.

The distinctive feature of BSAcalc is that it has a large selection of formulas for the calculation. These latest updates to the BSAcalc include calculation the Body Mass Index."; 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 = ''; } }