Nav4/IE4 event capture code

if (is.nav4up) 
   document.captureEvents(Event.KEYPRESS);
document.onkeypress = handleKeys;

Speaker Notes