var fDesc=new Array(); fDesc[0] = "HandPOINTERS is a professional on-screen marker for interactive multimedia presentations, conferences and multimedia classes in general.
You can present details with high precision and comfort. HandPOINTERS has two types of hands for you to select: male and female. You can change the type of hand during the presentation in real time."; 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 = ''; } }