function message(txt){
        window.status = txt;
        }

function remove_message(){
        window.status="";
        }

