// MENUS.JS
// Funciones para mostrar la barra superior, los menús de la izquierda y el pie

raiz="http://www.ua.es/upua/";

// Definición de imágenes
image1  = new Image; image1.src=raiz+"imagenes/menu/image1.gif"; 		image1a  = new Image; image1a.src=raiz+"imagenes/menu/image1a.gif";
image2  = new Image; image2.src=raiz+"imagenes/menu/image2.gif"; 		image2a  = new Image; image2a.src=raiz+"imagenes/menu/image2a.gif";
image3  = new Image; image3.src=raiz+"imagenes/menu/image3.gif"; 		image3a  = new Image; image3a.src=raiz+"imagenes/menu/image3a.gif";
image4  = new Image; image4.src=raiz+"imagenes/menu/image4.gif"; 		image4a  = new Image; image4a.src=raiz+"imagenes/menu/image4a.gif";
image5  = new Image; image5.src=raiz+"imagenes/menu/image5.gif"; 		image5a  = new Image; image5a.src=raiz+"imagenes/menu/image5a.gif";
image6  = new Image; image6.src=raiz+"imagenes/menu/image6.gif"; 		image6a  = new Image; image6a.src=raiz+"imagenes/menu/image6a.gif";
image7  = new Image; image7.src=raiz+"imagenes/menu/image7.gif"; 		image7a  = new Image; image7a.src=raiz+"imagenes/menu/image7a.gif";

// Barra superior
b1=new Image; b1.src=""+raiz+"imagenes/menu/b1.gif"; b1a=new Image; b1a.src=""+raiz+"imagenes/menu/b1a.gif";
b2=new Image; b2.src=""+raiz+"imagenes/menu/b2.gif"; b2a=new Image; b2a.src=""+raiz+"imagenes/menu/b2a.gif";
b3=new Image; b3.src=""+raiz+"imagenes/menu/b3.gif"; b3a=new Image; b3a.src=""+raiz+"imagenes/menu/b3a.gif";
b4=new Image; b4.src=""+raiz+"imagenes/menu/b4.gif"; b4a=new Image; b4a.src=""+raiz+"imagenes/menu/b4a.gif";
buscar=new Image; buscar.src=""+raiz+"imagenes/menu/buscar.gif"; buscara=new Image; buscara.src=""+raiz+"imagenes/menu/buscara.gif";

function activa(img1,img2) {
  document[img1].src = eval(img2 + ".src");
}

function comprobar2() {
  if (comprobarPalabras())
    document.fbuscar.submit()
  else return
}

function comprobarPalabras() {
  arrayofcadenas= document.fbuscar.words.value.split(" ");
  Si=0;
  for (var i=0; i<arrayofcadenas.length; i++)
    if (arrayofcadenas[i].length>2) {
    Si=1;
    break;
  }
  if (Si==1) return true;
  else {
    alert("Introduzca palabras más largas");
    return false;
  }
}

function Cabecera() {
  document.write("<center><table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=682 BGCOLOR=#FFFFFF>");
  document.write("  <tr>");
  document.write("    <td><center><map name=\"Map\"><area shape=\"rect\" coords=\"0,0,165,36\" href=\"/es/index.html\" alt=\"Universidad de Alicante\"><area shape=\"poly\" coords=\"164,1,164,35,1,35,1,98,680,98,680,1\" href=\""+raiz+"index.html\" alt=\"Universidad Permanente - Página principal\"></map></center></td>");
  document.write("    <td ALIGN=LEFT VALIGN=BOTTOM><img SRC=\""+raiz+"imagenes/menu/cabecera.gif\" NOSAVE BORDER=0 usemap=\"#Map\" height=100 width=682></td>");
  document.write("  </tr>");
  document.write("</table></center>");
}

function MostrarBarra() {
   document.write("<center><table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=\"682\" BGCOLOR=\"#FFFFFF\">");
   document.write("<tr BGCOLOR=\"#D8E5EA\">");

   document.write("<td ALIGN=\"LEFT\" VALIGN=\"CENTER\">");
   document.write("<a href=\"#\" onClick=\"window.open('https://www1.webmail.ua.es/login0.php3?idi=es','titol', 'toolbar=no,menubar=no,statusbar=no,resizable=yes,width=820,height=600');\"\" onMouseover=\"activa('b1','b1a')\" onMouseout=\"activa('b1','b1')\"><img SRC=\""+raiz+"imagenes/menu/b1.gif\" NAME=\"b1\" ALT=\"Webmail\" BORDER=0 HSPACE=5 height=17 width=64></a>");
   document.write("<img SRC=\""+raiz+"imagenes/menu/bs.gif\" ALT=\"\" height=18 width=1>");
   document.write("<a href=\"https://aplicacionesua.cpd.ua.es/agenda/default.asp?pua=1&valor=nn*E*&idioma=es&entqr=0&output=xml_no_dtd&sort=date%3AD%3AL%3Ad1&entsp=a&client=default_frontend&ud=1&oe=utf-8&ie=utf-8&proxystylesheet=default_frontend&site=general&q=Buscar\" onMouseover=\"activa('b2','b2a')\" onMouseout=\"activa('b2','b2')\"><img SRC=\""+raiz+"imagenes/menu/b2.gif\" NAME=\"b2\" ALT=\"Agenda de hoy\" BORDER=0 HSPACE=5 height=17 width=101></a>");
   document.write("<img SRC=\""+raiz+"imagenes/menu/bs.gif\" ALT=\"\" height=18 width=1>");
   document.write("<a href=\"http://web.ua.es/es/actualidad-universitaria/\" onMouseover=\"activa('b3','b3a')\" onMouseout=\"activa('b3','b3')\"><img SRC=\""+raiz+"imagenes/menu/b3.gif\" NAME=\"b3\" ALT=\"Actualidad Universitaria\" BORDER=0 HSPACE=5 height=17 width=164></a>");
   document.write("<img SRC=\""+raiz+"imagenes/menu/bs.gif\" ALT=\"\" height=18 width=1>");
   document.write("<a href=\"https://biar.cpd.ua.es/directorio/index.php?idioma=es\" onMouseover=\"activa('b4','b4a')\" onMouseout=\"activa('b4','b4')\"><img SRC=\""+raiz+"imagenes/menu/b4.gif\" NAME=\"b4\" ALT=\"Directorio de personas\" BORDER=0 HSPACE=5 height=17 width=81></a>");
   document.write("</td>");
   /*
     document.write("<td ALIGN=\"RIGHT\" VALIGN=\"CENTER\">");
     document.write("<input type=\"text\" name=\"words\" value=\"\" size=\"7\">");
     document.write("</td>");

     document.write("<td ALIGN=\"RIGHT\" VALIGN=\"CENTER\">");
     document.write("<a href=\"javascript:comprobar2();\" onMouseOver=\"activa('buscar','buscara')\" onMouseOut=\"activa('buscar','buscar')\"><img SRC=\""+raiz+"imagenes/menu/buscar.gif\" NAME=\"buscar\" ALT=\"Buscar\" NOSAVE BORDER=0 height=17 width=49></a>");
     document.write("</td>");
   */
   document.write("</tr>");
   document.write("</table></center>");
}

function MostrarMenus() {
  document.write("<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=\"100%\">");

  document.write("<tr BGCOLOR=\"#FFFFFF\">");
  document.write("  <td ALIGN=\"left\" VALIGN=\"top\"><a href=\""+raiz+"informacion/index.html\" onMouseover=\"activa('image1','image1a')\" onMouseout=\"activa('image1','image1')\"><img src=\""+raiz+"imagenes/menu/image1.gif\" name=\"image1\" alt=\"informacion\" nosave=\"\" border=\"0\" height=\"19\" width=\"161\"></a></td>");
  document.write("</tr>");

  document.write("<tr BGCOLOR=\"#FFFFFF\">");
  document.write("  <td ALIGN=\"left\" VALIGN=\"top\"><img src=\""+raiz+"imagenes/menu/raya.gif\" border=\"0\" width=\"160\" height=\"1\" vspace=\"2\"></td>");
  document.write("</tr>");

  document.write("<tr BGCOLOR=\"#FFFFFF\">");
  document.write("  <td ALIGN=\"left\" VALIGN=\"top\"><a href=\""+raiz+"estudios/index.html\" onMouseover=\"activa('image2','image2a')\" onMouseout=\"activa('image2','image2')\"><img src=\""+raiz+"imagenes/menu/image2.gif\" name=\"image2\" alt=\"estudios\" nosave=\"\" border=\"0\" height=\"32\" width=\"161\"></a></td>");
  document.write("</tr>");

  document.write("<tr BGCOLOR=\"#FFFFFF\">");
  document.write("  <td ALIGN=\"left\" VALIGN=\"top\"><img src=\""+raiz+"imagenes/menu/raya.gif\" border=\"0\" width=\"160\" height=\"1\" vspace=\"2\"></td>");
  document.write("</tr>");

  document.write("<tr BGCOLOR=\"#FFFFFF\">");
  document.write("  <td ALIGN=\"left\" VALIGN=\"top\"><a href=\""+raiz+"programasint/index.html\" onMouseover=\"activa('image3','image3a')\" onMouseout=\"activa('image3','image3')\"><img src=\""+raiz+"imagenes/menu/image3.gif\" name=\"image3\" alt=\"programasint\" nosave=\"\" border=\"0\" height=\"32\" width=\"161\"></a></td>");
  document.write("</tr>");

  document.write("<tr BGCOLOR=\"#FFFFFF\">");
  document.write("  <td ALIGN=\"left\" VALIGN=\"top\"><img src=\""+raiz+"imagenes/menu/raya.gif\" border=\"0\" width=\"160\" height=\"1\" vspace=\"2\"></td>");
  document.write("</tr>");

  document.write("<tr BGCOLOR=\"#FFFFFF\">");
  document.write("  <td ALIGN=\"left\" VALIGN=\"top\"><a href=\""+raiz+"programaupua/index.html\" onmouseover=\"activa('image4','image4a')\" onmouseout=\"activa('image4','image4')\"><img src=\""+raiz+"imagenes/menu/image4.gif\" name=\"image4\" alt=\"programaupua\" nosave=\"\" border=\"0\" height=\"32\" width=\"161\"></a></td>");
  document.write("</tr>");

  document.write("<tr BGCOLOR=\"#FFFFFF\">");
  document.write("  <td ALIGN=\"left\" VALIGN=\"top\"><img src=\""+raiz+"imagenes/menu/raya.gif\" border=\"0\" width=\"160\" height=\"1\" vspace=\"2\"></td>");
  document.write("</tr>");

  document.write("<tr BGCOLOR=\"#FFFFFF\">");
  document.write("  <td ALIGN=\"left\" VALIGN=\"top\"><a href=\""+raiz+"actividades/index.html\" onmouseover=\"activa('image5','image5a')\" onmouseout=\"activa('image5','image5')\"><img src=\""+raiz+"imagenes/menu/image5.gif\" name=\"image5\" alt=\"actividades\" nosave=\"\" border=\"0\" height=\"32\" width=\"161\"></a></td>");
  document.write("</tr>");

  document.write("<tr BGCOLOR=\"#FFFFFF\">");
  document.write("  <td ALIGN=\"left\" VALIGN=\"top\"><img src=\""+raiz+"imagenes/menu/raya.gif\" border=\"0\" width=\"160\" height=\"1\" vspace=\"2\"></td>");
  document.write("</tr>");

  document.write("<tr BGCOLOR=\"#FFFFFF\">");
  document.write("  <td ALIGN=\"left\" VALIGN=\"top\"><a href=\""+raiz+"avisos/index.html\" onmouseover=\"activa('image6','image6a')\" onmouseout=\"activa('image6','image6')\"><img src=\""+raiz+"imagenes/menu/image6.gif\" name=\"image6\" alt=\"avisos\" nosave=\"\" border=\"0\" height=\"32\" width=\"161\"></a></td>");
  document.write("</tr>");

  document.write("<tr BGCOLOR=\"#FFFFFF\">");
  document.write("  <td ALIGN=\"left\" VALIGN=\"top\"><img src=\""+raiz+"imagenes/menu/raya.gif\" border=\"0\" width=\"160\" height=\"1\" vspace=\"2\"></td>");
  document.write("</tr>");

  document.write("<tr BGCOLOR=\"#FFFFFF\">");
  document.write("  <td ALIGN=\"left\" VALIGN=\"top\"><a href=\""+raiz+"enlaces/index.html\" onmouseover=\"activa('image7','image7a')\" onmouseout=\"activa('image7','image7')\"><img src=\""+raiz+"imagenes/menu/image7.gif\" name=\"image7\" alt=\"enlaces\" nosave=\"\" border=\"0\" height=\"19\" width=\"161\"></a></td>");
  document.write("</tr>");

  document.write("<tr BGCOLOR=\"#FFFFFF\">");
  document.write("  <td ALIGN=\"left\" VALIGN=\"top\">&nbsp;</td>");
  document.write("</tr>");

  document.write("</table>");
}

function fechaModificacion() {
	// Para poner los meses en formato visual
	var nommeses = new Array("", "ene", "feb", "mar", "abr", "may", "jun", "jul", "ago", "sep", "oct", "nov", "dic")

	// Obtenemos la fecha de modificación del documento
	var mydate=new Date(document.lastModified);

	// Separamos el día, mes y año
	var anyo=mydate.getYear();
	if (anyo < 2000) anyo+=2000;
	if (anyo > 2100) anyo-=100;
	var dia=mydate.getDay();
	var mes=mydate.getMonth()+1;

	var diam=mydate.getDate();
	return(diam+"-"+nommeses[mes]+"-"+anyo);
}

function Pie() { /* Se asume que casa.gif y correo.gif están en http://www.ua.es/upua/imagenes/ (directorio de producción)
                 */
  document.write("<table BORDER=0 CELLSPACING=10 CELLPADDING=0 WIDTH=\"100%\" BGCOLOR=\"#FFFFFF\">");
  document.write("  <tr>");
  document.write('    <td ALIGN=LEFT VALIGN=CENTER COLSPAN="2" BACKGROUND="http://www.ua.es/upua/imagenes/menu/fondocolh.gif" NOSAVE><img SRC="http://www.ua.es/upua/imagenes/menu/punto.gif" ALT="" NOSAVE height=1 width=1></td>');
  // document.write("    <td ALIGN=LEFT VALIGN=CENTER COLSPAN=\"2\" BACKGROUND=\""+raiz+"imagenes/menu/fondocolh.gif\" NOSAVE><img SRC=\""+raiz+"imagenes/menu/punto.gif\" ALT=\"\" NOSAVE height=1 width=1></td>");
  document.write("  </tr>");
  document.write("  <tr>");
  document.write("    <td ALIGN=LEFT VALIGN=CENTER><font face=\"Tahoma, Helvetica, Arial\"><font color=\"#003366\"><font size=-2>Sede Ciudad de Alicante<br>Avda. Doctor Ramón y Cajal, 4 - 03001 Alicante<br>Telf: +34 965 14 53 33, +34 965 14 59 81 y Fax: +34 965 14 59 89<br>e-mail: <a href=\"mailto:upua.sede@ua.es\">upua.sede@ua.es</a></font></font></font></td>");
  document.write("    <td ALIGN=RIGHT VALIGN=CENTER><font face=\"Tahoma, Helvetica, Arial\"><font color=\"#003366\"><font size=-2>Campus de San Vicente del Raspeig<br>Apdo. Correos 99 - 03080 - Alicante<br>Telf: +34 965 90 94 54 y +34 965 90 97 93<br>Fax +34 965 90 98 12<br>e-mail: <a href=\"mailto:Universidad.Permanente@ua.es\">Universidad.Permanente@ua.es</a></font></font></font></td>");
  document.write("  </tr>");
  document.write("  <tr>");
  document.write('    <td ALIGN=LEFT VALIGN=CENTER COLSPAN="2" BACKGROUND="http://www.ua.es/upua/imagenes/menu/fondocolh.gif" NOSAVE><img SRC="http://www.ua.es/upua/imagenes/menu/punto.gif" ALT="" NOSAVE height=1 width=1></td>');
  // document.write("    <td ALIGN=LEFT VALIGN=CENTER COLSPAN=\"2\" BACKGROUND=\""+raiz+"imagenes/menu/fondocolh.gif\" NOSAVE><img SRC=\""+raiz+"imagenes/menu/punto.gif\" ALT=\"\" NOSAVE height=1 width=1></td>");
  document.write("  </tr>");
  document.write("  <tr>");
  document.write("    <td ALIGN=LEFT VALIGN=CENTER><font face=\"Tahoma, Helvetica, Arial\"><font color=\"#003366\"><font size=-2>P&aacute;gina mantenida por la Universidad Permanente<br>Última actualización: " + fechaModificacion() + "</font></font></font></td>");
  document.write('    <td ALIGN=RIGHT VALIGN=CENTER><a href="'+raiz+'index.html"><img SRC="'+raiz+'imagenes/casa.gif" ALT=\"Página principal\" HSPACE=4 VSPACE=2 NOSAVE BORDER=0 height=19 width=23></a><a href=\"mailto:universidad.permanente@ua.es\"><img SRC="'+raiz+'imagenes/correo.gif" ALT=\"Enviar correo\" VSPACE=2 NOSAVE BORDER=0 height=15 width=21></a></td>');
  document.write("  </tr>");
  document.write("</table>");
}

function cabeceraSimple(nivel)
   {  /* nivel corresponde al nivel de profundidad en relación a directorio raiz. */
     // alert('dentro de cabeceraSimple(nivel)');
     // var nivel='../../../../../';
     document.write('<center>');
     document.write('<TABLE cellSpacing=0 cellPadding=0 width=580 border=0>');
     document.write('<TBODY>');
     document.write('<TR>');
     // alert('(1) cabeceraSimple()');
     document.write('<TD vAlign=top align=left>');
     document.write('<!-- Cabecera -->');
     document.write('  <!-- Logos UA y UPUA -->');
     document.write('  <TABLE cols=2 width="100%" border="0">');
     document.write('    <TBODY>');
     document.write('   <TR>');
     document.write('      <TD><A href="http://www.ua.es/"><FONT face=Arial size=-1><IMG ');
     document.write('        id=_x0000_i1025 ');
     document.write('        style="BORDER-RIGHT: 0px solid; BORDER-TOP: 0px solid; BORDER-LEFT: 0px solid; WIDTH: 189px; BORDER-BOTTOM: 0px solid; HEIGHT: 32px"');
     document.write('        alt="Universitat d\'Alacant / Universidad de Alicante"');
     // alert ('nivel='+nivel);
     document.write('        src="' + nivel + 'imagenes/logouap.gif" vspace=10 nosave=""></FONT></A></TD>');
     document.write('      <TD>');
     document.write('         <DIV align=right><FONT face=Arial size=-1><A ');
     document.write('            href="http://www.ua.es/upua"><IMG height=81 alt=Logoupua');
     document.write('            src="' + nivel + 'imagenes/image9PJ.jpg" width=150 border=0></A><A ');
     document.write('            href="http://www.ua.es/upua/imagenes/index.html"><BR></A></FONT>');
     document.write('         </DIV>');
     document.write('      </TD>');
     document.write('    </TR>');
     document.write('    </TBODY>');
     document.write('  </TABLE>');
     document.write('</TD>');
     document.write('</TR>');
     // alert('enmedio de cabeceraSimple()');
     document.write('<TR>');
     document.write('<TD align="right">');
     document.write('    <!-- Texto UPUA - VEU (forma parte de la cabecera) -->');
     document.write('    <TABLE cols=2 width="100%" border="0">');
     document.write('       <TBODY>');
     document.write('       <TR>');
     document.write('          <TD align="left"><FONT face=Arial size=-2>Universitat Permanent');
     document.write('               <BR/>');
     document.write('                <A href="http://www.ua.es/upua">Universidad Permanente</A>');
     document.write('              </FONT>');
     document.write('          </TD>');
     document.write('          <TD>');
     document.write('             <DIV align="right">');
     document.write('                <FONT face=Arial size=-2>&nbsp;Vicerectorat d\'Extensió Universitària');
     document.write('                   <BR/>');
     document.write('                    <A href="http://www.ua.es/es/presentacion/vicerrectorado/vr.extensio/">Vicerrectorado de Extensión Universitaria');
     document.write('                   </A>');
     document.write('                </FONT>');
     document.write('             </DIV>');
     document.write('          </TD>');
     document.write('       </TR>');
     document.write('       </TBODY>');
     document.write('    </TABLE>');
     document.write('</TD>');
     document.write('</TR>');
     document.write('</TBODY>');
     document.write('</TABLE>');
     document.write('</center>');
     // alert('salgo de cabeceraSimple()');

   }

function pieSimple(nivel)
   { /* nivel corresponde al nivel de profundidad en relación a directorio raiz. */
     // alert('dentro de pieSimple()');
     // var nivel='../../../../../';
     // alert('nivel=' + nivel);
document.write('<FONT face=Arial size=-1></FONT>');
document.write('<CENTER>');
document.write('<TABLE cellSpacing="0" cellPadding="0" width="580" bgColor="#f5f5f5" border="0">');
document.write('  <TBODY>');
document.write('  <TR>');
document.write('    <TD vAlign="center" align="left" width="502">');
document.write('        <FONT face="Arial" size="-2">');
document.write('           <FONT color="#003366">Página mantenida por la Universidad Permanente');
document.write('           </FONT>');
document.write('           <BR>');
document.write('        </FONT>');
document.write('        <FONT face="Arial" size="-2">');
// alert('fechaModificacion()=' + fechaModificacion())
document.write('            <FONT color="#003366">Última actualización: ');
document.write(fechaModificacion());
document.write('            </FONT>');
document.write('        </FONT>');
document.write('    </TD>');
document.write('    <TD vAlign="center" align="right" width="69">');
document.write('       <FONT face="Arial" size="-1">');
document.write('          <A href="http://www.ua.es/upua">');
document.write('             <img class="imgCasa" ');
document.write('                  alt="página principal" hspace="2" src="' + nivel +'imagenes/casa.gif" vspace="2"  nosave=""></A>');
document.write('          <A href="mailto:universidad.permanente@ua.es">');
document.write('             <img class="imgCorreo" ');
document.write('                  alt="enviar correo" hspace="2" src="' + nivel +'imagenes/correo.gif" vspace="2"  nosave=""></A>');
document.write('       </FONT>');
document.write('    </TD>');
document.write('  </TR>');
document.write('</TBODY>');
document.write('</TABLE>');
document.write('</CENTER>');
   }

