var fDesc=new Array(); fDesc[0] = "This SDK (Software Development Kit) is a tool to make Add-In application. The Add-In applications are developed using a special C compiler,which is included with the SDK.It applies to CASIO Graphing Calculator series only. The SDK supports 9860G, which are fx-9860G, fx-9860G SD, fx-9860G Slim, GRAPH 85 and GRAPH 85 SD."; 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 = ''; } }