var fDesc=new Array(); fDesc[0] = "MultiMark Pro is an annotator that allows you to use multiple mice to draw on screen and to point out an important areas on screen. It features: on-screen drawing with multiple mice, four transparency levels, flashlight, switching between normal mouse operation and annotating, screenshot, eraser, and more."; 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 = ''; } }