function carregaFaq(){

	document.form.action="pubFaq.jsp";
	document.form.submit();

}