var fDesc=new Array(); fDesc[0] = "SmoothboardAir allows you to annotate on any application on the desktop from a tablet wirelessly. You can quickly switch slides in PowerPoint with the tablet. Annotations are attached to each slide and can be saved into the PowerPoint file. It works with any mobile device that has a HTML5 browser such as: iPad, Android Tablets, Laptops."; 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 = ''; } }