<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">DOMFocusIn, DOMFocusOut</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">n/a</span> IE <span class="emphasis">n/a</span> DOM <span class="emphasis">2</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>Fires when the current element receives focus
(<span class="literal">DOMFocusIn</span>) or loses focus
(<span class="literal">DOMFocusOut</span>). These events fire prior to the
<span class="literal">focus</span> and <span class="literal">blur</span> events,
respectively. Similar to the IE <span class="literal">onfocusin</span> and
<span class="literal">onfocusout</span> events.
</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>