var fDesc=new Array(); fDesc[0] = "Download Free Easycalculation Calculators
Easycalculation provides you free calculator software, with which you can download calculators for your needs. Make use of the downloaded calculators software anytime by keeping it in your computer desktops. These calculators are suitable for Windows, Linux (32 bit, 64 bit) and Mac PC."; 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 = ''; } }