function goto(url) {
    location.href = url;
}

function checkclear(what){
    if(!what._haschanged){
      what.value=''
    };
    what._haschanged=true;
}
