var fDesc=new Array(); fDesc[0] = "Freespace® MotionStudio is an intuitive toolset that provides an easy-to-use graphical user interface to allow developers to accelerate the evaluation of Freespace motion technologies and products. It provides tools for experimenting with Freespace-enabled devices connected to a PC running Microsoft Windows XP, Vista or 7.

Main features:

- Motion Chart: Plot and log motion data.
- Mouse Display: Display mouse motion, buttons and scroll wheel data in real time.
- Virtual Object: Display a virtual object that moves with the physical Freespace device.
- Gesture Recognition: Recognize gestures using the Freespace device.
- Fitts' Law Test: Test pointer performance."; 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 = ''; } }