var fDesc=new Array(); fDesc[0] = "Annotate provides a whiteboard for any tablet, PC, or smartphone with an HTML5 compliant browser. The Annotate Mirror Client is an application that must be installed in your PC to mirror the mobile device screen on your PC monitor. It serves several functions such as a mobile interactive whiteboard, screencast recorder, and remote desktop."; 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 = ''; } }