function showStatus(statusText) {
    window.status = statusText.toString();
    return true;
}

