function cabecera() {
	document.write("<table border=0 cellspacing=0 cellpadding=0 width=740><tr>");
	document.write("<td align='center'><img src='../imatges/marca_csv_color_petit.gif' alt='' border='0'></td>");
	document.write("<td align='center'><img src='../imatges/titolSegVial.gif' alt='' border='0'></td>");
	document.write("<td align='center'><img src='../imatges/fcc-logo.gif' width='71' alt='' border='0'></td>");
	document.write("</tr></table>");
}

function menu() {
	document.write("&nbsp; &nbsp; ");
	document.write("<a href='../index.html' class='petit'>Principal</a> - ");
	document.write("<a href='../presentacio/index.html' class='petit'>Presentaci&oacute;</a> - ");
	document.write("<a href='../normativa/index.html' class='petit'>Normativa</a> - ");
	document.write("<a href='../consells/index.html' class='petit'>Consells</a> - ");
	document.write("<a href='../xifres/index.html' class='petit'>Xifres</a> - ");
	document.write("<a href='../foro/index.html' class='petit'>Participa!</a> - ");
	document.write("<a href='../links/index.html' class='petit'>Links</a> - ");
	document.write("<a href='../contacta/index.html' class='petit'>Contacta</a>");
	document.write("<br><p>");
}
