<html>
<link rel="stylesheet" href="josh.css">
<body bgcolor="#FFFFFF">

		<div id="Description">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">onfocusin, onfocusout</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">n/a</span> IE <span class="emphasis">6</span> DOM <span class="emphasis">n/a</span>&nbsp;&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Bubbles: Yes; Cancelable: No&nbsp;&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Fire when the current element receives focus
(<span class="literal">onfocusin</span>) or loses focus
(<span class="literal">onfocusout</span>). These events fire prior to the
<span class="literal">focus</span> and <span class="literal">blur</span> events,
respectively. Microsoft suggests that you can use these event
handlers to perform style changes (anywhere in the document) in
anticipation of an element receiving or losing focus, without
disturbing the normal focus and blur actions.
</p>
							</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="typicaltargets"><span class="title">Typical Targets</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>			All rendered elements that are capable of receiving focus normally
(such as form controls and links), plus any other rendered element
for which the <span class="literal">tabindex</span> attribute is assigned a
value.
</p>
					</td>
				</tr>
			</table>
		</div>
</body>
</html>