window.focus();

function setStatus(statusText){
        window.status=statusText;
        return true;
}
