function CambiarContenidos(s,i){
  window.parent.frames.header.location = i;
  window.parent.frames.contenido.location = s;
}