/*
---------------------------------------------------------------------
File..........: docencia_noticias.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..........: 31-Ene-2001		
Description...: Definición de la ventana de noticias de DOCENCIA
Modifications.:
============= 1 =============
  Author......:
  Date........:
  Description.:
---------------------------------------------------------------------
*/

// -------------------
//   Noticias
// -------------------

/*var docencia_noticias=new Ventana( "", "15","15", 
	"<B>&nbsp;&nbsp;Noticias</B> - "+
	"<FONT SIZE='-1'><EM>Docencia</EM></FONT>",
	"", "99%", "",	"top","#000000", "#f0f080", 
	"#000000", "#FFFFAA", 1,2 );
*/

var docencia_noticias=new Ventana( "", "15","15", 
	"<B>&nbsp;&nbsp;Noticias</B> - "+
	"<FONT SIZE='-1'><EM>Docencia</EM></FONT>",
	"", "95%", "",	"top","#ffffff", "#101050", 
	"#000000", "#ffffff", 1,2 );

var fi_quimica_noticias=new Ventana( "", "15","15", 
	"<B>&nbsp;&nbsp;Noticias</B> - "+
	"<FONT SIZE='-1'><EM>Fund. Inform.</EM></FONT>",
	"", "95%", "",	"top","#ffffff", "#1010a0", 
	"#000000", "#ffffff", 1,2 );
var ofim_laborales_noticias=new Ventana( "", "15","15", 
	"<B>&nbsp;&nbsp;Noticias</B> - "+
	"<FONT SIZE='-1'><EM>Ofimática</EM></FONT>",
	"", "95%", "",	"top","#ffffff", "#1010a0", 
	"#000000", "#ffffff", 1,2 );
var pda_topografia_noticias=new Ventana( "", "15","15", 
	"<B>&nbsp;&nbsp;Noticias</B> - "+
	"<FONT SIZE='-1'><EM>Prog. de Aplic.</EM></FONT>",
	"", "95%", "",	"top","#ffffff", "#1010a0", 
	"#000000", "#ffffff", 1,2 );
var ij_derecho_noticias=new Ventana( "", "15","15", 
	"<B>&nbsp;&nbsp;Noticias</B> - "+
	"<FONT SIZE='-1'><EM>Inform. para Juristas</EM></FONT>",
	"", "95%", "",	"top","#ffffff", "#1010a0", 
	"#000000", "#ffffff", 1,2 );


/*
gral3=new Seccion( "<FONT COLOR='#1010a0'>9-02-2010</FONT><BR>"+
		  "<B>Las tutorías del jueves 11-Feb-2010</B> serán de 16:30 a 19:30. Disculpad las molestias.","" );


gral2=new Seccion( "<FONT COLOR='#11a'>25-01-2010</FONT><BR>"+
		  "Comienza el curso <EM>Creación de Contenidos Web: HTML y CSS</EM>.","http://dv.ujaen.es/docencia/goto_docencia_crs_156430.html" );

notas=new Seccion( "<FONT COLOR='#11a'>27-02-2010</FONT><BR>"+
		  "Disponibles las notas de EDI I, grupo B, de la convocatoria de Febrero de 2010", "/docencia/ed1/notas-febrero-2010.php" );
docencia_noticias.newSection( notas );
*/



/*
ofimjunio=new Seccion( "<FONT COLOR='#11a'>20-05-2010</FONT><BR>"+
		  "Sobre el examen de prácticas de Junio de la asignatura OFIMATICA", "http://vrivas.es/docencia/ofim_laborales/examen-junio-2010.shtml" );
docencia_noticias.newSection( ofimjunio);
ofim_laborales_noticias.newSection( ofimjunio);
*/
/*notas=new Seccion( "<FONT COLOR='#11a'>12-07-2010</FONT><BR>"+
		  "Disponibles las notas de EDI I, grupo B, de la convocatoria de Junio de 2010", "/docencia/ed1/notas-junio-2010.php" );
*/
notas=new Seccion( "<FONT COLOR='#11a'>05-09-2010</FONT><BR>"+
		  "Disponibles las notas de Ofimática, de la convocatoria de Septiembre de 2010", "/docencia/ofim_labolares/notas-eptiembre-2010.php" );

tutorias=new Seccion( "<FONT COLOR='#11a'>30-08-2010</FONT><BR>"+
		  "Tutorías los dias: 1, 3 y 6 de septiembre. El día 1 de 12 a 14 horas; los días 3 y 6 de 11 a 14 horas",
                  "" );

docencia_noticias.newSection( notas );
docencia_noticias.newSection( tutorias );





