var fDesc=new Array(); fDesc[0] = "WebCam Laboratory is a good choice if you are a parent and your child is talented at natural sciences, or if he hates the subject and you would like to make it more exciting for him/her. Even if you are a teacher and you want an instrument with which you can inspire your students to think creatively. You can make students do independent research projects, discoveries or you just want an instrument that can come handy during lectures."; 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 = ''; } }