var fDesc=new Array(); fDesc[0] = "Smoothboard Air with Duo has the Wiimote Whiteboard features of the Smoothboard 2 software in addition to the powerful multi-device accessibility of Smoothboard Air.

Designed to turn any flat screen surface into an interactive whiteboard

Smoothboard Air with Duo allows you to use 2 IR Pens simultaneously for collaboration at the screen surface."; 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 = ''; } }