function SetStatus( sText )
{
    if ( !sText )
        sText = '';

    window.status = sText;

    return( true );
}
