var fDesc=new Array(); fDesc[0] = "EnjoyHint is a free web tool that allows adding interactive hints and tips to sites and apps. The main features includes creating coherent scenarios with hints, hint resume, auto-focus highlighting, timeout settings, specifying the shape and margin of the highlighted area, and more useful features.
The web tool is created with the use of JavaScript, HTML5 and CSS. It works in most modern browsers (Chrome, FireFox, IE10+, Safari) and supports Android, iOS and Windows touch sceens (laptops and tablets).

You can evaluate how EnjoyHint works in the issue and bug tracking demo created with the use of the Webix JavaScript UI library."; 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 = ''; } }