function mostraComunicado(x){
	if (x=1){
		window.open("./documentos/comunicados/comunicado1.htm", "_blank","scrollbars=yes,width=400,height=300");
	}
}
