var fDesc=new Array(); fDesc[0] = "CX-90E is a scientific and graphic calculator for Windows users. The program was designed for graphics, solving equations, integrals, derivatives, dates, probability, binary and hexadecimal calculations, and more. It includes 167 capabilities (109 scientific functions and others, 8 output formats, 10 operators, 3 angular units and 37 scientific constants)."; 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 = ''; } }