var fDesc=new Array(); fDesc[0] = "Software tool enabling each participant to be real time present as an unique cursor on the desktop and ín applications. Co-workers can interact and collaborate in files; review data and files together. Achieve more and get quicker results by working together in a group.
Multi user, multi mouse software for any Windows PC. Multiple users at the same time, on one PC. Connect multiple mice to your PC and start working together. Use a PC with more users at the same 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 = ''; } }