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');
  }
}

function upd_ls( obj ) {
  if( top.secs != null ) {
    //parent.secs.location.replace( '/NDG/secs/' + obj + '.html' );
    // Modificación (09-Oct-2006)
    // Actualizacion automatica del frame 'secs': Manejamos UN fichero en lugar de 32 (!!)
    top.secs.location.replace( '/Util/secs.php?sec=' + obj );

  }
  // Modificación (09-Oct-2006)
  // Actualizacion automatica del frame del menu izquierdo
  // if( parent.barra != null ) { parent.barra.location.replace( '/NDG/left/' + obj + '.html' ); }
}
