// JavaScript Document
// Capįalera de pāgina estāndard per a pāgines de Comunicaciķ UB de servidors diferents de www.ub.edu.
//   Necessessāria per al peu peu_comunicacio.js (per l'estil i la data). Utilitza URLs relatives.
// Basat en cap_comunicacio.js
// Creat: 29/10/2004 - Comunicaciķ UB (Jordi Guilleumes)
// Modificat: 31/03/2008 - Comunicaciķ UB (Jordi Guilleumes): Millorada versiķ x impressiķ.
document.writeln('<!-- Cap de ComunicaciķUB - Inici -->');
document.writeln('<table width="740" border="0" cellspacing="0" cellpadding="0" class="SolsPantalla">');
document.writeln('  <tr>');
document.writeln('    <td rowspan="2"><img src="http://www.ub.edu/comint/img/cap/cap1_logo.jpg" width="258" height="66" class="SolsPantalla">');
document.writeln('	  <td><img src="http://www.ub.edu/comint/img/cap/cap2_mig.gif" width="423" height="44" class="SolsPantalla">');
document.writeln('	  <td><img src="http://www.ub.edu/comint/img/cap/cap3_final.gif" width="58" height="44" class="SolsPantalla">');
document.writeln('	  <td><img src="http://www.ub.edu/comint/img/cap/espai.gif" width="1" height="44"></td>');
document.writeln('  </tr>');
document.writeln('  <tr> ');
document.writeln('    <td colspan="2" align="right" background="http://www.ub.edu/comint/img/cap/botbar_barra.gif" bgcolor="#C6CAD3"> ');
document.writeln('      <table border="0" cellspacing="0" cellpadding="0" align="right">');
document.writeln('        <tr> ');
document.writeln('          <td><img src="http://www.ub.edu/comint/img/cap/botbar_separador_esq.gif" width="2" height="22"></td>');
//document.writeln('          <td><a href="http://www.ub.edu/infopas" class="BotBarra">InfoPAS</a></td>');
document.writeln('          <td><a href="http://www.ub.edu" class="BotBarra">UB</a></td>');
document.writeln('          <td><img src="http://www.ub.edu/comint/img/cap/botbar_separador_dr.gif" width="2" height="22"></td>');
document.writeln('          <td>&nbsp;&nbsp;</td>');
document.writeln('        </tr>');
document.writeln('      </table></td>');
document.writeln('    <td><img src="http://www.ub.edu/comint/img/cap/espai.gif" width="1" height="22"></td>');
document.writeln('  </tr>');
document.writeln('  <tr> ');
document.write  ('    <td colspan="3" class="TitolPagina">' + document.title + '</td>');
document.writeln('    <td><img src="http://www.ub.edu/comint/img/cap/espai.gif" width="1" height="33"></td>');
document.writeln('  </tr>');
document.writeln('</table>');

document.writeln('<table width="100%" border="0" cellspacing="0" cellpadding="0" class="SolsImpressio">');
document.writeln('  <tr>');
document.writeln('    <td rowspan="2"><img src="http://www.ub.edu/comint/img/cap/cap1_logo_p_prt.gif" width="188" height="66" class="SolsImpressio"></td>');
document.writeln('	  <td width="100%"><img src="http://www.ub.edu/comint/img/cap/espai.gif" width="423" height="44" class="SolsImpressio"></td>');
document.writeln('	  <td><img src="http://www.ub.edu/comint/img/cap/espai.gif" width="58" height="44" class="SolsImpressio"></td>');
document.writeln('	  <td><img src="http://www.ub.edu/comint/img/cap/espai.gif" width="1" height="44"></td>');
document.writeln('  </tr>');
document.writeln('  <tr> ');
document.writeln('    <td width="100%" colspan="2" align="right" class="TitolPagina">' + document.title + '&nbsp;</td>');
document.writeln('    <td><img src="http://www.ub.edu/comint/img/cap/espai.gif" width="1" height="33"></td>');
document.writeln('  </tr>');
document.writeln('</table>');
document.writeln('<!-- Cap de ComunicaciķUB - Final -->');