// VMNF.NET: Portal de Vitor M. N. Fernandes
// Escreve o cabecalho
function dw_header12(type){
  dw_header1(type);
  dw_header2();
};
function dw_header1(type){
  document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%">');
  document.write('<tbody><tr>');
  document.write('<td align="left" bgcolor="#003366">');
  document.write('<a href="/">');
  document.write('<img src="/_imagens/vmnflogo.png" border="0" height="70" width="240" alt="VMNF.NET: Portal de Vitor M. N. Fernandes">');
  document.write('</a>');
  document.write('</td>');
  document.write('<td align="right" bgcolor="#003366">');
  switch(type){
    case "Home":
      document.write('<a href="/">');
      document.write('<img src="/_imagens/portal.jpg" border="0" height="70" width="70" alt="VMNF.NET: Portal de Vitor M. N. Fernandes">');
      document.write('</a>');
  	  break;
		case "IPAM":
				document.write('<a href="/ipam/">');
				document.write('<img src="/ipam/_imagens/ipamlogo.png" border="0" height="70" width="70" alt="Instituto Português de Administração de Marketing">');
				document.write('</a>');
			break;
		case "ESSJT":
				document.write('<a href="/essjt/">');
				document.write('<img src="/essjt/_imagens/essjtlogo.gif" border="0" height="70" width="70" alt="Escola Secundária de São João da Talha">');
				document.write('</a>');
			break;
	  case "VMNF":
      document.write('<a href="/">');
      document.write('<img src="/vmnf/_imagens/vmnffoto.jpg" border="0" height="70" width="70" alt="Vitor M. N. Fernandes">');
      document.write('</a>');
	    break;
	  case "Moodle": /*OFF*/
      document.write('<a href="/moodle">');
      document.write('<img src="/moodle/pix/..." border="0" height="30" width="100" alt="Moodle">');
      document.write('</a>');
	    break;
  };
  document.write('</td>');
  document.write('<td width="10" bgcolor="#003366">&nbsp;</td>');
  document.write('</tr></tbody></table>');
};
function dw_header2(){
  document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%">');
  document.write('<tbody><tr>');
  document.write('<td class="topleft"><font color="#000000">&nbsp;');
  document.write('| <font color="#000000"><a href="/">Home</a></font></a> ');
  document.write('| <font color="#000000"><a href="/blog/">BLog</a></font></a> ');
  document.write('| <font color="#000000"><a href="/pesquisa.php">Pesquisa</a></font></a> ');
  document.write('| <font color="#000000"><a href="/sobre.php">Sobre</a></font></a> ');
  document.write('| <font color="#000000"><a href="/forum/">Fórum</a></font></a> |');
  document.write('</font></td>');
  document.write('<td class="topright"><font color="#000000">');
  dw_today();
  document.write('</font></td></tr></tbody></table>');
};