function ya() {
    document.forms[0].action = "index.php#hijos";
    return true;
}

function salvar() {
    document.forms[0].action = "index.php";
    return true;
}

function borrar() {
    document.forms[0].sender.value = "";
}