var fDesc=new Array(); fDesc[0] = "ClassWiz Emulator is software program that emulates the operation of a CASIO scientific calculator, ClassWiz models. Besides using the spreadsheet and the other sophisticated functions found on ClassWiz models on a PC, you can also make use of the following features: you can display the LCD of the calculator in a separate window, which can be zoomed, and you can display key operations, copy them, and paste them into other applications."; 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 = ''; } }