function postBack(destino){
	document.frmCliente.action.value = destino;
	document.frmCliente.submit();
}

