var fDesc=new Array(); fDesc[0] = "IPEVO Annotator is a simple and intuitive screen annotation, recording, image capturing and editing software for the IS-01 and IW2 Interactive Whiteboard Systems. It can also be used in combination with many other third-party software applications. When either the IS-01 or IW2 is paired with Annotator, you can easily draw and annotate on images projected onto the screen just like a regular whiteboard marker, regardless of the applications running in the background."; 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 = ''; } }