var fDesc=new Array(); fDesc[0] = "The FX-Manager Plus is an excellent addition to the graphic calculator FX-9860GII/FX-9750GII-Serie and offers a wide range of advantages:The sequences of key strokes can be recorded, stored, called-up again and reprocessed.
Creating work sheets and the option of saving and archiving complicated steps in a calculation for use at a later stage"; 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 = ''; } }