function dispman( mode, id, root ){
  if (window.name == "") { location.replace("/index.php?doc=" + location.pathname); }
/*
  if( parent.opciones != null ) {
    parent.opciones.location.replace('/Options/Legislacion/index.php?id=' + id + '&root=' + root);
  }
*/
}

function setxy() {
  location.replace('#setxy');
  if( parent.opciones != null ) {
    parent.opciones.location.replace('/Util/gray.php');
  }
}
