var despl=0;
function carregarPrincipal() {
	FAjax('portada.html','cos','','get');
}
function carregarArticle() {
	FAjax('articulo.html','cos','','get');
}
function carregarTricks() {
	FAjax('tipsntricks.html','cos','','get');
}
function carregarAnteriors() {
	FAjax('panteriores.html','cos','','get');
}
