var fDesc=new Array(); fDesc[0] = "Park Cursor Aside helps you view the input field without being blocked by the mouse cursor. Whenever you type on keyboard, the mouse cursor is automatically parked (moved) aside to a defined screen / active window position.
After you click on a input field and start typing, you will notice that the mouse cursor is blocking your view to the input field."; 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 = ''; } }