var fDesc=new Array(); fDesc[0] = "SCIENCE CUBE makes scientific experiments on wireless computers possible for school curricula ranging from elementary to intermediate and advanced level. For further information please click on the corresponding list. It can put to practical use by elementary, Middle and high-school. Also, It supports the other program that took a photograph by video and to provide DLL for make other program."; 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 = ''; } }