var fDesc=new Array(); fDesc[0] = "With EldoS AnyCalc you can invoke the calculator with one key touch, make use of over 150 functions and operators, put results of calculations to Windows Clipboard and insert them to documents automatically. AnyCalc supports Euro currency conversion, common fractions, time and grads operations, and convertions of most measurement units. AnyCalc supports 11 skins and 12 layouts with commonly used functions."; 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 = ''; } }