// JavaScript Document
function funcOpenMens(arq){
	window.open("oracoes/texto.php?tp="+arq,"janela","resizable=yes, scrollbars=yes");
}