// JavaScript Document
function abrirAviso(URL) {
	window.open(URL,"Aviso","width=600,height=375,scrollbars=auto,resizable=no, menubar=no,status=no,location=0");
}
