<!--

	if (subpagina == ""){
	document.write(pagina);
	}
	else{
	document.write(subpagina);
	}
	
//-->