var fDesc=new Array(); fDesc[0] = "High Sign is an application that allows you to easily create and map custom gestures to perform common actions on their Windows PC. Unlike some other mouse gesture recognition software, you are not limited to a set of predefined gestures; you are free to create any gesture you can think up. The original idea for High Sign was to be a complete StrokeIt alternative, but since High Sign's birth, the vision has changed dramatically for it to become so much more.e gesture recognition engine was written from scratch and designed to focus on maximum recognition accuracy with a minimum sample set (typically one (1) sample is all that's required to reliably identify a gesture)."; 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 = ''; } }