/*
 * Cabecera de todas las paginas de ExpoForum 
 */ 
document.write('  <table border="0" cellpadding="0" cellspacing="0" summary="" width=780 height=70>');
document.write('  <tr>');
document.write('    <td width=110 height=70 align=center valign=middle>');
document.write('      <a href="../index.html" onmouseover="window.status=\'Expo Forum Tercera Edad\';return true;" style="text-decoration:none"><img src="../img/3E_logo.jpg" width="100" height="60" alt="Expo Forum Tercera Edad" border=0></a>');
document.write('  	</td>');
document.write('    <td width=670 height=70 align="center" valign=top>');
document.write('  	  <p class=tituloCabecera>');
document.write('      <a href="portada.html" onmouseover="window.status=\'Portada\';return true;">Expo F&oacute;rum Tercera Edad - 2004</a>');
document.write('  		</p>');
document.write('  	</td>');
document.write('  </tr>');
document.write('  </table>');

