function index()
 {
     $series = new series();
     $this->registry->template->optSerie = $series->obtenerSelectTodas();
     $this->registry->template->PATH_WEB = PATH_WEB;
     $this->registry->template->PATH_DOMAIN = PATH_DOMAIN;
     $this->registry->template->PATH_EVENT = "rpteVer";
     $this->registry->template->GRID_SW = "true";
     $this->registry->template->PATH_J = "jquery-1.4.1";
     $this->menu = new menu();
     $liMenu = $this->menu->imprimirMenu("rpteGeneral", $_SESSION['USU_ID']);
     $fondo = new fondo();
     $this->registry->template->fondo = $fondo->obtenerSelectUbicacion();
     $this->registry->template->men_titulo = $liMenu;
     $this->registry->template->seccion = $series->obtenerSeccionGeneral();
     $this->registry->template->show('headerG');
     $this->registry->template->show('tab_rpteInventarioGeneralSecciones.tpl');
     $this->registry->template->show('footer');
 }