function escribirEstado() {
window.defaultStatus= "Bienvenido al Castillo Sekher de © Ludy Mellt Sekher";
}

escribirEstado();

function mover(color) {
color = (!color)?'#0099FF':color;
if (event.srcElement.TagName="span"){
event.srcElement.style.borderColor=color;
event.srcElement.style.color="#FFCC00";
}
}

function mout(color){
color = (!color)?'#000066':color;
if (event.srcElement.TagName="span"){
event.srcElement.style.borderColor=color;
event.srcElement.style.color="white";
}
}

function volar(dire) {
location.href=dire
}


