/*funciones javascript para la web de mayores y medios*/

function cabecera(){
/*cabecera que muestra el logo, los botones de enlaces externos y la barra horizontal*/
document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%" height="146">');
document.write('   <tr>');
document.write('<td><a border="0" href="index.html"><img src="img/clubeuconet.jpg" width="238" height="146" border="0" alt=""></a></td>');
document.write('	</td>');
document.write('	<td  width="100%" align="center" valign="middle">');
document.write('&nbsp;');
document.write('		<a href="http://www.ua.es/upua"><img src="img/upPeque.jpg" border="1"/></a>&nbsp;<a href="http://www.ua.es"><img src="img/logouam.jpg" border="1"/></a>&nbsp;<a href="http://www.proyectosupua.es/"><img src="img/nombreIniciativasProyectos.png" border="1"/></a>&nbsp;<a href="http://www.veu.ua.es/"><img src="img/veuPeque.jpg" border="1"/></a>');
document.write('	</td>');
document.write('    </tr>');
document.write('</table>');
document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%" height="9">');
document.write('   <tr valign="top">');
document.write('      <td background="img/topbarPeque.jpg" width="100%" border="0">&nbsp;</td>');
document.write('    </tr>');
document.write('</table>');

}

function menu(){

document.write('<td width="201">');
document.write('<br>&nbsp;&nbsp;&raquo;&nbsp;<a href="index.html"><img border="0" src="img/es.gif"></img></a>&nbsp;<a href="va/index.html"><img border="0" src="img/catalonia.gif"></img></a>&nbsp;<a href="en/index.html"><img border="0" src="img/gb.gif"></img></a><br>');
document.write('      <img src="img/menubar.jpg" alt="" border="0" height="11" width="201">');
document.write('<br>&nbsp;&nbsp;&raquo;&nbsp;<a href="index.html">Presentación</a><br>');
document.write('      <img src="img/menubar.jpg" alt="" border="0" height="11" width="201">');
document.write('<br>&nbsp;&nbsp;&raquo;&nbsp;<a href="antecedentes.html">Antecedentes: El Proyecto EuCoNet</a><br>');
document.write('      <img src="img/menubar.jpg" alt="" border="0" height="11" width="201">');
document.write('<br>&nbsp;&nbsp;&raquo;&nbsp;<a href="club.html">Club EuCoNet:  Objetivos</a><br>');
document.write('      <img src="img/menubar.jpg" alt="" border="0" height="11" width="201">');
document.write('<br>&nbsp;&nbsp;&raquo;&nbsp;<a href="funcionamiento.html">Funcionamiento</a><br>');
document.write('      <img src="img/menubar.jpg" alt="" border="0" height="11" width="201">');
document.write('<br>&nbsp;&nbsp;&raquo;&nbsp;<a href="metodologia.html">Metodología</a><br>');
document.write('      <img src="img/menubar.jpg" alt="" border="0" height="11" width="201">');
document.write('<br>&nbsp;&nbsp;&raquo;&nbsp;<a href="estadisticas.html">Estadísticas</a><br>');
document.write('      <img src="img/menubar.jpg" alt="" border="0" height="11" width="201">');
document.write('<br>&nbsp;&nbsp;&raquo;&nbsp;<a href="horarios.html">Horarios y Localización</a><br>');
document.write('      <img src="img/menubar.jpg" alt="" border="0" height="11" width="201">');
document.write('<br>&nbsp;&nbsp;&raquo;&nbsp;<a href="materiales.html">Materiales </a><br>');
document.write('      <img src="img/menubar.jpg" alt="" border="0" height="11" width="201">');
document.write('<br>&nbsp;&nbsp;&raquo;&nbsp;<a href="enlaces.html">Enlaces relacionados </a><br>');
document.write('      <img src="img/menubar.jpg" alt="" border="0" height="11" width="201">');
document.write('<br>&nbsp;&nbsp;&raquo;&nbsp;<a href="http://www.universidadpermanente.com/main.php?g2_view=keyalbum.KeywordAlbum&g2_keyword=euconet">Galería Fotográfica </a><br>');
document.write('      <img src="img/menubar.jpg" alt="" border="0" height="11" width="201">');
document.write('</td>');

}

function pie(){
document.write('<p class="pie">');
document.write('<a href="http://www.ua.es/upua">Universidad Permanente de la UA</a><br>Última actualización: 27/04/2010<br>');
document.write('</p>');

}