// JavaScript Document
	function URL(){
		document.captura.action = "licitacoes_enviado.php";
		document.captura.submit();
	}
