// 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: 01-03-2007 - Comunicaciķ UB (Jordi Guilleumes) Adaptat de "www.ub.edu/comint" a "www2.ub.edu/comunicacions"
document.writeln('<!-- Cap de ComunicaciķUB - Inici -->');
if (window.top == window.self) {	// Si la finestra no estā cridada dins d'un marc, mostra la capįalera UB:
	document.writeln('<table width="740" border="0" cellspacing="0" cellpadding="0">');
	document.writeln('  <tr>');
	document.writeln('    <td rowspan="2"><img src="/comunicacions/etc/img/cap/cap1_logo.jpg" width="258" height="66" class="SolsPantalla">');
	document.writeln('	    <img src="/comunicacions/etc/img/cap/cap1_logo_prt.gif" width="258" height="66" class="SolsImpressio"></td>');
	document.writeln('	  <td><img src="/comunicacions/etc/img/cap/cap2_mig.gif" width="423" height="44" class="SolsPantalla">');
	document.writeln('	    <img src="/comunicacions/etc/img/cap/cap2_mig_prt.gif" width="423" height="44" class="SolsImpressio"></td>');
	document.writeln('	  <td><img src="/comunicacions/etc/img/cap/cap3_final.gif" width="58" height="44" class="SolsPantalla">');
	document.writeln('	    <img src="/comunicacions/etc/img/cap/cap3_final_prt.gif" width="58" height="44" class="SolsImpressio"></td>');
	document.writeln('	  <td><img src="/comunicacions/etc/img/cap/espai.gif" width="1" height="44"></td>');
	document.writeln('  </tr>');
	document.writeln('  <tr> ');
	document.writeln('    <td colspan="2" align="right" background="/comunicacions/etc/img/cap/botbar_barra.gif" bgcolor="#C6CAD3"> ');
	document.writeln('      <table border="0" cellspacing="0" cellpadding="0">');
	document.writeln('        <tr> ');
	document.writeln('          <td><img src="/comunicacions/etc/img/cap/botbar_separador_esq.gif" width="2" height="22"></td>');
	document.writeln('          <td><a href="http://www2.ub.edu/comunicacions/cgi/principal.pl" class="BotBarra">Comunicacions</a></td>');
	document.writeln('          <td><a href="http://www.ub.edu/" class="BotBarra">Inici UB</a></td>');
	document.writeln('          <td><img src="/comunicacions/etc/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="/comunicacions/etc/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="/comunicacions/etc/img/cap/espai.gif" width="1" height="33"></td>');
	document.writeln('  </tr>');
	document.writeln('</table>');
}
document.writeln('<!-- Cap de ComunicaciķUB - Final -->');