/*
---------------------------------------------------------------------
File..........: investigacion_ventanas.js
Author........: Victor Rivas Santos (vrivas@ujaen.es)
		Dpto. de Informática
		Universidad de Jaén
		EPS de Jaén, Avda de Madrid 35
		E23071, Jaen (Spain)
Date..........: 29-Mar-2001
Description...: Definición de las ventanas de la página INDEX de
		investigacion
MOdifications.:
============= 1 =============
  Author......: Víctor Rivas (vrivas@ujaen.es)
  Date........: 06-May-2002
  Description.: He añadido nuevas opciones: Redes, Docencia, Titulo y Año
---------------------------------------------------------------------
*/

// -------------------
//   INDICE
// -------------------

var investigacion=new Ventana( "", "15","15", 
	"<B>&nbsp;&nbsp;Indice</B>","", 
	"50%", "",
	"top","#111111", "#d0d0e2", "#000000", 
	"#dddada", 1,2 );
investigacion.addSection( "Presentación", "#presentacion" );
investigacion.addSection( "Publicaciones", "#publicaciones" );
investigacion.addSection( "Proyectos", "#proyectos" );


// -------------------
//   PUBLICACIONES
// -------------------
var publicaciones=new Ventana( "", "15","15", 
	"<B>&nbsp;&nbsp;Publicaciones</B>","", 
	"80%", "",	"top","#FFFFFF", "#000060", "#000000", 
	"#ffeeee", 1,2 );
publicaciones.addSection( "Docencia e Internet", "docencia.html" );
publicaciones.addSection( "Redes Neuronales y Computación Evolutiva",
"redes.html" );
publicaciones.addSection( "Procesamiento de Lenguaje Natural", "pln.html" );
publicaciones.addSeparator();
publicaciones.addSection( "Ordenadas por Título: <a href='titulo.html'>Formato tablas</a> - "+
	"<a href='titulo-linea.html'>Formato Líneas</a>", 
	"" );
publicaciones.addSection( "Ordenadas por Año: <a href='anio.html'>Formato tablas</a> - "+
	"<a href='anio-linea.html'>Formato Líneas</a>", 
	"" );

var publicaciones_en=new Ventana( "", "15","15", 
	"<B>&nbsp;&nbsp;Publications</B>","", 
	"80%", "",	"top","#FFFFFF", "#000060", "#000000", 
	"#ffeeee", 1,2 );
publicaciones_en.addSection( "Teaching and Internet", "docencia.html" );
publicaciones_en.addSection( "Neural Networks and Evolutionary Computation",
"redes.html" );
publicaciones_en.addSection( "Natural Language Processing", "pln.html" );
publicaciones_en.addSeparator();
publicaciones_en.addSection( "All sorted by title: <a href='titulo.html'>Table format</a> - "+
	"<a href='titulo-linea.html'>Lines format</a>", 
	"" );
publicaciones_en.addSection( "All sorted by year: <a href='anio.html'>Table format</a> - "+
	"<a href='anio-linea.html'>Lines format</a>", 
	"" );


// -------------------
//   PRESENTACION
// -------------------
var presentacion=new Ventana( "", "15","15", 
	"<B>&nbsp;&nbsp;&nbsp;Presentación</B>","", 
	"80%", "",	
	"top","#ffffff", "#101060", "", 
	"", 1,2 );

// -------------------
//   REVISTAS Y CONGRESOS
// -------------------
var revistas_y_congresos=new Ventana( "", "15","15", 
	"<B>&nbsp;&nbsp;Revistas y Congresos</B>","", 
	"80%", "",	"top","#FFFFFF", "#000060", "#000000", 
	"#ffeeee", 1,2 );
revistas_y_congresos.addSection( "<B>Congreso</B>: ISKO (Salamanca, 5-7 mayo de 2003). 15-Sep-2002", "" );
revistas_y_congresos.addSection( "<B>Congreso</B>: IWANN'2003 (Menorca, 3-6 junio  de 2003). 28-Feb-2003", "" );
revistas_y_congresos.addSeparator();
revistas_y_congresos.addSection( "<B>Congreso</B>: ICANN'2002 (Madrid, 27-31 agosto de 2002). 15-Feb-2002", "" );

