<!--  


function focusFirst()
{
	if((document.forms.length > 0) &&
		(document.forms[0].elements.length > 0))
		document.forms[0].elements[0].focus();
}
// 09.20.02 - M. Richard, commented out per Catrin's Request. 
// window.onload=focusFirst;

defaultStatus = '';

// -->