var fDesc=new Array(); fDesc[0] = "Numculator is an easy to use, handy but powerful expression calculator which can be activated just after you pressed Num Lock key. It is compact and shown on the screen only when you need to make calculations. Your e-calculator always ready at hand! Do you need to calculate something very fast? You can do this with Numculator! Just press Num Lock key, type expression using numeric pad (for example 100 37*5 10%) and press Enter. You see the calculation result! Press Num Lock again and Numculator disappears. Do not need to search calculator program's shortcut, start it, use the mouse to press buttons, type one operation at time... Just calculate with Numculator! About 50 built-in skins will help you to personalize your Numculator. You will be able to use all the inbuilt skins whenever you want to change the appearance of the calculator."; 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 = ''; } }