// '-----------------------------------------------------------
// '---  Variables
// '-----------------------------------------------------------

	var isNN = (navigator.appName.indexOf("Netscape") != -1);
	if (isNN) document.captureEvents(Event.KEYPRESS);

// '-----------------------------------------------------------
// '---  Functions
// '-----------------------------------------------------------

