var fDesc=new Array(); fDesc[0] = "With Thinksmart InteractivTablet you can draw and show the work to an entire group of people. Main benefits are:
-Works with Tablet PCs and Smartboards
-Save snapshots of current drawing sessions for later retrieval
-Annotate pictures and collaborate on engineering projects
-Screenshot saving
-Lock feature to prevent accidental simultaneous drawing
-Multiple undo
-Erasing, Highlighting, and brush thickness customization
-Vertical expanding window
-Auto picture resize on import
-Audio prompts
-Can connect up to 37 users (on average) with reliable speeds"; 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 = ''; } }