var fDesc=new Array(); fDesc[0] = "SFR Calculator is a revolutionary new kind of software calculator for your Windows PC. With SFR Calculator you can do extensive calculations - like on an adding machine. You can comment your calculations and save them. Open your calculations again afterwards and change some of the numbers. SFR Calculator will always calculate the results again. You can see your whole calculation on the virtual paper tape."; 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 = ''; } }