var fDesc=new Array(); fDesc[0] = "Do The Math has undergone a major upgrade to version 2.0 which now supports fractions in both measurement conversion and fraction arithmetic. Still the same great measurement conversion capabilities between US and the metric system, but now you can say it in fractions. Do The Math for bi-directional conversion between US measurements and the metric system including length, area, mass volume and temperature."; 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 = ''; } }