var fDesc=new Array(); fDesc[0] = "Download this version to deploy SMART Board software 9.7 in a workgroup, computer lab or full institution environment.

Think of the interactive overlay as an extension of your computer. Press the screen to click as you
would with a mouse. Anything that you can do by left-clicking on your computer screen, you can do
by pressing at the interactive overlay.

You can customize Actalyst software by changing the settings in the SMART Board Control Panel.
These procedures are detailed in the Help Center, which you can access by opening the SMART
Board Control Panel (page 15) and pressing the Help button. Any changes that you make to the
software are saved with your logon ID for the computer, so your settings will load the next time you
log on."; 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 = ''; } }