var q = document.getElementById('q');
q.onblur = null;
q.onfocus = null;
q.style.cssText = '';

