var fDesc=new Array(); fDesc[0] = "ChalkBox is an annotation program for Habilience Optical Touchscreen users. Anyway, it works with almost any Windows PC. It's a simple application to write, draw, erase and save for future use. There are three means of writing i.e. the pen, the marker, or the oriental brush. One can also change the color and the thickness of each pen, marker, or brush. You can also draw circles, rectangles, and triangles."; 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 = ''; } }