
function envia(form) {              
		form.submit();
}

function confirma(message, url){
	if(confirm(message)) location.href = url;
}