var fDesc=new Array(); fDesc[0] = "StrokeIt 0.9.5.0 is a program that recognizes movements of the mouse as orders.

You can then control programs by "drawing" in the screen with the mouse.

These draws are called "gestures"

StrokeIt is pretrained to recognize more than 80 mouse gestures and can be further trained to recognize more through plugin libraries. You can define for each gesture the action to be performed in the active application.

The "gestures" are performed by holding pressed the right mouse button and then move the mouse to draw the desired gesture. The gesture will be drawn in color over the desktop.

The program has a list of already made gestures for popular applications, like Internet Explores, Windows Media Player, Outlook Express and Kazaa, among others. You can edit, replace, or add the gestures that you will like to use. You will be able to add not only mouse gestures, but hotkeys entered with the keyboard.

You can "teach" new gestures to StrokeIt, save it with your desired name, and assign commands for it."; 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 = ''; } }