var fDesc=new Array(); fDesc[0] = "TRIPOINTER is a professional vectorial on-screen marker for interactive multimedia presentations, conferences and multimedia classes.

You can present details with extreme precision and comfort.
It has three types of markers for you to select: cursor, circle and triangle. You can change the type of marker during the presentation in real time.
You can use each marker in four different colors: red, green, yellow and blue.

It is a professional tool for presentations, web conferences (with desktop sharing), business meetings and multimedia classes.
It points directly on top of slides, animations and videos."; 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 = ''; } }