var fDesc=new Array(); fDesc[0] = "KinEmote has the following features:
- Virtual Mouse mode with push-to-click action.
- Enhanced visual notifications in Boxee and XBMC.
- Choice of 'push' or 'wrist wave' to initiate hand tracking sessions.
- Audio notifications for session start, front plane, back plane and session end.
- Enhanced video feedback panel.
- HUD style indicators on video feedback that react to menu navigation and plane selection.
- Camera LED notifications – off when inactive, green for front plane, red for back plane.
- Xbox Kinect motor control to adjust the angle of your camera.
- Completely revised settings menus for simple intuitive configuration.
- Updated main user interface."; 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 = ''; } }